Jump to content

[SOLVED] [1.6.2] Crash when I open eclipse the second time.


Recommended Posts

Posted

I had this problem several times before, and I still don't know how to fix it.

 

Basically, when I have my mod done first time I opened Eclipse, everything runs smoothly. But when I save everything, exit Eclipse, open up Eclipse again and try to run the mod, the crash happens.

 

Crash log:

 

  Reveal hidden contents

 

 

halp

Posted

2013-07-24 16:01:50 [sEVERE] [ForgeModLoader] Caught exception from hexperience

java.lang.IllegalArgumentException: Illegal object for naming hexDust

how to debug 101:http://www.minecraftforge.net/wiki/Debug_101

-hydroflame, author of the forge revolution-

Posted

well really you have 2 options

1 get the blood of a virgin

2 make a circle using chuck noris beard

3 craft some runes in the name of love

4 ???

5 profit

 

OR

 

show us some code because im not a magician and i have no idea wtf is wrong without some code

basicy the error just says:

Illegal object for naming hexDust

this would probably mean you're NOT using a string to name an object hexdust, but i cant be certain

how to debug 101:http://www.minecraftforge.net/wiki/Debug_101

-hydroflame, author of the forge revolution-

Posted

LanguageRegistry.addName(ItemNames.UNLOC_HEX_DUST, ItemNames.LOC_HEX_DUST);
LanguageRegistry.addName(ItemNames.UNLOC_HEX_CRYSTAL, ItemNames.LOC_HEX_CRYSTAL);

 

you should be using either (ItemStack, String), (Block, String) OR (Item, String)

how to debug 101:http://www.minecraftforge.net/wiki/Debug_101

-hydroflame, author of the forge revolution-

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.