Jump to content

Recommended Posts

  • 4 months later...
Posted

Got this error while testing my modpack.

2013-09-15 18:06:01 [sEVERE] [ForgeModLoader] Caught exception from planetguy_Gizmos

java.lang.ClassNotFoundException: planetguy.Gizmos.Gizmos

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:264)

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

at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

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

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

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

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

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)

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

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

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

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

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

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

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

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

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

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)

at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)

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

at java.lang.Thread.run(Thread.java:722)

Caused by: java.lang.NullPointerException

2013-09-15 18:06:01 [sEVERE] [ForgeModLoader] Caught exception from planetguy_flowerfix

java.lang.ClassNotFoundException: planetguy.flowerfix.FlowerFix

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:264)

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

at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

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

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

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

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

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)

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

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

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

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

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

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

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

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

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

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)

at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)

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

at java.lang.Thread.run(Thread.java:722)

Caused by: java.lang.NullPointerException

2013-09-15 18:06:11 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: planetguy.Gizmos.Gizmos

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.LoadController.transition(LoadController.java:147)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)

2013-09-15 18:06:11 [iNFO] [sTDERR]at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)

2013-09-15 18:06:11 [iNFO] [sTDERR]at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)

2013-09-15 18:06:11 [iNFO] [sTDERR]at net.minecraft.client.Minecraft.run(Minecraft.java:733)

2013-09-15 18:06:11 [iNFO] [sTDERR]at java.lang.Thread.run(Thread.java:722)

2013-09-15 18:06:11 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: planetguy.Gizmos.Gizmos

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

2013-09-15 18:06:11 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

2013-09-15 18:06:11 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)

2013-09-15 18:06:11 [iNFO] [sTDERR]at java.lang.Class.forName0(Native Method)

2013-09-15 18:06:11 [iNFO] [sTDERR]at java.lang.Class.forName(Class.java:264)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:425)

2013-09-15 18:06:11 [iNFO] [sTDERR]at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)

2013-09-15 18:06:11 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-09-15 18:06:11 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Method.java:601)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)

2013-09-15 18:06:11 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-09-15 18:06:11 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-09-15 18:06:11 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-09-15 18:06:11 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Method.java:601)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-09-15 18:06:11 [iNFO] [sTDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)

2013-09-15 18:06:11 [iNFO] [sTDERR]at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)

2013-09-15 18:06:11 [iNFO] [sTDERR]... 5 more

2013-09-15 18:06:11 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

Posted

I've started building against 1.6, so if you used my latest build link it won't work on 1.5.

For including with a modpack, this works on 1.5.x extracted into the minecraft root directory.

  • 2 months later...
  • 9 months later...
Posted

New 1.7.10 release submitted today. Changes:

  • Rewrote the core code to contain shared code. With most of the same features, Gizmos is half the size of its last build.
  • Removed portal tweak and special lighters. The former was a coremod, and 1.7 makes developing coremods a major nuisance, and the latter I never found very satisfying.
  • Added a tweak: Sneak while right-clicking a furnace cart and it will be pulled towards you.
  • 1 month later...
Posted

New version!

Changelog
  • Added flashlights. They cast a beam of light where you look while you're holding them while they're active. (Right-click to toggle this.) There are two kinds: one is powered by glowstone dust and can be refilled in any crafting table, the other is powered by redstone flux energy and can be refilled by whichever machines provide RF.
  • Added zh_CN localization, thanks to @Mrkwtkr
  • 2 weeks later...
Posted

New version, 3.2! Changelog

  • NOTE: Requires PlanetguyLib 1.2 or later.
  • Added headlamps. They're a lot like flashlights (glowstone and RF versions, right-click while holding them to switch them on or off) but they run only when on your head, not in your hand. They don't store as much as handheld flashlights because of their smaller size, but they let you have light without occupying your hands.
  • Added clicking sound effects when flashlights are toggled.

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.

×
×
  • Create New...