Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • SanAndreasP's Mods
  • Bug Report and crashes
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 2
SanAndreasP

Bug Report and crashes

By SanAndreasP, October 20, 2012 in SanAndreasP's Mods

  • Reply to this topic
  • Start new topic
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 1 of 3  

Recommended Posts

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted October 20, 2012

This is the thread where you can post bugs or crashes which you have with using one of my mods.

Be sure you read this before:

http://www.minecraftforge.net/forum/index.php/topic,1976.0.html

 

Always post a log! It's either ForgeModLoader-client-0.log for the client or ForgeModLoader-server-0.log for the server. Either post them on pastebin.org and post here the link to the pastebin site, or post the log here and use spoiler and code tags like this (without these -> * ):

[*spoiler][*code]INSERT YOUR LOG HERE[*/code][*/spoiler]

 

If you either failed to read above topic or don't post logs, we will not help you in any way!

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

manwich    0

manwich

manwich    0

  • Tree Puncher
  • manwich
  • Members
  • 0
  • 2 posts
Posted October 28, 2012

I'm encountering the following exception when Minecraft Forge starts to init Clay Soldiers:

 

2012-10-28 10:59:52 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ClaySoldiersMod
2012-10-28 10:59:52 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: SanAndreasP/mods/ClaySoldiersMod/CSM_ModRegistry, method: load signature: (Lcpw/mods/fml/common/event/FMLInitializationEvent;)V) catch_type not a subclass of Throwable
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at java.lang.Class.forName0(Native Method)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at java.lang.Class.forName(Class.java:247)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:410)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:597)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:597)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.a(Minecraft.java:420)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.run(Minecraft.java:752)
2012-10-28 10:59:52 [iNFO] [sTDERR] 	at java.lang.Thread.run(Thread.java:680)

 

  • Quote

Share this post


Link to post
Share on other sites

rivvest    33

rivvest

rivvest    33

  • Creeper Killer
  • rivvest
  • Members
  • 33
  • 119 posts
Posted October 28, 2012

I'm encountering the following exception when Minecraft Forge starts to init Clay Soldiers:

Clay Soldiers is not out for Minecraft 1.4.2, as far as I can tell..

  • Quote

I'm fixing the stupid villagers.  http://www.minecraftforum.net/topic/1588460-

Share this post


Link to post
Share on other sites

manwich    0

manwich

manwich    0

  • Tree Puncher
  • manwich
  • Members
  • 0
  • 2 posts
Posted October 28, 2012

Well that explains things.  Sorry.

  • Quote

Share this post


Link to post
Share on other sites

Skyshayde    0

Skyshayde

Skyshayde    0

  • Tree Puncher
  • Skyshayde
  • Members
  • 0
  • 6 posts
Posted January 2, 2013

Ok, I am running 1.4.6, I have tried both 6.50.489?  The newest at the time, and 6.50.473, the one I was told to use in the how to install.  Using multiMC

 

So, my issue is that whenever I install the clay soldiers mod, it gets stuck at the Mojang screen.  I can install Forge, Forge and the Manager, when I install the Clay Soldiers mod, it stops at Mojang screen. 

 

 

MultiMC Logs are http://paste.ubuntu.com/1488930/

 

Forge logs are at http://paste.ubuntu.com/1488984/

 

And I can't think of any more.  It didn't actually crash, just stop

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted January 2, 2013

Ok, I am running 1.4.6, I have tried both 6.50.489?  The newest at the time, and 6.50.473, the one I was told to use in the how to install.  Using multiMC

 

So, my issue is that whenever I install the clay soldiers mod, it gets stuck at the Mojang screen.  I can install Forge, Forge and the Manager, when I install the Clay Soldiers mod, it stops at Mojang screen. 

 

 

MultiMC Logs are http://paste.ubuntu.com/1488930/

 

Forge logs are at http://paste.ubuntu.com/1488984/

 

And I can't think of any more.  It didn't actually crash, just stop

 

yeah... You're using CSM v8pre2, which was for 1.3.2. Get v9_05 for 1.4.6

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

Skyshayde    0

Skyshayde

Skyshayde    0

  • Tree Puncher
  • Skyshayde
  • Members
  • 0
  • 6 posts
Posted January 4, 2013

That would tend to be an issue, I feel kinda stupid now. 

  • Quote

Share this post


Link to post
Share on other sites

eyeyeye    0

eyeyeye

eyeyeye    0

  • Tree Puncher
  • eyeyeye
  • Members
  • 0
  • 1 post
Posted January 6, 2013

Problem loading Clay Soldiers mod using a second user account on Mac OSX 10.8.2.  I verified the user has permission to write files in all the folders under /Users/*/Library/Application Support/minecraft

 

 

2013-01-06 06:50:12 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-01-06 06:50:12 [iNFO] [ForgeModLoader] Searching /Users/*/Library/Application Support/minecraft/mods for mods
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Ignoring unknown file .DS_Store in mods directory
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Found a candidate zip or jar file 0_SAPManPack_v13.jar
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Found a candidate zip or jar file CSM_v9_05.jar
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-01-06 06:50:12 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Examining file 0_SAPManPack_v13.jar for potential mods
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Located mcmod.info file in file 0_SAPManPack_v13.jar
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Identified an FMLMod type mod sanandreasp.mods.managers.SAP_ManagerRegistry
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Examining file CSM_v9_05.jar for potential mods
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Located mcmod.info file in file CSM_v9_05.jar
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Identified an FMLMod type mod sanandreasp.mods.ClaySoldiersMod.registry.CSMModRegistry
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2013-01-06 06:50:13 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Received a system property request ''
2013-01-06 06:50:13 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2013-01-06 06:50:13 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod mcp
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod FML
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod Forge
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Enabling mod SAP_Man
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod SAP_Man
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Enabling mod ClaySoldiersMod
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod ClaySoldiersMod
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2013-01-06 06:50:13 [FINE] [ForgeModLoader] All mod requirements are satisfied
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Mod sorting completed successfully
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Mod sorting data:
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar ()
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	ClaySoldiersMod(Clay Soldiers Mod:9.0_05): CSM_v9_05.jar ()
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] The mod SAP_Man is expecting signature null for source 0_SAPManPack_v13.jar, however there is no signature matching that description
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into SAP_Man
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SAP_Man
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ClaySoldiersMod
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] The mod ClaySoldiersMod is expecting signature null for source CSM_v9_05.jar, however there is no signature matching that description
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] Testing mod ClaySoldiersMod to verify it accepts its own version in a remote connection
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] The mod ClaySoldiersMod accepts its own version (9.0_05)
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod ClaySoldiersMod
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Mod signature data:
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	mcp(Minecraft Coder Pack:7.25): minecraft.jar (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	FML(Forge Mod Loader:4.6.12.511): coremods (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	Forge(Minecraft Forge:6.5.0.467): coremods (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	ClaySoldiersMod(Clay Soldiers Mod:9.0_05): CSM_v9_05.jar (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] 
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v13.jar) Unloaded->Constructed
ClaySoldiersMod [Clay Soldiers Mod] (CSM_v9_05.jar) Unloaded->Errored
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] Caught exception from ClaySoldiersMod
java.lang.RuntimeException: [sAP_ConfigManII] Can't read or write File for ClaySoldiersMod!
at sanandreasp.mods.managers.SAP_ConfigManagerII.initConfigManager(SAP_ConfigManagerII.java:71)
at sanandreasp.mods.managers.SAP_ConfigManagerII.<init>(SAP_ConfigManagerII.java:56)
at sanandreasp.mods.ClaySoldiersMod.registry.CSMModRegistry.<init>(CSMModRegistry.java:118)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:450)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Thread.java:680)
2013-01-06 06:50:13 [iNFO] [sTDERR] java.lang.RuntimeException: [sAP_ConfigManII] Can't read or write File for ClaySoldiersMod!
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sanandreasp.mods.managers.SAP_ConfigManagerII.initConfigManager(SAP_ConfigManagerII.java:71)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sanandreasp.mods.managers.SAP_ConfigManagerII.<init>(SAP_ConfigManagerII.java:56)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sanandreasp.mods.ClaySoldiersMod.registry.CSMModRegistry.<init>(CSMModRegistry.java:118)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.Class.newInstance0(Class.java:355)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.Class.newInstance(Class.java:308)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:450)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:597)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:597)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.a(Minecraft.java:410)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at asq.a(SourceFile:56)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.run(Minecraft.java:744)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.Thread.run(Thread.java:680)

 

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted January 6, 2013

