Advertisement
Guest User

minecraft autoswitcher mod crash report

a guest
Apr 17th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I blame Dinnerbone.
  3.  
  4. Time: 4/17/13 9:09 AM
  5. Description: Failed to start game
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: thebombzen.mods.autoswitch.AutoSwitch
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
  12. at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:729)
  14. at java.lang.Thread.run(Thread.java:680)
  15. Caused by: java.lang.ClassNotFoundException: thebombzen.mods.autoswitch.AutoSwitch
  16. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
  17. at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  18. at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  19. at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)
  20. at java.lang.Class.forName0(Native Method)
  21. at java.lang.Class.forName(Class.java:247)
  22. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  26. at java.lang.reflect.Method.invoke(Method.java:597)
  27. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  28. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  32. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  36. at java.lang.reflect.Method.invoke(Method.java:597)
  37. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  38. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  42. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
  43. at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
  44. ... 5 more
  45. Caused by: java.lang.NullPointerException
  46. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
  47. ... 32 more
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- System Details --
  54. Details:
  55. Minecraft Version: 1.5.1
  56. Operating System: Mac OS X (x86_64) version 10.8.2
  57. Java Version: 1.6.0_37, Apple Inc.
  58. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  59. Memory: 479875032 bytes (457 MB) / 534708224 bytes (509 MB) up to 1069416448 bytes (1019 MB)
  60. JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
  61. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  62. Suspicious classes: FML and Forge are installed
  63. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  64. FML: MCP v7.44 FML v5.1.21.652 Minecraft Forge 7.7.1.652 7 mods loaded, 7 mods active
  65. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  66. FML [Forge Mod Loader] (coremods) Unloaded->Constructed
  67. Forge [Minecraft Forge] (coremods) Unloaded->Constructed
  68. mod_ThebombzenAPI [mod_ThebombzenAPI] (minecraft.jar) Unloaded->Constructed
  69. AutoSwitch [AutoSwitch] (minecraft.jar) Unloaded->Errored
  70. ASVanillaModule [AutoSwitch Vanilla Module] (minecraft.jar) Unloaded->Errored
  71. GalacticraftCore [Galacticraft Core] (Galacticraft-1.5.1-a0.1.33.69.jar) Unloaded->Constructed
  72. LWJGL: 2.4.2
  73. OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-8.0.61, NVIDIA Corporation
  74. Is Modded: Definitely; Client brand changed to 'fml,forge'
  75. Type: Client (map_client.txt)
  76. Texture Pack: Default
  77. Profiler Position: N/A (disabled)
  78. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement