Jump to content

Forge and Sim-U-Kraft Dont go together


Borlea

Recommended Posts

The Mod developer of sim-u-kraft has noted it doesn't work with newer versions of forge. And I can just downgrade forge But that can cause other mod problems. I'm using multimc btw

 

I can place it in pastebin if needed I'm new to reporting things like this

 

 

error log from multimc

 

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader]

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

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

mod_Simukraft [mod_Simukraft] (Sim-U-Kraft-0.8.0.zip) Unloaded->Constructed->Pre-initialized->Errored

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader] Caught exception from mod_Simukraft

java.lang.NullPointerException

at mod_Simukraft.load(mod_Simukraft.java:1996)

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:549)

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

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

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:177)

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

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

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

2012-09-15 08:16:07 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:641)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:177)

2012-09-15 08:16:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:450)

2012-09-15 08:16:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2012-09-15 08:16:07 [iNFO] [sTDERR] at mod_Simukraft.load(mod_Simukraft.java:1996)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:549)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)

2012-09-15 08:16:07 [iNFO] [sTDERR] ... 4 more

2012-09-15 08:16:07 [iNFO] [sTDERR] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component argument pData

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.Component.getGraphics(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.awt.RepaintArea.paint(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.Component.dispatchEventImpl(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.Component.dispatchEvent(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue.access$200(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$3.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$3.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$4.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$4.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue.dispatchEvent(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.run(Unknown Source)

 

 

 

ForgeModLoader-client-0.log

 

2012-09-15 08:15:53 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.196.366 for Minecraft client:1.3.2, server:1.3.2 loading

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] All core mods are successfully located

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Discovering coremods

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

 

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

 

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

 

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Running coremod plugins

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Validating minecraft

2012-09-15 08:15:53 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2012-09-15 08:15:55 [iNFO] [sTDOUT] 27 achievements

2012-09-15 08:15:55 [iNFO] [sTDOUT] 195 recipes

2012-09-15 08:15:55 [iNFO] [sTDOUT] Setting user: Borlea, -8560072126790078789

2012-09-15 08:15:55 [iNFO] [sTDERR] Client asked for parameter: server

2012-09-15 08:15:55 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2012-09-15 08:15:55 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-09-15 08:15:55 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\bin\minecraft.jar, examining for mod candidates

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\bin\lwjgl.jar

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\bin\lwjgl_util.jar

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\bin\jinput.jar

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\lib\argo-2.25.jar

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\lib\guava-12.0.1.jar

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\lib\asm-all-4.0.jar

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2012-09-15 08:15:56 [iNFO] [ForgeModLoader] Searching C:\Users\ll\Music\New folder\instances\1.3.2 Sim-U-Kraft\.minecraft\mods for mods

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Found a candidate zip or jar file Sim-U-Kraft-0.8.0.zip

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Found a candidate mod directory Simukraft

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2012-09-15 08:15:56 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Examining file Sim-U-Kraft-0.8.0.zip for potential mods

2012-09-15 08:15:56 [FINE] [ForgeModLoader] The mod container Sim-U-Kraft-0.8.0.zip appears to be missing an mcmod.info file

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_Simukraft

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Examining directory Simukraft for potential mods

2012-09-15 08:15:56 [FINE] [ForgeModLoader] No mcmod.info file found in directory Simukraft

2012-09-15 08:15:56 [FINEST] [ForgeModLoader] Recursing into package buildings

2012-09-15 08:15:56 [FINEST] [ForgeModLoader] Recursing into package buildings.commercial

2012-09-15 08:15:56 [FINEST] [ForgeModLoader] Recursing into package buildings.industrial

2012-09-15 08:15:56 [FINEST] [ForgeModLoader] Recursing into package buildings.other

2012-09-15 08:15:56 [FINEST] [ForgeModLoader] Recursing into package buildings.residential

2012-09-15 08:15:56 [FINEST] [ForgeModLoader] Recursing into package resources

2012-09-15 08:15:56 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Received a system property request ''

2012-09-15 08:15:56 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2012-09-15 08:15:56 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Activating mod FML

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Activating mod Forge

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Enabling mod mod_Simukraft

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Activating mod mod_Simukraft

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2012-09-15 08:15:56 [FINE] [ForgeModLoader] All mod requirements are satisfied

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Mod sorting completed successfully

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Mod sorting data:

2012-09-15 08:15:56 [FINE] [ForgeModLoader] mod_Simukraft(mod_Simukraft:Not available): Sim-U-Kraft-0.8.0.zip ()

2012-09-15 08:15:56 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@31a45d1d to mod FML

2012-09-15 08:15:56 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@31a45d1d delivered to mod FML

2012-09-15 08:15:56 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@31a45d1d to mod Forge

2012-09-15 08:15:56 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@31a45d1d delivered to mod Forge

2012-09-15 08:15:56 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLConstructionEvent@31a45d1d to mod mod_Simukraft

2012-09-15 08:15:56 [FINE] [ForgeModLoader] No MLProp configuration for mod_Simukraft found or required. No file written

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_Simukraft

2012-09-15 08:15:56 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_Simukraft

2012-09-15 08:15:56 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLConstructionEvent@31a45d1d delivered to mod mod_Simukraft

2012-09-15 08:15:56 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@4867b7f4 to mod FML

2012-09-15 08:15:56 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@4867b7f4 delivered to mod FML

2012-09-15 08:15:56 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@4867b7f4 to mod Forge

2012-09-15 08:15:56 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@4867b7f4 delivered to mod Forge

2012-09-15 08:15:56 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLPreInitializationEvent@4867b7f4 to mod mod_Simukraft

2012-09-15 08:15:56 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLPreInitializationEvent@4867b7f4 delivered to mod mod_Simukraft

2012-09-15 08:15:56 [iNFO] [sTDOUT] Starting up SoundSystem...

2012-09-15 08:15:57 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2012-09-15 08:15:57 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2012-09-15 08:15:57 [iNFO] [sTDOUT] OpenAL initialized.

2012-09-15 08:15:57 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@7cb8369c to mod FML

2012-09-15 08:15:57 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@7cb8369c delivered to mod FML

2012-09-15 08:15:57 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@7cb8369c to mod Forge

2012-09-15 08:15:57 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@7cb8369c delivered to mod Forge

2012-09-15 08:15:57 [FINER] [ForgeModLoader] Posting state event cpw.mods.fml.common.event.FMLInitializationEvent@7cb8369c to mod mod_Simukraft

2012-09-15 08:15:57 [FINER] [ForgeModLoader] State event cpw.mods.fml.common.event.FMLInitializationEvent@7cb8369c delivered to mod mod_Simukraft

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader]

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

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

mod_Simukraft [mod_Simukraft] (Sim-U-Kraft-0.8.0.zip) Unloaded->Constructed->Pre-initialized->Errored

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2012-09-15 08:15:57 [sEVERE] [ForgeModLoader] Caught exception from mod_Simukraft

java.lang.NullPointerException

at mod_Simukraft.load(mod_Simukraft.java:1996)

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:549)

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

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

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:177)

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

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

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

2012-09-15 08:16:07 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:641)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:177)