Problem loading Clay Soldiers mod using a second user account on Mac OSX 10.8.2.  I verified the user has permission to write files in all the folders under /Users/*/Library/Application Support/minecraft

 

 

2013-01-06 06:50:12 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-01-06 06:50:12 [iNFO] [ForgeModLoader] Searching /Users/*/Library/Application Support/minecraft/mods for mods
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Ignoring unknown file .DS_Store in mods directory
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Found a candidate zip or jar file 0_SAPManPack_v13.jar
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Found a candidate zip or jar file CSM_v9_05.jar
2013-01-06 06:50:12 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-01-06 06:50:12 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Examining file 0_SAPManPack_v13.jar for potential mods
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Located mcmod.info file in file 0_SAPManPack_v13.jar
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Identified an FMLMod type mod sanandreasp.mods.managers.SAP_ManagerRegistry
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Examining file CSM_v9_05.jar for potential mods
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Located mcmod.info file in file CSM_v9_05.jar
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Identified an FMLMod type mod sanandreasp.mods.ClaySoldiersMod.registry.CSMModRegistry
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2013-01-06 06:50:13 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Received a system property request ''
2013-01-06 06:50:13 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2013-01-06 06:50:13 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod mcp
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod FML
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod Forge
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Enabling mod SAP_Man
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod SAP_Man
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Enabling mod ClaySoldiersMod
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Activating mod ClaySoldiersMod
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2013-01-06 06:50:13 [FINE] [ForgeModLoader] All mod requirements are satisfied
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Mod sorting completed successfully
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Mod sorting data:
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar ()
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	ClaySoldiersMod(Clay Soldiers Mod:9.0_05): CSM_v9_05.jar ()
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] The mod SAP_Man is expecting signature null for source 0_SAPManPack_v13.jar, however there is no signature matching that description
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into SAP_Man
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SAP_Man
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ClaySoldiersMod
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] The mod ClaySoldiersMod is expecting signature null for source CSM_v9_05.jar, however there is no signature matching that description
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] Testing mod ClaySoldiersMod to verify it accepts its own version in a remote connection
2013-01-06 06:50:13 [FINEST] [ForgeModLoader] The mod ClaySoldiersMod accepts its own version (9.0_05)
2013-01-06 06:50:13 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod ClaySoldiersMod
2013-01-06 06:50:13 [FINE] [ForgeModLoader] Mod signature data:
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	mcp(Minecraft Coder Pack:7.25): minecraft.jar (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	FML(Forge Mod Loader:4.6.12.511): coremods (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	Forge(Minecraft Forge:6.5.0.467): coremods (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [FINE] [ForgeModLoader] 	ClaySoldiersMod(Clay Soldiers Mod:9.0_05): CSM_v9_05.jar (NO VALID CERTIFICATE FOUND)
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] 
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v13.jar) Unloaded->Constructed
ClaySoldiersMod [Clay Soldiers Mod] (CSM_v9_05.jar) Unloaded->Errored
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-01-06 06:50:13 [sEVERE] [ForgeModLoader] Caught exception from ClaySoldiersMod
java.lang.RuntimeException: [sAP_ConfigManII] Can't read or write File for ClaySoldiersMod!
at sanandreasp.mods.managers.SAP_ConfigManagerII.initConfigManager(SAP_ConfigManagerII.java:71)
at sanandreasp.mods.managers.SAP_ConfigManagerII.<init>(SAP_ConfigManagerII.java:56)
at sanandreasp.mods.ClaySoldiersMod.registry.CSMModRegistry.<init>(CSMModRegistry.java:118)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:450)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Thread.java:680)
2013-01-06 06:50:13 [iNFO] [sTDERR] java.lang.RuntimeException: [sAP_ConfigManII] Can't read or write File for ClaySoldiersMod!
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sanandreasp.mods.managers.SAP_ConfigManagerII.initConfigManager(SAP_ConfigManagerII.java:71)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sanandreasp.mods.managers.SAP_ConfigManagerII.<init>(SAP_ConfigManagerII.java:56)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sanandreasp.mods.ClaySoldiersMod.registry.CSMModRegistry.<init>(CSMModRegistry.java:118)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.Class.newInstance0(Class.java:355)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.Class.newInstance(Class.java:308)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:450)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:597)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:597)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.a(Minecraft.java:410)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at asq.a(SourceFile:56)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.run(Minecraft.java:744)
2013-01-06 06:50:13 [iNFO] [sTDERR] 	at java.lang.Thread.run(Thread.java:680)

 

 

Did you make sure the user which is running Minecraft has read, write and execute access in all directories, subdirectories and files?

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

GMHerndon    0

GMHerndon

GMHerndon    0

  • Tree Puncher
  • GMHerndon
  • Members
  • 0
  • 3 posts
Posted January 9, 2013

Hello - My son and I have tried everything in the installation instructions and also installed the libraries.  I have looked through all the other posts and I don't think this exact crash report has been posted, althought I'm not sure where the exact error line is . . . PLEASE help us if you can.  We have gotten tons of mods to install and run correctly but we cannot get this one or the clay soldiers one to work.  We are new to this so I apologize in advance if I'm not even posting correctly.

 

Here is the crash report:

 

---- Minecraft Crash Report ----

// Oops.

 

Time: 1/9/13 6:43 PM

Description: Failed to start game

 

java.lang.NullPointerException

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

at net.minecraft.client.Minecraft.a(Minecraft.java:410)

at asq.a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:744)

at java.lang.Thread.run(Unknown Source)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

Minecraft Version: 1.4.6

Operating System: Windows XP (x86) version 5.1

Java Version: 1.7.0_10, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 417628520 bytes (398 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 2 total; -Xms512m -Xmx1024m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v7.25 FML v4.6.14.513 Minecraft Forge 6.5.0.481 4 mods loaded, 4 mods active

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

FML [Forge Mod Loader] (coremods) Unloaded->Constructed

Forge [Minecraft Forge] (coremods) Unloaded->Constructed

SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v13.jar) Unloaded->Errored

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 3200 Graphics GL version 3.3.11566 Compatibility Profile Context, ATI Technologies Inc.

Is Modded: Definitely; Client brand changed to 'forge,fml'

Type: Client (map_client.txt)

Texture Pack: Default

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

 

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted January 10, 2013

Hello - My son and I have tried everything in the installation instructions and also installed the libraries.  I have looked through all the other posts and I don't think this exact crash report has been posted, althought I'm not sure where the exact error line is . . . PLEASE help us if you can.  We have gotten tons of mods to install and run correctly but we cannot get this one or the clay soldiers one to work.  We are new to this so I apologize in advance if I'm not even posting correctly.

 

Here is the crash report:

 

---- Minecraft Crash Report ----

// Oops.

 

Time: 1/9/13 6:43 PM

Description: Failed to start game

 

java.lang.NullPointerException

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

at net.minecraft.client.Minecraft.a(Minecraft.java:410)

at asq.a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:744)

at java.lang.Thread.run(Unknown Source)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

Minecraft Version: 1.4.6

Operating System: Windows XP (x86) version 5.1

Java Version: 1.7.0_10, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 417628520 bytes (398 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 2 total; -Xms512m -Xmx1024m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v7.25 FML v4.6.14.513 Minecraft Forge 6.5.0.481 4 mods loaded, 4 mods active

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

FML [Forge Mod Loader] (coremods) Unloaded->Constructed

Forge [Minecraft Forge] (coremods) Unloaded->Constructed

SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v13.jar) Unloaded->Errored

LWJGL: 2.4.2

OpenGL: ATI Radeon HD 3200 Graphics GL version 3.3.11566 Compatibility Profile Context, ATI Technologies Inc.

Is Modded: Definitely; Client brand changed to 'forge,fml'

Type: Client (map_client.txt)

Texture Pack: Default

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

 

 

1. Use spoiler tags next time!

2. Please post the ForgeModLoader-client-0.log

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

GMHerndon    0

GMHerndon

GMHerndon    0

  • Tree Puncher
  • GMHerndon
  • Members
  • 0
  • 3 posts
Posted January 13, 2013

Here is the forge crash report.  I'm sorry I don't know what spoiler tags are. It's explained in the OP what you have to do ~ SanAndreasP

 

 

2013-01-12 20:16:55 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.6.14.513 for Minecraft 1.4.6 loading

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Discovering coremods

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Running coremod plugins

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-01-12 20:16:55 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Validating minecraft

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-01-12 20:16:58 [iNFO] [sTDOUT] 27 achievements

2013-01-12 20:16:58 [iNFO] [sTDOUT] 210 recipes

2013-01-12 20:16:58 [iNFO] [sTDOUT] Setting user: EMHerndon, 8216534526474877209

2013-01-12 20:16:58 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2013-01-12 20:16:59 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2013-01-12 20:16:59 [iNFO] [sTDOUT] MinecraftForge v6.5.0.481 Initialized

2013-01-12 20:16:59 [iNFO] [ForgeModLoader] MinecraftForge v6.5.0.481 Initialized

2013-01-12 20:16:59 [iNFO] [sTDOUT] Replaced 84 ore recipies

2013-01-12 20:16:59 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\bin\lwjgl.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\bin\jinput.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\bin\lwjgl_util.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Documents and Settings\Evan\Application Data\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\argo-2.25.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\guava-12.0.1.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\asm-all-4.0.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\bcprov-jdk15on-147.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-01-12 20:17:00 [iNFO] [ForgeModLoader] Searching C:\Documents and Settings\Evan\Application Data\.minecraft\mods for mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Found a candidate zip or jar file 0_SAPManPack_v13.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Found a candidate zip or jar file EnderStuffP_v101.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Examining file 0_SAPManPack_v13.jar for potential mods

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Located mcmod.info file in file 0_SAPManPack_v13.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Identified an FMLMod type mod sanandreasp.mods.managers.SAP_ManagerRegistry

2013-01-12 20:17:00 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Examining file EnderStuffP_v101.jar for potential mods

2013-01-12 20:17:00 [WARNING] [ForgeModLoader] Zip file EnderStuffP_v101.jar failed to read properly, it will be ignored

java.util.zip.ZipException: error in opening zip file

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:29)

at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)

at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)

at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)

at cpw.mods.fml.common.Loader.identifyMods(Loader.java:334)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:457)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

at net.minecraft.client.Minecraft.a(Minecraft.java:410)

at asq.a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:744)

at java.lang.Thread.run(Unknown Source)

2013-01-12 20:17:00 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Received a system property request ''

2013-01-12 20:17:00 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod mcp

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod FML

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod Forge

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Enabling mod SAP_Man

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod SAP_Man

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2013-01-12 20:17:00 [FINE] [ForgeModLoader] All mod requirements are satisfied

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Mod sorting completed successfully

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Mod sorting data:

2013-01-12 20:17:00 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar ()

2013-01-12 20:17:00 [iNFO] [ForgeModLoader] FML has found a non-mod file EnderStuffP_v101.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SAP_Man

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Mod signature data:

2013-01-12 20:17:00 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.25): minecraft.jar (NO VALID CERTIFICATE FOUND)

2013-01-12 20:17:00 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.6.14.513): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.5.0.481): coremods (NO VALID CERTIFICATE FOUND)

2013-01-12 20:17:00 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar (NO VALID CERTIFICATE FOUND)

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader]

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

FML [Forge Mod Loader] (coremods) Unloaded->Constructed

Forge [Minecraft Forge] (coremods) Unloaded->Constructed

SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v13.jar) Unloaded->Errored

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader] Caught exception from SAP_Man

java.lang.NullPointerException

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

