Jump to content

[1.5.2] compile problem (eclipse ok, crash in mc)


bld01

Recommended Posts

Hello everyone,

 

I made a mod for the 1.5.1, everything is ok even if I use it with many other mods....

 

I update everything to 1.5.2 (MC, MCP, forge...) and try to update my mod.

 

After udpating my mod in eclipse (some minor changes in the codes), i try to launch it in eclipse -> everything is ok, the mod works well.

 

So i recompile and reobfuscate, put the class files in a zip and try it in MC -> MC crashed.....

 

The mod simply add 4 mobs (2 skeletons and 2 zombies), when I look at the log, i see that :

 

Unloaded->Constructed->Pre-initialized->Initialized
monstermod{1.0.0} [Monster mod] (monstermod.zip) Unloaded->Constructed->Pre-initialized->Errored
mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] (Reis-Minimap-Mod-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
2013-05-28 10:06:01 [sEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-05-28 10:06:01 [sEVERE] [ForgeModLoader] Caught exception from monstermod
java.lang.NoSuchFieldError: bipedRightArm
at Mymods.Monstermod.ModelSkeletonGuard.<init>(ModelSkeletonGuard.java:23)
at Mymods.Monstermod.ModelSkeletonGuard.<init>(ModelSkeletonGuard.java:17)

 

It seems that MC does not recognize right arm of one of the skeleton! .... weird...

 

if I get out the skeletons (works fine in eclipse) of the mod and recompile it i get this one....

 

[sEVERE] [ForgeModLoader] Caught exception from monstermod
java.lang.NoSuchFieldError: Beach

 

vamos a la playa for the zombies????? hmmmmm...

 

I made a new mod from scratch to add a simple block with iron material, works fine in eclipse, crash in MC :

 

testmod{1.0.0} [test mod] (test.zip) Unloaded->Constructed->Pre-initialized->Errored
LWJGL: 2.4.2
OpenGL: GeForce GTX 660/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: test.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: iron
at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading

 

this time is the iron....

 

If i try a mod downloaded from internet (butterfly mod as example), mc runs good.....

 

So i guess the problem is the compilation does not link the code with the orignal mc class (bipedrightarm, beach, iron.....). Also the best clue is the perfect run in eclipse and the crash when i run MC....

 

the full log :

 

 

2013-05-29 08:28:03 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.17.713 for Minecraft 1.5.2 loading
2013-05-29 08:28:03 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_21, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2013-05-29 08:28:03 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\blood01\AppData\Roaming\.minecraft\Minecraft.exe
2013-05-29 08:28:03 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files (x86)\Belgium Identity Card;C:\Program Files (x86)\Pinnacle\Shared Files\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Universal Extractor;C:\Program Files (x86)\Universal Extractor\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\Java\jre7\bin;.
2013-05-29 08:28:03 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Discovering coremods
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Running coremod plugins
2013-05-29 08:28:03 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2013-05-29 08:28:04 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-05-29 08:28:04 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2013-05-29 08:28:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2013-05-29 08:28:04 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2013-05-29 08:28:04 [FINEST] [ForgeModLoader] Validating minecraft
2013-05-29 08:28:04 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2013-05-29 08:28:06 [iNFO] [sTDOUT] 229 recipes
2013-05-29 08:28:06 [iNFO] [sTDOUT] 27 achievements
2013-05-29 08:28:06 [iNFO] [Minecraft-Client] Setting user: shroomtik
2013-05-29 08:28:06 [iNFO] [sTDOUT] (Session ID is 2452208288821026160)
2013-05-29 08:28:06 [iNFO] [Minecraft-Client] LWJGL Version: 2.4.2
2013-05-29 08:28:07 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization
2013-05-29 08:28:07 [iNFO] [sTDOUT] MinecraftForge v7.8.0.713 Initialized
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] MinecraftForge v7.8.0.713 Initialized
2013-05-29 08:28:07 [iNFO] [sTDOUT] Replaced 85 ore recipies
2013-05-29 08:28:07 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] Forge Mod Loader has detected optifine OptiFine_1.5.2_HD_U_D3, enabling compatibility features
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\blood01\AppData\Roaming\.minecraft\config\logging.properties
2013-05-29 08:28:07 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\bin\lwjgl.jar
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\bin\jinput.jar
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\bin\lwjgl_util.jar
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\blood01\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\lib\argo-small-3.2.jar
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\lib\guava-14.0-rc3.jar
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\lib\asm-all-4.1.jar
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\lib\bcprov-jdk15on-148.jar
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\lib\deobfuscation_data_1.5.2.zip
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Skipping known library file C:\Users\blood01\AppData\Roaming\.minecraft\lib\scala-library.jar
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] Searching C:\Users\blood01\AppData\Roaming\.minecraft\mods for mods
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Found a candidate zip or jar file monstermod.zip
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Found a candidate mod directory rei_minimap
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Found a candidate zip or jar file Reis-Minimap-Mod-1.5.2.zip
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-05-29 08:28:07 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Examining file monstermod.zip for potential mods
2013-05-29 08:28:07 [FINE] [ForgeModLoader] The mod container monstermod.zip appears to be missing an mcmod.info file
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Identified an FMLMod type mod Mymods.Monstermod.MonstermodMain
2013-05-29 08:28:07 [FINEST] [monstermod] Parsed dependency info : [] [] []
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Examining directory rei_minimap for potential mods
2013-05-29 08:28:07 [FINE] [ForgeModLoader] No mcmod.info file found in directory rei_minimap
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Examining file Reis-Minimap-Mod-1.5.2.zip for potential mods
2013-05-29 08:28:07 [FINE] [ForgeModLoader] The mod container Reis-Minimap-Mod-1.5.2.zip appears to be missing an mcmod.info file
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_ReiMinimap
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Received a system property request ''
2013-05-29 08:28:07 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
2013-05-29 08:28:07 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Reloading logging properties from C:\Users\blood01\AppData\Roaming\.minecraft\config\logging.properties
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Reloaded logging properties
2013-05-29 08:28:07 [FINE] [mcp] Mod Logging channel mcp configured at default level.
2013-05-29 08:28:07 [iNFO] [mcp] Activating mod mcp
2013-05-29 08:28:07 [FINE] [FML] Mod Logging channel FML configured at default level.
2013-05-29 08:28:07 [iNFO] [FML] Activating mod FML
2013-05-29 08:28:07 [FINE] [Forge] Mod Logging channel Forge configured at default level.
2013-05-29 08:28:07 [iNFO] [Forge] Activating mod Forge
2013-05-29 08:28:07 [FINE] [monstermod] Enabling mod monstermod
2013-05-29 08:28:07 [FINE] [monstermod] Mod Logging channel monstermod configured at default level.
2013-05-29 08:28:07 [iNFO] [monstermod] Activating mod monstermod
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Enabling mod mod_ReiMinimap
2013-05-29 08:28:07 [FINE] [mod_ReiMinimap] Mod Logging channel mod_ReiMinimap configured at default level.
2013-05-29 08:28:07 [iNFO] [mod_ReiMinimap] Activating mod mod_ReiMinimap
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
2013-05-29 08:28:07 [FINER] [ForgeModLoader] All mod requirements are satisfied
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Sorting mods into an ordered list
2013-05-29 08:28:07 [FINER] [ForgeModLoader] Mod sorting completed successfully
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Mod sorting data
2013-05-29 08:28:07 [FINE] [ForgeModLoader] 	monstermod(Monster mod:1.0.0): monstermod.zip ()
2013-05-29 08:28:07 [FINE] [ForgeModLoader] 	mod_ReiMinimap(mod_ReiMinimap:Not available): Reis-Minimap-Mod-1.5.2.zip ()
2013-05-29 08:28:07 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
2013-05-29 08:28:07 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
2013-05-29 08:28:07 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
2013-05-29 08:28:07 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
2013-05-29 08:28:07 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] Registering Forge Packet Handler
2013-05-29 08:28:07 [FINEST] [ForgeModLoader] Testing mod Forge to verify it accepts its own version in a remote connection
2013-05-29 08:28:07 [FINEST] [ForgeModLoader] The mod Forge accepts its own version (7.8.0.713)
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2013-05-29 08:28:07 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
2013-05-29 08:28:07 [FINEST] [monstermod] Sending event FMLConstructionEvent to mod monstermod
2013-05-29 08:28:07 [FINEST] [ForgeModLoader] Testing mod monstermod to verify it accepts its own version in a remote connection
2013-05-29 08:28:07 [FINEST] [ForgeModLoader] The mod monstermod accepts its own version (1.0.0)
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into monstermod
2013-05-29 08:28:07 [FINEST] [monstermod] Sent event FMLConstructionEvent to mod monstermod
2013-05-29 08:28:07 [FINEST] [mod_ReiMinimap] Sending event FMLConstructionEvent to mod mod_ReiMinimap
2013-05-29 08:28:07 [FINE] [ForgeModLoader] No MLProp configuration for mod_ReiMinimap found or required. No file written
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_ReiMinimap
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_ReiMinimap
2013-05-29 08:28:07 [FINEST] [mod_ReiMinimap] Sent event FMLConstructionEvent to mod mod_ReiMinimap
2013-05-29 08:28:07 [FINE] [ForgeModLoader] Mod signature data
2013-05-29 08:28:07 [FINE] [ForgeModLoader] 	mcp(Minecraft Coder Pack:7.44): minecraft.jar (NO VALID CERTIFICATE FOUND)
2013-05-29 08:28:07 [FINE] [ForgeModLoader] 	FML(Forge Mod Loader:5.2.17.713): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)
2013-05-29 08:28:07 [FINE] [ForgeModLoader] 	Forge(Minecraft Forge:7.8.0.713): coremods (NO VALID CERTIFICATE FOUND)
2013-05-29 08:28:07 [FINE] [ForgeModLoader] 	monstermod(Monster mod:1.0.0): monstermod.zip (NO VALID CERTIFICATE FOUND)
2013-05-29 08:28:07 [FINE] [ForgeModLoader] 	mod_ReiMinimap(mod_ReiMinimap:v3.3_06 [1.5.2]): Reis-Minimap-Mod-1.5.2.zip (NO VALID CERTIFICATE FOUND)
2013-05-29 08:28:07 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp
2013-05-29 08:28:07 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp
2013-05-29 08:28:07 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML
2013-05-29 08:28:07 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML
2013-05-29 08:28:07 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge
2013-05-29 08:28:07 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2013-05-29 08:28:07 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge
2013-05-29 08:28:07 [FINEST] [monstermod] Sending event FMLPreInitializationEvent to mod monstermod
2013-05-29 08:28:07 [FINEST] [monstermod] Sent event FMLPreInitializationEvent to mod monstermod
2013-05-29 08:28:07 [FINEST] [mod_ReiMinimap] Sending event FMLPreInitializationEvent to mod mod_ReiMinimap
2013-05-29 08:28:07 [FINEST] [mod_ReiMinimap] Sent event FMLPreInitializationEvent to mod mod_ReiMinimap
2013-05-29 08:28:08 [iNFO] [sTDOUT] 
2013-05-29 08:28:08 [iNFO] [sTDOUT] Starting up SoundSystem...
2013-05-29 08:28:08 [iNFO] [sTDOUT] Initializing LWJGL OpenAL
2013-05-29 08:28:08 [iNFO] [sTDOUT]     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
2013-05-29 08:28:08 [iNFO] [sTDOUT] OpenAL initialized.
2013-05-29 08:28:08 [iNFO] [sTDOUT] 
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt
2013-05-29 08:28:09 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt
2013-05-29 08:28:09 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp
2013-05-29 08:28:09 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp
2013-05-29 08:28:09 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML
2013-05-29 08:28:09 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML
2013-05-29 08:28:09 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge
2013-05-29 08:28:09 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge
2013-05-29 08:28:09 [FINEST] [monstermod] Sending event FMLInitializationEvent to mod monstermod
2013-05-29 08:28:09 [FINEST] [monstermod] Sent event FMLInitializationEvent to mod monstermod
2013-05-29 08:28:09 [FINEST] [mod_ReiMinimap] Sending event FMLInitializationEvent to mod mod_ReiMinimap
2013-05-29 08:28:09 [FINEST] [mod_ReiMinimap] Sent event FMLInitializationEvent to mod mod_ReiMinimap
2013-05-29 08:28:09 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
2013-05-29 08:28:09 [sEVERE] [ForgeModLoader] 
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{5.2.17.713} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{7.8.0.713} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
monstermod{1.0.0} [Monster mod] (monstermod.zip) Unloaded->Constructed->Pre-initialized->Errored
mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] (Reis-Minimap-Mod-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
2013-05-29 08:28:09 [sEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-05-29 08:28:09 [sEVERE] [ForgeModLoader] Caught exception from monstermod
java.lang.NoSuchFieldError: bipedRightArm
at Mymods.Monstermod.ModelSkeletonGuard.<init>(ModelSkeletonGuard.java:23)
at Mymods.Monstermod.ModelSkeletonGuard.<init>(ModelSkeletonGuard.java:17)
at Mymods.Monstermod.monstermodClientProxy.registerRenderEntity(monstermodClientProxy.java:20)
at Mymods.Monstermod.MonstermodMain.load(MonstermodMain.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: bipedRightArm
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at java.lang.Thread.run(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] Caused by: java.lang.NoSuchFieldError: bipedRightArm
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at Mymods.Monstermod.ModelSkeletonGuard.<init>(ModelSkeletonGuard.java:23)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at Mymods.Monstermod.ModelSkeletonGuard.<init>(ModelSkeletonGuard.java:17)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at Mymods.Monstermod.monstermodClientProxy.registerRenderEntity(monstermodClientProxy.java:20)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at Mymods.Monstermod.MonstermodMain.load(MonstermodMain.java:43)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
2013-05-29 08:28:19 [iNFO] [sTDERR] 	... 5 more

 

 

I tried to reinstall all the stuff more than one time, make some test with other code, nothing seems to work. I used only the recompile.bat and the reobfuscate.bat for the compilation, never use the other ".bat" command...

 

Any idea for fixing this ?

 

Thanks a lot ;)

 

bld01

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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