2012-09-15 08:16:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:450)

2012-09-15 08:16:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2012-09-15 08:16:07 [iNFO] [sTDERR] at mod_Simukraft.load(mod_Simukraft.java:1996)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:549)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2012-09-15 08:16:07 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)

2012-09-15 08:16:07 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)

2012-09-15 08:16:07 [iNFO] [sTDERR] ... 4 more

2012-09-15 08:16:07 [iNFO] [sTDERR] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component argument pData

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.Component.getGraphics(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.awt.RepaintArea.paint(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.Component.dispatchEventImpl(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.Component.dispatchEvent(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue.access$200(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$3.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$3.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$4.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue$4.run(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventQueue.dispatchEvent(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2012-09-15 08:16:07 [iNFO] [sTDERR] at java.awt.EventDispatchThread.run(Unknown Source)

 

Link to comment
Share on other sites

Lex:

Just had a look and the NPE is happening on this line of my mod during load()

 

File source = new File(ModLoader.class.getProtectionDomain().getCodeSource().getLocation().toURI());

 

I use it to find the .minecraft/mods/simukraft/ folder where I keep lots of resources. Any ideas how to make this compatible with FML ?

Link to comment
Share on other sites

Wow thats horrible, you should just get the minecraft directory like a sane person.

Aside from that, you're expecting the MC api within a year, you're kidding yourself.

Also looking into your mod, switching to forge would provide quite a bit of a benefit for your end users and the installation process.

As well as probably clean up a lot of your code.

And get all your classes out of the default namespace which is horrible, and should never  of been in the first place.

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



×
×
  • Create New...

Important Information

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