at net.minecraft.client.Minecraft.a(Minecraft.java:410)

at asq.a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:744)

at java.lang.Thread.run(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] java.lang.NullPointerException

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

2013-01-12 20:17:00 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410)

2013-01-12 20:17:00 [iNFO] [sTDERR] at asq.a(SourceFile:56)

2013-01-12 20:17:00 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)

2013-01-12 20:17:00 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

 

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted January 13, 2013

Here is the forge crash report.  I'm sorry I don't know what spoiler tags are. It's explained in the OP what you have to do ~ SanAndreasP

 

 

2013-01-12 20:16:55 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.6.14.513 for Minecraft 1.4.6 loading

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Discovering coremods

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Running coremod plugins

2013-01-12 20:16:55 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-01-12 20:16:55 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Validating minecraft

2013-01-12 20:16:56 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-01-12 20:16:58 [iNFO] [sTDOUT] 27 achievements

2013-01-12 20:16:58 [iNFO] [sTDOUT] 210 recipes

2013-01-12 20:16:58 [iNFO] [sTDOUT] Setting user: EMHerndon, 8216534526474877209

2013-01-12 20:16:58 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2013-01-12 20:16:59 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2013-01-12 20:16:59 [iNFO] [sTDOUT] MinecraftForge v6.5.0.481 Initialized

2013-01-12 20:16:59 [iNFO] [ForgeModLoader] MinecraftForge v6.5.0.481 Initialized

2013-01-12 20:16:59 [iNFO] [sTDOUT] Replaced 84 ore recipies

2013-01-12 20:16:59 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\bin\lwjgl.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\bin\jinput.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\bin\lwjgl_util.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Documents and Settings\Evan\Application Data\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\argo-2.25.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\guava-12.0.1.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\asm-all-4.0.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Skipping known library file C:\Documents and Settings\Evan\Application Data\.minecraft\lib\bcprov-jdk15on-147.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-01-12 20:17:00 [iNFO] [ForgeModLoader] Searching C:\Documents and Settings\Evan\Application Data\.minecraft\mods for mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Found a candidate zip or jar file 0_SAPManPack_v13.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Found a candidate zip or jar file EnderStuffP_v101.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Examining file 0_SAPManPack_v13.jar for potential mods

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Located mcmod.info file in file 0_SAPManPack_v13.jar

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Identified an FMLMod type mod sanandreasp.mods.managers.SAP_ManagerRegistry

2013-01-12 20:17:00 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Examining file EnderStuffP_v101.jar for potential mods

2013-01-12 20:17:00 [WARNING] [ForgeModLoader] Zip file EnderStuffP_v101.jar failed to read properly, it will be ignored

java.util.zip.ZipException: error in opening zip file

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.zip.ZipFile.<init>(Unknown Source)

at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:29)

at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:30)

at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:52)

at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:103)

at cpw.mods.fml.common.Loader.identifyMods(Loader.java:334)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:457)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

at net.minecraft.client.Minecraft.a(Minecraft.java:410)

at asq.a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:744)

at java.lang.Thread.run(Unknown Source)

2013-01-12 20:17:00 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Received a system property request ''

2013-01-12 20:17:00 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod mcp

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod FML

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod Forge

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Enabling mod SAP_Man

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Activating mod SAP_Man

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2013-01-12 20:17:00 [FINE] [ForgeModLoader] All mod requirements are satisfied

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Mod sorting completed successfully

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Mod sorting data:

2013-01-12 20:17:00 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar ()

2013-01-12 20:17:00 [iNFO] [ForgeModLoader] FML has found a non-mod file EnderStuffP_v101.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man

2013-01-12 20:17:00 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SAP_Man

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Mod signature data:

2013-01-12 20:17:00 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.25): minecraft.jar (NO VALID CERTIFICATE FOUND)

2013-01-12 20:17:00 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.6.14.513): coremods (de4cf8a3f3bc15635810044c39240bf96804ea7d)

2013-01-12 20:17:00 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.5.0.481): coremods (NO VALID CERTIFICATE FOUND)

2013-01-12 20:17:00 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.3): 0_SAPManPack_v13.jar (NO VALID CERTIFICATE FOUND)

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader]

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

FML [Forge Mod Loader] (coremods) Unloaded->Constructed

Forge [Minecraft Forge] (coremods) Unloaded->Constructed

SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v13.jar) Unloaded->Errored

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-01-12 20:17:00 [sEVERE] [ForgeModLoader] Caught exception from SAP_Man

java.lang.NullPointerException

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

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:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

at net.minecraft.client.Minecraft.a(Minecraft.java:410)

at asq.a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:744)

at java.lang.Thread.run(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] java.lang.NullPointerException

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-12 20:17:00 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)

2013-01-12 20:17:00 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

2013-01-12 20:17:00 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410)

2013-01-12 20:17:00 [iNFO] [sTDERR] at asq.a(SourceFile:56)

2013-01-12 20:17:00 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)

2013-01-12 20:17:00 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

 

The jar from the EnderStuff+ Mod is corrupted. Download it again.

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

IcyFlames11    0

IcyFlames11

IcyFlames11    0

  • Tree Puncher
  • IcyFlames11
  • Members
  • 0
  • 6 posts
Posted January 16, 2013

My bug doesn't have anything to do with the code log. In fact, it's not really a bug.

 

I loaded a superflat world, put it on creative, and spawned a green clay soldier. I gave him 20 logs and I waited for him to build.

I waited for some 15 minutes as he walked around the world looking at all the green and nothingness before I hit him.

 

Does this belong in this topic? Because the Mod Suggestions topic seemed wrong.

  • Quote

Share this post


Link to post
Share on other sites

yohane    0

yohane

yohane    0

  • Tree Puncher
  • yohane
  • Members
  • 0
  • 2 posts
Posted January 16, 2013

Hai. I'm running Minecraft 1.4.5. cause of my friend his server. For myself i wanted to install this awesome mod.

i installed the mod by this link because the normal way of replacing did not work for me. (game seemed not to see the mod) http://www.skydaz.com/clay-soldiers-mod-installer-for-minecraft-1-4-5/

 

so. now i installed. the game sees the mod but somehow, when i start the game. it crashes immediatly.

 

 

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Exception while adding particle

 

A full error report has been saved to C:\Users\Johan\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-16_19.13.13-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

 

 

 

--- BEGIN ERROR REPORT 88eea1c1 --------

Full report at:

C:\Users\Johan\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-16_19.13.13-client.txt

Please show that file to Mojang, NOT just this screen!

 

Generated 16-1-13 19:13

 

-- Head --

Stacktrace:

at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

at azo.<init>(SourceFile:11)

at bak.b(RenderGlobal.java:1869)

 

-- Particle being added --

Details:

Name: suspended

Position: -24,81,61,98,-112,65 - World: (-25,61,-113), Chunk: (at 7,3,15 in -2,-8; contains blocks -32,0,-128 to -17,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)

Stacktrace:

at bak.a(RenderGlobal.java:1807)

at xv.a(World.java:1458)

at akq.a(SourceFile:227)

at ayh.G(WorldClient.java:354)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [ayk['yohane'/248, l='MpServer', x=-18,50, y=66,62, z=-122,50]]

Chunk stats: MultiplayerChunkCache: 170

Level seed: 0

Level generator: ID 00 - default, ver 1. Features enabled: false

Level generator options:

Level spawn location: World: (-16,64,-132), Chunk: (at 0,4,12 in -1,-9; contains blocks -16,0,-144 to -1,255,-129), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)

Level time: 1117 game time, 1117 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false

Forced entities: 54 total; [pe['Sheep'/137, l='MpServer', x=0,97, y=69,00, z=-163,38], oy['Chicken'/136, l='MpServer', x=1,81, y=69,00, z=-163,41], pe['Sheep'/139, l='MpServer', x=3,50, y=69,00, z=-167,50], pe['Sheep'/138, l='MpServer', x=7,50, y=70,00, z=-166,50], qc['Creeper'/141, l='MpServer', x=10,50, y=21,00, z=-144,50], qr['Zombie'/140, l='MpServer', x=9,50, y=20,00, z=-144,50], oy['Chicken'/143, l='MpServer', x=0,06, y=69,00, z=-159,38], oy['Chicken'/142, l='MpServer', x=3,44, y=69,00, z=-156,63], ph['Squid'/129, l='MpServer', x=-14,63, y=54,34, z=-60,53], ow['Bat'/128, l='MpServer', x=-0,48, y=39,63, z=-101,55], oy['Chicken'/135, l='MpServer', x=3,28, y=68,00, z=-160,53], ph['Squid'/158, l='MpServer', x=29,56, y=59,38, z=-107,03], ph['Squid'/159, l='MpServer', x=24,44, y=59,25, z=-105,19], ow['Bat'/144, l='MpServer', x=3,50, y=40,09, z=-103,53], ph['Squid'/175, l='MpServer', x=39,19, y=61,31, z=-104,81], ow['Bat'/162, l='MpServer', x=24,00, y=42,63, z=-55,78], qn['Skeleton'/161, l='MpServer', x=19,50, y=41,00, z=-57,50], qn['Skeleton'/160, l='MpServer', x=16,50, y=41,00, z=-57,50], qp['Spider'/47, l='MpServer', x=-98,97, y=25,00, z=-44,84], qc['Creeper'/186, l='MpServer', x=42,50, y=22,00, z=-60,50], qn['Skeleton'/184, l='MpServer', x=39,50, y=26,00, z=-64,50], qn['Skeleton'/185, l='MpServer', x=44,50, y=24,00, z=-64,50], ow['Bat'/178, l='MpServer', x=39,53, y=37,53, z=-80,50], ow['Bat'/179, l='MpServer', x=36,59, y=36,16, z=-81,25], ph['Squid'/176, l='MpServer', x=44,13, y=59,06, z=-107,66], ow['Bat'/177, l='MpServer', x=38,91, y=37,09, z=-82,75], ph['Squid'/182, l='MpServer', x=33,38, y=57,28, z=-92,28], qn['Skeleton'/183, l='MpServer', x=40,50, y=11,00, z=-77,50], ow['Bat'/180, l='MpServer', x=40,09, y=37,03, z=-82,56], ph['Squid'/181, l='MpServer', x=39,69, y=56,28, z=-86,22], qr['Zombie'/60, l='MpServer', x=-80,50, y=29,00, z=-49,50], qn['Skeleton'/207, l='MpServer', x=49,94, y=24,00, z=-43,56], qc['Creeper'/203, l='MpServer', x=53,50, y=30,00, z=-43,50], qn['Skeleton'/196, l='MpServer', x=50,50, y=26,00, z=-58,88], qn['Skeleton'/73, l='MpServer', x=-79,50, y=46,00, z=-95,50], qc['Creeper'/195, l='MpServer', x=52,50, y=14,00, z=-57,50], qr['Zombie'/74, l='MpServer', x=-79,50, y=46,00, z=-94,50], qn['Skeleton'/194, l='MpServer', x=53,50, y=14,00, z=-56,50], qc['Creeper'/75, l='MpServer', x=-73,50, y=14,00, z=-60,50], ph['Squid'/93, l='MpServer', x=-62,03, y=56,38, z=-78,13], ph['Squid'/92, l='MpServer', x=-60,31, y=54,63, z=-79,44], ph['Squid'/95, l='MpServer', x=-62,78, y=55,72, z=-72,84], ph['Squid'/94, l='MpServer', x=-52,19, y=53,34, z=-78,91], qn['Skeleton'/208, l='MpServer', x=57,50, y=32,00, z=-43,50], qc['Creeper'/91, l='MpServer', x=-48,50, y=33,00, z=-107,50], qn['Skeleton'/108, l='MpServer', x=-40,50, y=28,00, z=-136,50], qr['Zombie'/107, l='MpServer', x=-40,50, y=28,00, z=-153,50], ow['Bat'/119, l='MpServer', x=-28,59, y=26,44, z=-136,69], qr['Zombie'/118, l='MpServer', x=-26,47, y=48,00, z=-146,97], qn['Skeleton'/117, l='MpServer', x=-23,50, y=40,00, z=-156,50], ayk['yohane'/248, l='MpServer', x=-18,50, y=66,62, z=-122,50], pe['Sheep'/127, l='MpServer', x=-2,94, y=69,00, z=-157,94], ph['Squid'/121, l='MpServer', x=-16,19, y=52,97, z=-59,06], qc['Creeper'/120, l='MpServer', x=-28,50, y=15,00, z=-107,50]]

Retry entities: 0 total; []

Stacktrace:

at ayh.a(WorldClient.java:425)

at net.minecraft.client.Minecraft.b(Minecraft.java:2385)

at net.minecraft.client.Minecraft.run(Minecraft.java:799)

at java.lang.Thread.run(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.4.5

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.7.0_09, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 79188256 bytes (75 MB) / 212664320 bytes (202 MB) up to 954466304 bytes (910 MB)

JVM Flags: 1 total; -Xmx1024m

AABB Pool Size: 2598 (145488 bytes; 0 MB) allocated, 10 (560 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63

FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.0.395 5 mods loaded, 5 mods active

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v11_01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

ClaySoldiersMod [Clay Soldiers Mod] (CSM_v9_04.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

LWJGL: 2.4.2

OpenGL: Intel® HD Graphics Family GL version 3.1.0 - Build 8.15.10.2462, Intel

Is Modded: Definitely; Client brand changed to 'forge,fml'

Type: Client (map_client.txt)

Texture Pack: DivinePack

Profiler Position: N/A (disabled)

Vec3 Pool Size: 26 (1456 bytes; 0 MB) allocated, 17 (952 bytes; 0 MB) used

 

java.lang.NullPointerException

at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

at azo.<init>(SourceFile:11)

at bak.b(RenderGlobal.java:1869)

at bak.a(RenderGlobal.java:1807)

at xv.a(World.java:1458)

at akq.a(SourceFile:227)

at ayh.G(WorldClient.java:354)

at net.minecraft.client.Minecraft.l(Minecraft.java:1900)

at net.minecraft.client.Minecraft.J(Minecraft.java:858)

at net.minecraft.client.Minecraft.run(Minecraft.java:783)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 26f8194d ----------

 

 

 

 

2013-01-16 19:12:40 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 for Minecraft 1.4.5 loading

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] Discovering coremods

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugins

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Validating minecraft

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-01-16 19:12:44 [iNFO] [sTDOUT] 27 achievements

2013-01-16 19:12:44 [iNFO] [sTDOUT] 208 recipes

2013-01-16 19:12:44 [iNFO] [sTDOUT] Setting user: yohane, 12345

2013-01-16 19:12:45 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2013-01-16 19:12:45 [iNFO] [sTDOUT] MinecraftForge v6.4.0.395 Initialized

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] MinecraftForge v6.4.0.395 Initialized

2013-01-16 19:12:45 [iNFO] [sTDOUT] Replaced 84 ore recipies

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2013-01-16 19:12:45 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\lwjgl.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\jinput.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\lwjgl_util.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Johan\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\argo-2.25.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Searching C:\Users\Johan\AppData\Roaming\.minecraft\mods for mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate zip or jar file 0_SAPManPack_v11_01.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate mod directory 1.4.5

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate zip or jar file CSM_v9_04.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file 0_SAPManPack_v11_01.jar for potential mods

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Located mcmod.info file in file 0_SAPManPack_v11_01.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Identified an FMLMod type mod SanAndreasP.mods.managers.SAP_ManagerRegistry

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining directory 1.4.5 for potential mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] No mcmod.info file found in directory 1.4.5

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Recursing into package Clay Soldiers Mod Installer

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file CSM_v9_04.jar for potential mods

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Located mcmod.info file in file CSM_v9_04.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Identified an FMLMod type mod SanAndreasP.mods.ClaySoldiersMod.CSMModRegistry

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Received a system property request ''

2013-01-16 19:12:46 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod mcp

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod FML

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod Forge

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Enabling mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Enabling mod ClaySoldiersMod

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod ClaySoldiersMod

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2013-01-16 19:12:46 [FINE] [ForgeModLoader] All mod requirements are satisfied

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Mod sorting completed successfully

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Mod sorting data:

2013-01-16 19:12:46 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.1): 0_SAPManPack_v11_01.jar ()

2013-01-16 19:12:46 [FINE] [ForgeModLoader] ClaySoldiersMod(Clay Soldiers Mod:9.0_04): CSM_v9_04.jar ()

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Testing mod ClaySoldiersMod to verify it accepts its own version in a remote connection

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] The mod ClaySoldiersMod accepts its own version (9.0_04)

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ClaySoldiersMod

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [iNFO] [sTDOUT] [sAP_ConfManII] ClaySoldiersMod config file successfully readed!

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:47 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-01-16 19:12:47 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-01-16 19:12:47 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-01-16 19:12:47 [iNFO] [sTDOUT] OpenAL initialized.

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClaySoldier as ClaySoldiersMod.CSM_ClaySoldier

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_GravelChunk as ClaySoldiersMod.CSM_GravelChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_SnowChunk as ClaySoldiersMod.CSM_SnowChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_FireChunk as ClaySoldiersMod.CSM_FireChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayHorse as ClaySoldiersMod.CSM_ClayHorse

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayPegasus as ClaySoldiersMod.CSM_ClayPegasus

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_Bunny as ClaySoldiersMod.CSM_Bunny

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayTurtle as ClaySoldiersMod.CSM_ClayTurtle

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_Gecko as ClaySoldiersMod.CSM_Gecko

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayNexus as ClaySoldiersMod.CSM_ClayNexus

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 5 mods

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension 0 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension 1 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension -1 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod ClaySoldiersMod

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mcp

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mcp

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod FML

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod FML

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod Forge

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod Forge

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod SAP_Man

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod SAP_Man

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod ClaySoldiersMod

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod ClaySoldiersMod

2013-01-16 19:13:03 [iNFO] [ForgeModLoader] Unloading dimension 0

2013-01-16 19:13:03 [iNFO] [ForgeModLoader] Unloading dimension 1

2013-01-16 19:13:03 [iNFO] [sTDERR] t: Exception while adding particle

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.a(RenderGlobal.java:1815)

2013-01-16 19:13:03 [iNFO] [sTDERR] at xv.a(World.java:1458)

2013-01-16 19:13:03 [iNFO] [sTDERR] at akq.a(SourceFile:227)

2013-01-16 19:13:03 [iNFO] [sTDERR] at ayh.G(WorldClient.java:354)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1900)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:858)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:783)

2013-01-16 19:13:03 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-01-16 19:13:03 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-01-16 19:13:03 [iNFO] [sTDERR] at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

2013-01-16 19:13:03 [iNFO] [sTDERR] at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

2013-01-16 19:13:03 [iNFO] [sTDERR] at azo.<init>(SourceFile:11)

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.b(RenderGlobal.java:1869)

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.a(RenderGlobal.java:1807)

2013-01-16 19:13:03 [iNFO] [sTDERR] ... 7 more

2013-01-16 19:13:13 [iNFO] [sTDOUT] Stopping!

2013-01-16 19:13:13 [iNFO] [sTDOUT] SoundSystem shutting down...

2013-01-16 19:13:13 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

 

 

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted January 17, 2013

My bug doesn't have anything to do with the code log. In fact, it's not really a bug.

 

I loaded a superflat world, put it on creative, and spawned a green clay soldier. I gave him 20 logs and I waited for him to build.

I waited for some 15 minutes as he walked around the world looking at all the green and nothingness before I hit him.

 

Does this belong in this topic? Because the Mod Suggestions topic seemed wrong.

 

It's the right topic, don't worry. Which version of CSM do you use?

 

Hai. I'm running Minecraft 1.4.5. cause of my friend his server. For myself i wanted to install this awesome mod.

i installed the mod by this link because the normal way of replacing did not work for me. (game seemed not to see the mod) http://www.skydaz.com/clay-soldiers-mod-installer-for-minecraft-1-4-5/

 

so. now i installed. the game sees the mod but somehow, when i start the game. it crashes immediatly.

 

 

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Exception while adding particle

 

A full error report has been saved to C:\Users\Johan\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-16_19.13.13-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

 

 

 

--- BEGIN ERROR REPORT 88eea1c1 --------

Full report at:

C:\Users\Johan\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-16_19.13.13-client.txt

Please show that file to Mojang, NOT just this screen!

 

Generated 16-1-13 19:13

 

-- Head --

Stacktrace:

at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

at azo.<init>(SourceFile:11)

at bak.b(RenderGlobal.java:1869)

 

-- Particle being added --

Details:

Name: suspended

Position: -24,81,61,98,-112,65 - World: (-25,61,-113), Chunk: (at 7,3,15 in -2,-8; contains blocks -32,0,-128 to -17,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)

Stacktrace:

at bak.a(RenderGlobal.java:1807)

at xv.a(World.java:1458)

at akq.a(SourceFile:227)

at ayh.G(WorldClient.java:354)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [ayk['yohane'/248, l='MpServer', x=-18,50, y=66,62, z=-122,50]]

Chunk stats: MultiplayerChunkCache: 170

Level seed: 0

Level generator: ID 00 - default, ver 1. Features enabled: false

Level generator options:

Level spawn location: World: (-16,64,-132), Chunk: (at 0,4,12 in -1,-9; contains blocks -16,0,-144 to -1,255,-129), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)

Level time: 1117 game time, 1117 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false

Forced entities: 54 total; [pe['Sheep'/137, l='MpServer', x=0,97, y=69,00, z=-163,38], oy['Chicken'/136, l='MpServer', x=1,81, y=69,00, z=-163,41], pe['Sheep'/139, l='MpServer', x=3,50, y=69,00, z=-167,50], pe['Sheep'/138, l='MpServer', x=7,50, y=70,00, z=-166,50], qc['Creeper'/141, l='MpServer', x=10,50, y=21,00, z=-144,50], qr['Zombie'/140, l='MpServer', x=9,50, y=20,00, z=-144,50], oy['Chicken'/143, l='MpServer', x=0,06, y=69,00, z=-159,38], oy['Chicken'/142, l='MpServer', x=3,44, y=69,00, z=-156,63], ph['Squid'/129, l='MpServer', x=-14,63, y=54,34, z=-60,53], ow['Bat'/128, l='MpServer', x=-0,48, y=39,63, z=-101,55], oy['Chicken'/135, l='MpServer', x=3,28, y=68,00, z=-160,53], ph['Squid'/158, l='MpServer', x=29,56, y=59,38, z=-107,03], ph['Squid'/159, l='MpServer', x=24,44, y=59,25, z=-105,19], ow['Bat'/144, l='MpServer', x=3,50, y=40,09, z=-103,53], ph['Squid'/175, l='MpServer', x=39,19, y=61,31, z=-104,81], ow['Bat'/162, l='MpServer', x=24,00, y=42,63, z=-55,78], qn['Skeleton'/161, l='MpServer', x=19,50, y=41,00, z=-57,50], qn['Skeleton'/160, l='MpServer', x=16,50, y=41,00, z=-57,50], qp['Spider'/47, l='MpServer', x=-98,97, y=25,00, z=-44,84], qc['Creeper'/186, l='MpServer', x=42,50, y=22,00, z=-60,50], qn['Skeleton'/184, l='MpServer', x=39,50, y=26,00, z=-64,50], qn['Skeleton'/185, l='MpServer', x=44,50, y=24,00, z=-64,50], ow['Bat'/178, l='MpServer', x=39,53, y=37,53, z=-80,50], ow['Bat'/179, l='MpServer', x=36,59, y=36,16, z=-81,25], ph['Squid'/176, l='MpServer', x=44,13, y=59,06, z=-107,66], ow['Bat'/177, l='MpServer', x=38,91, y=37,09, z=-82,75], ph['Squid'/182, l='MpServer', x=33,38, y=57,28, z=-92,28], qn['Skeleton'/183, l='MpServer', x=40,50, y=11,00, z=-77,50], ow['Bat'/180, l='MpServer', x=40,09, y=37,03, z=-82,56], ph['Squid'/181, l='MpServer', x=39,69, y=56,28, z=-86,22], qr['Zombie'/60, l='MpServer', x=-80,50, y=29,00, z=-49,50], qn['Skeleton'/207, l='MpServer', x=49,94, y=24,00, z=-43,56], qc['Creeper'/203, l='MpServer', x=53,50, y=30,00, z=-43,50], qn['Skeleton'/196, l='MpServer', x=50,50, y=26,00, z=-58,88], qn['Skeleton'/73, l='MpServer', x=-79,50, y=46,00, z=-95,50], qc['Creeper'/195, l='MpServer', x=52,50, y=14,00, z=-57,50], qr['Zombie'/74, l='MpServer', x=-79,50, y=46,00, z=-94,50], qn['Skeleton'/194, l='MpServer', x=53,50, y=14,00, z=-56,50], qc['Creeper'/75, l='MpServer', x=-73,50, y=14,00, z=-60,50], ph['Squid'/93, l='MpServer', x=-62,03, y=56,38, z=-78,13], ph['Squid'/92, l='MpServer', x=-60,31, y=54,63, z=-79,44], ph['Squid'/95, l='MpServer', x=-62,78, y=55,72, z=-72,84], ph['Squid'/94, l='MpServer', x=-52,19, y=53,34, z=-78,91], qn['Skeleton'/208, l='MpServer', x=57,50, y=32,00, z=-43,50], qc['Creeper'/91, l='MpServer', x=-48,50, y=33,00, z=-107,50], qn['Skeleton'/108, l='MpServer', x=-40,50, y=28,00, z=-136,50], qr['Zombie'/107, l='MpServer', x=-40,50, y=28,00, z=-153,50], ow['Bat'/119, l='MpServer', x=-28,59, y=26,44, z=-136,69], qr['Zombie'/118, l='MpServer', x=-26,47, y=48,00, z=-146,97], qn['Skeleton'/117, l='MpServer', x=-23,50, y=40,00, z=-156,50], ayk['yohane'/248, l='MpServer', x=-18,50, y=66,62, z=-122,50], pe['Sheep'/127, l='MpServer', x=-2,94, y=69,00, z=-157,94], ph['Squid'/121, l='MpServer', x=-16,19, y=52,97, z=-59,06], qc['Creeper'/120, l='MpServer', x=-28,50, y=15,00, z=-107,50]]

Retry entities: 0 total; []

Stacktrace:

at ayh.a(WorldClient.java:425)

at net.minecraft.client.Minecraft.b(Minecraft.java:2385)

at net.minecraft.client.Minecraft.run(Minecraft.java:799)

at java.lang.Thread.run(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.4.5

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.7.0_09, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 79188256 bytes (75 MB) / 212664320 bytes (202 MB) up to 954466304 bytes (910 MB)

JVM Flags: 1 total; -Xmx1024m

AABB Pool Size: 2598 (145488 bytes; 0 MB) allocated, 10 (560 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63

FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.0.395 5 mods loaded, 5 mods active

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v11_01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

ClaySoldiersMod [Clay Soldiers Mod] (CSM_v9_04.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

LWJGL: 2.4.2

OpenGL: Intel® HD Graphics Family GL version 3.1.0 - Build 8.15.10.2462, Intel

Is Modded: Definitely; Client brand changed to 'forge,fml'

Type: Client (map_client.txt)

Texture Pack: DivinePack

Profiler Position: N/A (disabled)

Vec3 Pool Size: 26 (1456 bytes; 0 MB) allocated, 17 (952 bytes; 0 MB) used

 

java.lang.NullPointerException

at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

at azo.<init>(SourceFile:11)

at bak.b(RenderGlobal.java:1869)

at bak.a(RenderGlobal.java:1807)

at xv.a(World.java:1458)

at akq.a(SourceFile:227)

at ayh.G(WorldClient.java:354)

at net.minecraft.client.Minecraft.l(Minecraft.java:1900)

at net.minecraft.client.Minecraft.J(Minecraft.java:858)

at net.minecraft.client.Minecraft.run(Minecraft.java:783)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 26f8194d ----------

 

 

 

 

2013-01-16 19:12:40 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 for Minecraft 1.4.5 loading

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] Discovering coremods

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugins

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Validating minecraft

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-01-16 19:12:44 [iNFO] [sTDOUT] 27 achievements

2013-01-16 19:12:44 [iNFO] [sTDOUT] 208 recipes

2013-01-16 19:12:44 [iNFO] [sTDOUT] Setting user: yohane, 12345

2013-01-16 19:12:45 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2013-01-16 19:12:45 [iNFO] [sTDOUT] MinecraftForge v6.4.0.395 Initialized

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] MinecraftForge v6.4.0.395 Initialized

2013-01-16 19:12:45 [iNFO] [sTDOUT] Replaced 84 ore recipies

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2013-01-16 19:12:45 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\lwjgl.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\jinput.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\lwjgl_util.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Johan\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\argo-2.25.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Searching C:\Users\Johan\AppData\Roaming\.minecraft\mods for mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate zip or jar file 0_SAPManPack_v11_01.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate mod directory 1.4.5

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate zip or jar file CSM_v9_04.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file 0_SAPManPack_v11_01.jar for potential mods

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Located mcmod.info file in file 0_SAPManPack_v11_01.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Identified an FMLMod type mod SanAndreasP.mods.managers.SAP_ManagerRegistry

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining directory 1.4.5 for potential mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] No mcmod.info file found in directory 1.4.5

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Recursing into package Clay Soldiers Mod Installer

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file CSM_v9_04.jar for potential mods

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Located mcmod.info file in file CSM_v9_04.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Identified an FMLMod type mod SanAndreasP.mods.ClaySoldiersMod.CSMModRegistry

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Received a system property request ''

2013-01-16 19:12:46 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod mcp

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod FML

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod Forge

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Enabling mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Enabling mod ClaySoldiersMod

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod ClaySoldiersMod

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2013-01-16 19:12:46 [FINE] [ForgeModLoader] All mod requirements are satisfied

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Mod sorting completed successfully

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Mod sorting data:

2013-01-16 19:12:46 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.1): 0_SAPManPack_v11_01.jar ()

2013-01-16 19:12:46 [FINE] [ForgeModLoader] ClaySoldiersMod(Clay Soldiers Mod:9.0_04): CSM_v9_04.jar ()

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Testing mod ClaySoldiersMod to verify it accepts its own version in a remote connection

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] The mod ClaySoldiersMod accepts its own version (9.0_04)

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ClaySoldiersMod

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [iNFO] [sTDOUT] [sAP_ConfManII] ClaySoldiersMod config file successfully readed!

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:47 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-01-16 19:12:47 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-01-16 19:12:47 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-01-16 19:12:47 [iNFO] [sTDOUT] OpenAL initialized.

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClaySoldier as ClaySoldiersMod.CSM_ClaySoldier

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_GravelChunk as ClaySoldiersMod.CSM_GravelChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_SnowChunk as ClaySoldiersMod.CSM_SnowChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_FireChunk as ClaySoldiersMod.CSM_FireChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayHorse as ClaySoldiersMod.CSM_ClayHorse

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayPegasus as ClaySoldiersMod.CSM_ClayPegasus

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_Bunny as ClaySoldiersMod.CSM_Bunny

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayTurtle as ClaySoldiersMod.CSM_ClayTurtle

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_Gecko as ClaySoldiersMod.CSM_Gecko

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayNexus as ClaySoldiersMod.CSM_ClayNexus

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 5 mods

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension 0 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension 1 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension -1 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod ClaySoldiersMod

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mcp

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mcp

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod FML

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod FML

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod Forge

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod Forge

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod SAP_Man

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod SAP_Man

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod ClaySoldiersMod

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod ClaySoldiersMod

2013-01-16 19:13:03 [iNFO] [ForgeModLoader] Unloading dimension 0

2013-01-16 19:13:03 [iNFO] [ForgeModLoader] Unloading dimension 1

2013-01-16 19:13:03 [iNFO] [sTDERR] t: Exception while adding particle

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.a(RenderGlobal.java:1815)

2013-01-16 19:13:03 [iNFO] [sTDERR] at xv.a(World.java:1458)

2013-01-16 19:13:03 [iNFO] [sTDERR] at akq.a(SourceFile:227)

2013-01-16 19:13:03 [iNFO] [sTDERR] at ayh.G(WorldClient.java:354)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1900)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:858)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:783)

2013-01-16 19:13:03 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-01-16 19:13:03 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-01-16 19:13:03 [iNFO] [sTDERR] at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

2013-01-16 19:13:03 [iNFO] [sTDERR] at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

2013-01-16 19:13:03 [iNFO] [sTDERR] at azo.<init>(SourceFile:11)

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.b(RenderGlobal.java:1869)

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.a(RenderGlobal.java:1807)

2013-01-16 19:13:03 [iNFO] [sTDERR] ... 7 more

2013-01-16 19:13:13 [iNFO] [sTDOUT] Stopping!

2013-01-16 19:13:13 [iNFO] [sTDOUT] SoundSystem shutting down...

2013-01-16 19:13:13 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

 

 

 

1. Don't use MCPatcher. I recommend MultiMC.

2. You have the wrong version of the Manager pack, it's for MC 1.4.4. Use the Manager Pack v1.2 for Minecraft 1.4.5.

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

yohane    0

yohane

yohane    0

  • Tree Puncher
  • yohane
  • Members
  • 0
  • 2 posts
Posted January 19, 2013

My bug doesn't have anything to do with the code log. In fact, it's not really a bug.

 

I loaded a superflat world, put it on creative, and spawned a green clay soldier. I gave him 20 logs and I waited for him to build.

I waited for some 15 minutes as he walked around the world looking at all the green and nothingness before I hit him.

 

Does this belong in this topic? Because the Mod Suggestions topic seemed wrong.

 

It's the right topic, don't worry. Which version of CSM do you use?

 

Hai. I'm running Minecraft 1.4.5. cause of my friend his server. For myself i wanted to install this awesome mod.

i installed the mod by this link because the normal way of replacing did not work for me. (game seemed not to see the mod) http://www.skydaz.com/clay-soldiers-mod-installer-for-minecraft-1-4-5/

 

so. now i installed. the game sees the mod but somehow, when i start the game. it crashes immediatly.

 

 

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Exception while adding particle

 

A full error report has been saved to C:\Users\Johan\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-16_19.13.13-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

 

 

 

--- BEGIN ERROR REPORT 88eea1c1 --------

Full report at:

C:\Users\Johan\AppData\Roaming\.minecraft\crash-reports\crash-2013-01-16_19.13.13-client.txt

Please show that file to Mojang, NOT just this screen!

 

Generated 16-1-13 19:13

 

-- Head --

Stacktrace:

at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

at azo.<init>(SourceFile:11)

at bak.b(RenderGlobal.java:1869)

 

-- Particle being added --

Details:

Name: suspended

Position: -24,81,61,98,-112,65 - World: (-25,61,-113), Chunk: (at 7,3,15 in -2,-8; contains blocks -32,0,-128 to -17,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)

Stacktrace:

at bak.a(RenderGlobal.java:1807)

at xv.a(World.java:1458)

at akq.a(SourceFile:227)

at ayh.G(WorldClient.java:354)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [ayk['yohane'/248, l='MpServer', x=-18,50, y=66,62, z=-122,50]]

Chunk stats: MultiplayerChunkCache: 170

Level seed: 0

Level generator: ID 00 - default, ver 1. Features enabled: false

Level generator options:

Level spawn location: World: (-16,64,-132), Chunk: (at 0,4,12 in -1,-9; contains blocks -16,0,-144 to -1,255,-129), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)

Level time: 1117 game time, 1117 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false

Forced entities: 54 total; [pe['Sheep'/137, l='MpServer', x=0,97, y=69,00, z=-163,38], oy['Chicken'/136, l='MpServer', x=1,81, y=69,00, z=-163,41], pe['Sheep'/139, l='MpServer', x=3,50, y=69,00, z=-167,50], pe['Sheep'/138, l='MpServer', x=7,50, y=70,00, z=-166,50], qc['Creeper'/141, l='MpServer', x=10,50, y=21,00, z=-144,50], qr['Zombie'/140, l='MpServer', x=9,50, y=20,00, z=-144,50], oy['Chicken'/143, l='MpServer', x=0,06, y=69,00, z=-159,38], oy['Chicken'/142, l='MpServer', x=3,44, y=69,00, z=-156,63], ph['Squid'/129, l='MpServer', x=-14,63, y=54,34, z=-60,53], ow['Bat'/128, l='MpServer', x=-0,48, y=39,63, z=-101,55], oy['Chicken'/135, l='MpServer', x=3,28, y=68,00, z=-160,53], ph['Squid'/158, l='MpServer', x=29,56, y=59,38, z=-107,03], ph['Squid'/159, l='MpServer', x=24,44, y=59,25, z=-105,19], ow['Bat'/144, l='MpServer', x=3,50, y=40,09, z=-103,53], ph['Squid'/175, l='MpServer', x=39,19, y=61,31, z=-104,81], ow['Bat'/162, l='MpServer', x=24,00, y=42,63, z=-55,78], qn['Skeleton'/161, l='MpServer', x=19,50, y=41,00, z=-57,50], qn['Skeleton'/160, l='MpServer', x=16,50, y=41,00, z=-57,50], qp['Spider'/47, l='MpServer', x=-98,97, y=25,00, z=-44,84], qc['Creeper'/186, l='MpServer', x=42,50, y=22,00, z=-60,50], qn['Skeleton'/184, l='MpServer', x=39,50, y=26,00, z=-64,50], qn['Skeleton'/185, l='MpServer', x=44,50, y=24,00, z=-64,50], ow['Bat'/178, l='MpServer', x=39,53, y=37,53, z=-80,50], ow['Bat'/179, l='MpServer', x=36,59, y=36,16, z=-81,25], ph['Squid'/176, l='MpServer', x=44,13, y=59,06, z=-107,66], ow['Bat'/177, l='MpServer', x=38,91, y=37,09, z=-82,75], ph['Squid'/182, l='MpServer', x=33,38, y=57,28, z=-92,28], qn['Skeleton'/183, l='MpServer', x=40,50, y=11,00, z=-77,50], ow['Bat'/180, l='MpServer', x=40,09, y=37,03, z=-82,56], ph['Squid'/181, l='MpServer', x=39,69, y=56,28, z=-86,22], qr['Zombie'/60, l='MpServer', x=-80,50, y=29,00, z=-49,50], qn['Skeleton'/207, l='MpServer', x=49,94, y=24,00, z=-43,56], qc['Creeper'/203, l='MpServer', x=53,50, y=30,00, z=-43,50], qn['Skeleton'/196, l='MpServer', x=50,50, y=26,00, z=-58,88], qn['Skeleton'/73, l='MpServer', x=-79,50, y=46,00, z=-95,50], qc['Creeper'/195, l='MpServer', x=52,50, y=14,00, z=-57,50], qr['Zombie'/74, l='MpServer', x=-79,50, y=46,00, z=-94,50], qn['Skeleton'/194, l='MpServer', x=53,50, y=14,00, z=-56,50], qc['Creeper'/75, l='MpServer', x=-73,50, y=14,00, z=-60,50], ph['Squid'/93, l='MpServer', x=-62,03, y=56,38, z=-78,13], ph['Squid'/92, l='MpServer', x=-60,31, y=54,63, z=-79,44], ph['Squid'/95, l='MpServer', x=-62,78, y=55,72, z=-72,84], ph['Squid'/94, l='MpServer', x=-52,19, y=53,34, z=-78,91], qn['Skeleton'/208, l='MpServer', x=57,50, y=32,00, z=-43,50], qc['Creeper'/91, l='MpServer', x=-48,50, y=33,00, z=-107,50], qn['Skeleton'/108, l='MpServer', x=-40,50, y=28,00, z=-136,50], qr['Zombie'/107, l='MpServer', x=-40,50, y=28,00, z=-153,50], ow['Bat'/119, l='MpServer', x=-28,59, y=26,44, z=-136,69], qr['Zombie'/118, l='MpServer', x=-26,47, y=48,00, z=-146,97], qn['Skeleton'/117, l='MpServer', x=-23,50, y=40,00, z=-156,50], ayk['yohane'/248, l='MpServer', x=-18,50, y=66,62, z=-122,50], pe['Sheep'/127, l='MpServer', x=-2,94, y=69,00, z=-157,94], ph['Squid'/121, l='MpServer', x=-16,19, y=52,97, z=-59,06], qc['Creeper'/120, l='MpServer', x=-28,50, y=15,00, z=-107,50]]

Retry entities: 0 total; []

Stacktrace:

at ayh.a(WorldClient.java:425)

at net.minecraft.client.Minecraft.b(Minecraft.java:2385)

at net.minecraft.client.Minecraft.run(Minecraft.java:799)

at java.lang.Thread.run(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.4.5

Operating System: Windows 7 (amd64) version 6.1

Java Version: 1.7.0_09, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 79188256 bytes (75 MB) / 212664320 bytes (202 MB) up to 954466304 bytes (910 MB)

JVM Flags: 1 total; -Xmx1024m

AABB Pool Size: 2598 (145488 bytes; 0 MB) allocated, 10 (560 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63

FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.0.395 5 mods loaded, 5 mods active

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

SAP_Man [sanAndreasPs Managers] (0_SAPManPack_v11_01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

ClaySoldiersMod [Clay Soldiers Mod] (CSM_v9_04.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

LWJGL: 2.4.2

OpenGL: Intel® HD Graphics Family GL version 3.1.0 - Build 8.15.10.2462, Intel

Is Modded: Definitely; Client brand changed to 'forge,fml'

Type: Client (map_client.txt)

Texture Pack: DivinePack

Profiler Position: N/A (disabled)

Vec3 Pool Size: 26 (1456 bytes; 0 MB) allocated, 17 (952 bytes; 0 MB) used

 

java.lang.NullPointerException

at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

at azo.<init>(SourceFile:11)

at bak.b(RenderGlobal.java:1869)

at bak.a(RenderGlobal.java:1807)

at xv.a(World.java:1458)

at akq.a(SourceFile:227)

at ayh.G(WorldClient.java:354)

at net.minecraft.client.Minecraft.l(Minecraft.java:1900)

at net.minecraft.client.Minecraft.J(Minecraft.java:858)

at net.minecraft.client.Minecraft.run(Minecraft.java:783)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 26f8194d ----------

 

 

 

 

2013-01-16 19:12:40 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 for Minecraft 1.4.5 loading

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] Discovering coremods

2013-01-16 19:12:40 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugins

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Validating minecraft

2013-01-16 19:12:41 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-01-16 19:12:44 [iNFO] [sTDOUT] 27 achievements

2013-01-16 19:12:44 [iNFO] [sTDOUT] 208 recipes

2013-01-16 19:12:44 [iNFO] [sTDOUT] Setting user: yohane, 12345

2013-01-16 19:12:45 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2013-01-16 19:12:45 [iNFO] [sTDOUT] MinecraftForge v6.4.0.395 Initialized

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] MinecraftForge v6.4.0.395 Initialized

2013-01-16 19:12:45 [iNFO] [sTDOUT] Replaced 84 ore recipies

2013-01-16 19:12:45 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2013-01-16 19:12:45 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\lwjgl.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\jinput.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\bin\lwjgl_util.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Johan\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\argo-2.25.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Johan\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Searching C:\Users\Johan\AppData\Roaming\.minecraft\mods for mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate zip or jar file 0_SAPManPack_v11_01.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate mod directory 1.4.5

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Found a candidate zip or jar file CSM_v9_04.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file 0_SAPManPack_v11_01.jar for potential mods

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Located mcmod.info file in file 0_SAPManPack_v11_01.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Identified an FMLMod type mod SanAndreasP.mods.managers.SAP_ManagerRegistry

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining directory 1.4.5 for potential mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] No mcmod.info file found in directory 1.4.5

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Recursing into package Clay Soldiers Mod Installer

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Examining file CSM_v9_04.jar for potential mods

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Located mcmod.info file in file CSM_v9_04.jar

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Identified an FMLMod type mod SanAndreasP.mods.ClaySoldiersMod.CSMModRegistry

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Received a system property request ''

2013-01-16 19:12:46 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod mcp

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod FML

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod Forge

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Enabling mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Enabling mod ClaySoldiersMod

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Activating mod ClaySoldiersMod

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2013-01-16 19:12:46 [FINE] [ForgeModLoader] All mod requirements are satisfied

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Mod sorting completed successfully

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Mod sorting data:

2013-01-16 19:12:46 [FINE] [ForgeModLoader] SAP_Man(SanAndreasPs Managers:1.1): 0_SAPManPack_v11_01.jar ()

2013-01-16 19:12:46 [FINE] [ForgeModLoader] ClaySoldiersMod(Clay Soldiers Mod:9.0_04): CSM_v9_04.jar ()

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod SAP_Man

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] Testing mod ClaySoldiersMod to verify it accepts its own version in a remote connection

2013-01-16 19:12:46 [FINEST] [ForgeModLoader] The mod ClaySoldiersMod accepts its own version (9.0_04)

2013-01-16 19:12:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ClaySoldiersMod

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge

2013-01-16 19:12:46 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod SAP_Man

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:46 [iNFO] [sTDOUT] [sAP_ConfManII] ClaySoldiersMod config file successfully readed!

2013-01-16 19:12:46 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:47 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-01-16 19:12:47 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-01-16 19:12:47 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-01-16 19:12:47 [iNFO] [sTDOUT] OpenAL initialized.

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClaySoldier as ClaySoldiersMod.CSM_ClaySoldier

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_GravelChunk as ClaySoldiersMod.CSM_GravelChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_SnowChunk as ClaySoldiersMod.CSM_SnowChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_FireChunk as ClaySoldiersMod.CSM_FireChunk

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayHorse as ClaySoldiersMod.CSM_ClayHorse

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayPegasus as ClaySoldiersMod.CSM_ClayPegasus

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_Bunny as ClaySoldiersMod.CSM_Bunny

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayTurtle as ClaySoldiersMod.CSM_ClayTurtle

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_Gecko as ClaySoldiersMod.CSM_Gecko

2013-01-16 19:12:48 [FINEST] [ForgeModLoader] Automatically registered mod ClaySoldiersMod entity CSM_ClayNexus as ClaySoldiersMod.CSM_ClayNexus

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event IMCEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event IMCEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod SAP_Man

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod ClaySoldiersMod

2013-01-16 19:12:48 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 5 mods

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension 0 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension 1 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:58 [iNFO] [ForgeModLoader] Loading dimension -1 (Test Clay) (bdo@655b395e)

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mcp

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod FML

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod Forge

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod SAP_Man

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod ClaySoldiersMod

2013-01-16 19:12:59 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod ClaySoldiersMod

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mcp

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mcp

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod FML

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod FML

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod Forge

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod Forge

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod SAP_Man

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod SAP_Man

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod ClaySoldiersMod

2013-01-16 19:13:01 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod ClaySoldiersMod

2013-01-16 19:13:03 [iNFO] [ForgeModLoader] Unloading dimension 0

2013-01-16 19:13:03 [iNFO] [ForgeModLoader] Unloading dimension 1

2013-01-16 19:13:03 [iNFO] [sTDERR] t: Exception while adding particle

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.a(RenderGlobal.java:1815)

2013-01-16 19:13:03 [iNFO] [sTDERR] at xv.a(World.java:1458)

2013-01-16 19:13:03 [iNFO] [sTDERR] at akq.a(SourceFile:227)

2013-01-16 19:13:03 [iNFO] [sTDERR] at ayh.G(WorldClient.java:354)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1900)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:858)

2013-01-16 19:13:03 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:783)

2013-01-16 19:13:03 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-01-16 19:13:03 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-01-16 19:13:03 [iNFO] [sTDERR] at com.pclewis.mcpatcher.mod.ColorMap.colorize(ColorMap.java:74)

2013-01-16 19:13:03 [iNFO] [sTDERR] at com.pclewis.mcpatcher.mod.Colorizer.colorizeBiome(Colorizer.java:191)

2013-01-16 19:13:03 [iNFO] [sTDERR] at azo.<init>(SourceFile:11)

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.b(RenderGlobal.java:1869)

2013-01-16 19:13:03 [iNFO] [sTDERR] at bak.a(RenderGlobal.java:1807)

2013-01-16 19:13:03 [iNFO] [sTDERR] ... 7 more

2013-01-16 19:13:13 [iNFO] [sTDOUT] Stopping!

2013-01-16 19:13:13 [iNFO] [sTDOUT] SoundSystem shutting down...

2013-01-16 19:13:13 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

 

 

 

1. Don't use MCPatcher. I recommend MultiMC.

2. You have the wrong version of the Manager pack, it's for MC 1.4.4. Use the Manager Pack v1.2 for Minecraft 1.4.5.

''

 

it worked. thnx

  • Quote

Share this post


Link to post
Share on other sites

Arthas950    0

Arthas950

Arthas950    0

  • Tree Puncher
  • Arthas950
  • Members
  • 0
  • 1 post
Posted March 9, 2013

 

MC running when is not clay soldiers in mod folder.... But when i copy this mod to mod folder, it doing black screen.

 

 

Please help me with this error from ForgeModLoader-client-0:

 

 

2013-03-09 17:28:07 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: sanandreasp/mods/managers/SAP_UpdateManager

2013-03-09 17:28:07 [iNFO] [sTDERR] at sanandreasp.mods.ClaySoldiersMod.registry.CSMModRegistry.<init>(CSMModRegistry.java:117)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.Class.newInstance0(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.Class.newInstance(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:459)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-03-09 17:28:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-03-09 17:28:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-03-09 17:28:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)

2013-03-09 17:28:07 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)

2013-03-09 17:28:07 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)

2013-03-09 17:28:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:412)

2013-03-09 17:28:07 [iNFO] [sTDERR] at asq.a(SourceFile:56)

2013-03-09 17:28:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:746)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: sanandreasp.mods.managers.SAP_UpdateManager

2013-03-09 17:28:07 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-03-09 17:28:07 [iNFO] [sTDERR] ... 34 more

2013-03-09 17:28:07 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-03-09 17:28:07 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:174)

2013-03-09 17:28:07 [iNFO] [sTDERR] ... 36 more

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted March 9, 2013

 

MC running when is not clay soldiers in mod folder.... But when i copy this mod to mod folder, it doing black screen.

 

 

Please help me with this error from ForgeModLoader-client-0:

 

 

2013-03-09 17:28:07 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: sanandreasp/mods/managers/SAP_UpdateManager

 

 

Read instructions. You need the Manager pack to use my mods.

 

I'm going to implement a check in the next update where you get a message with the download link and MC won't crash.

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

smudgie    0

smudgie

smudgie    0

  • Tree Puncher
  • smudgie
  • Members
  • 0
  • 2 posts
Posted March 16, 2013

Hi SanAndreas, Hoping you can point me in the right direction here. I'm trying to get Clay Soldiers working. Using MultiMC, MC v1.5, have your Manager Pack installed etc.... It's all in the log;

 

http://paste.ubuntu.com/5618244/

 

 

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted March 16, 2013

Hi SanAndreas, Hoping you can point me in the right direction here. I'm trying to get Clay Soldiers working. Using MultiMC, MC v1.5, have your Manager Pack installed etc.... It's all in the log;

 

http://paste.ubuntu.com/5618244/

 

CSM_v9_05.jar

 

You have an old version of CSM. Download the newest one (CSM_v91.jar) and try again. Don't forget to remove the old one!

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

smudgie    0

smudgie

smudgie    0

  • Tree Puncher
  • smudgie
  • Members
  • 0
  • 2 posts
Posted March 16, 2013

Hi SanAndreas, thanks very much for the reply.

 

I've spent 20 minutes trying to find the latest version of csm; The link on minecraftdl.com takes me to v9.05, and I can't find a d/l link on your thread on minecraftforum.net.

 

Do you have a link to v9.10 please? (incidentally, minecraftdl.com is one of the first google hits for clay soldiers, so if you updated that to v9.10 it'd be great)

 

Thanks!

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted March 16, 2013

Hi SanAndreas, thanks very much for the reply.

 

I've spent 20 minutes trying to find the latest version of csm; The link on minecraftdl.com takes me to v9.05, and I can't find a d/l link on your thread on minecraftforum.net.

 

Do you have a link to v9.10 please? (incidentally, minecraftdl.com is one of the first google hits for clay soldiers, so if you updated that to v9.10 it'd be great)

 

Thanks!

 

http://www.minecraftforum.net/topic/964897-15-spmplan-clay-soldiers-mod-v-91/

Also I advise you always to go to the original thread / webside of the mod creator! This way you can be sure you get the latest version and don't trust any other sites if they aren't approved by the mod author itself! For me I don't approve Minecraftdl, as it steals downloads.

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites

Tenshi Hinanawi    0

Tenshi Hinanawi

Tenshi Hinanawi    0

  • Tree Puncher
  • Tenshi Hinanawi
  • Members
  • 0
  • 1 post
Posted March 31, 2013

[*spoiler][*code]---- Minecraft Crash Report ----

// On the bright side, I bought you a teddy bear!

 

Time: 3/31/13 12:08 AM

Description: Rendering screen

 

java.lang.NullPointerException

at java.util.Properties$LineReader.readLine(Unknown Source)

at java.util.Properties.load0(Unknown Source)

at java.util.Properties.load(Unknown Source)

at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

at cpw.mods.fml.common.FMLCommonHandler.computeBranding(FMLCommonHandler.java:248)

at cpw.mods.fml.common.FMLCommonHandler.getBrandings(FMLCommonHandler.java:262)

at net.minecraft.client.gui.GuiMainMenu.func_73863_a(GuiMainMenu.java:559)

at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:867)

at net.minecraft.client.Minecraft.run(Minecraft.java:756)

at java.lang.Thread.run(Unknown Source)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at java.util.Properties$LineReader.readLine(Unknown Source)

at java.util.Properties.load0(Unknown Source)

at java.util.Properties.load(Unknown Source)

at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

at cpw.mods.fml.common.FMLCommonHandler.computeBranding(FMLCommonHandler.java:248)

at cpw.mods.fml.common.FMLCommonHandler.getBrandings(FMLCommonHandler.java:262)

at net.minecraft.client.gui.GuiMainMenu.func_73863_a(GuiMainMenu.java:559)

 

-- Screen render details --

Details:

Screen name: net.minecraft.client.gui.GuiMainMenu

Mouse location: Scaled: (0, 239). Absolute: (0, 0)

Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2

Stacktrace:

at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:867)

at net.minecraft.client.Minecraft.run(Minecraft.java:756)

at java.lang.Thread.run(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.5.1

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_09, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 386661112 bytes (368 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 2 total; -Xms512m -Xmx1024m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: ~~ERROR~~ NullPointerException: null

LWJGL: 2.4.2

OpenGL: GeForce 315/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation

Is Modded: ~~ERROR~~ NullPointerException: null

Type: Client (map_client.txt)

Texture Pack: Default

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null[*/code][*/spoiler]

  • Quote

Share this post


Link to post
Share on other sites

SanAndreasP    402

SanAndreasP

SanAndreasP    402

  • World Shaper
  • SanAndreasP
  • Forge Modder
  • 402
  • 1689 posts
Posted March 31, 2013

[*spoiler][*code]---- Minecraft Crash Report ----

// On the bright side, I bought you a teddy bear!

 

Time: 3/31/13 12:08 AM

Description: Rendering screen

 

java.lang.NullPointerException

at java.util.Properties$LineReader.readLine(Unknown Source)

at java.util.Properties.load0(Unknown Source)

at java.util.Properties.load(Unknown Source)

at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

at cpw.mods.fml.common.FMLCommonHandler.computeBranding(FMLCommonHandler.java:248)

at cpw.mods.fml.common.FMLCommonHandler.getBrandings(FMLCommonHandler.java:262)

at net.minecraft.client.gui.GuiMainMenu.func_73863_a(GuiMainMenu.java:559)

at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:867)

at net.minecraft.client.Minecraft.run(Minecraft.java:756)

at java.lang.Thread.run(Unknown Source)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at java.util.Properties$LineReader.readLine(Unknown Source)

at java.util.Properties.load0(Unknown Source)

at java.util.Properties.load(Unknown Source)

at cpw.mods.fml.common.Loader.getFMLBrandingProperties(Loader.java:832)

at cpw.mods.fml.common.FMLCommonHandler.computeBranding(FMLCommonHandler.java:248)

at cpw.mods.fml.common.FMLCommonHandler.getBrandings(FMLCommonHandler.java:262)

at net.minecraft.client.gui.GuiMainMenu.func_73863_a(GuiMainMenu.java:559)

 

-- Screen render details --

Details:

Screen name: net.minecraft.client.gui.GuiMainMenu

Mouse location: Scaled: (0, 239). Absolute: (0, 0)

Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2

Stacktrace:

at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1021)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:867)

at net.minecraft.client.Minecraft.run(Minecraft.java:756)

at java.lang.Thread.run(Unknown Source)

 

-- System Details --

Details:

Minecraft Version: 1.5.1

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_09, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 386661112 bytes (368 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 2 total; -Xms512m -Xmx1024m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: ~~ERROR~~ NullPointerException: null

LWJGL: 2.4.2

OpenGL: GeForce 315/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation

Is Modded: ~~ERROR~~ NullPointerException: null

Type: Client (map_client.txt)

Texture Pack: Default

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null[*/code][*/spoiler]

 

It's a forge bug which is currently existing. Use an earlier version.

  • Quote

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 1 of 3  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 2
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      Error When Joining My Modded Forge Server

      By DaemonUmbra · Posted 19 minutes ago

      Please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler)
    • DaemonUmbra
      World corruption (probably messing up with ID)

      By DaemonUmbra · Posted 19 minutes ago

      1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
    • DaemonUmbra
      Create mod keeps crashing

      By DaemonUmbra · Posted 20 minutes ago

      Try removing Optifine
    • DaemonUmbra
      Forge dont want make any profile

      By DaemonUmbra · Posted 21 minutes ago

      I think that might be the antivirus that runs the Forge installer in a sandbox so it doesn't actually do anything, try disabling it while you run the installer.
    • DaemonUmbra
      Why my modded server keep saying: "Unexpected custom data from client"?

      By DaemonUmbra · Posted 24 minutes ago

      Wait... did you install the pack on your client or just the server?
  • Topics

    • Frosty_63
      1
      Error When Joining My Modded Forge Server

      By Frosty_63
      Started 1 hour ago

    • Dr_Sang
      1
      World corruption (probably messing up with ID)

      By Dr_Sang
      Started 2 hours ago

    • Giligameshh
      1
      Create mod keeps crashing

      By Giligameshh
      Started 4 hours ago

    • Nitrix
      6
      Forge dont want make any profile

      By Nitrix
      Started Saturday at 06:53 PM

    • P0SCH1T0
      10
      Why my modded server keep saying: "Unexpected custom data from client"?

      By P0SCH1T0
      Started Saturday at 10:12 AM

  • Who's Online (See full list)

    • olebroetje
    • Hibeter
    • gabicaBR
    • Arthurmeade12
    • AzizD
    • DaemonUmbra
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • SanAndreasP's Mods
  • Bug Report and crashes
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community