Advertisement
Guest User

Untitled

a guest
Nov 11th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 11/11/12 8:39 AM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: awz
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
  10. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:344)
  12. at hg.c(DedicatedServer.java:110)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
  14. at fp.run(SourceFile:818)
  15. Caused by: java.lang.NoClassDefFoundError: awz
  16. at net.minecraftforge.client.MinecraftForgeClient.preloadTexture(MinecraftForgeClient.java:41)
  17. at com.ahellhound.skyrimmod.client.proxy.ClientProxy.registerRenderThings(ClientProxy.java:9)
  18. at com.ahellhound.skyrimmod.common.mod_ahellhound.load(mod_ahellhound.java:181)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22. at java.lang.reflect.Method.invoke(Unknown Source)
  23. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  29. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  33. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  37. at java.lang.reflect.Method.invoke(Unknown Source)
  38. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  39. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  43. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  44. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
  45. ... 5 more
  46. Caused by: java.lang.ClassNotFoundException: awz
  47. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126)
  48. at java.lang.ClassLoader.loadClass(Unknown Source)
  49. at java.lang.ClassLoader.loadClass(Unknown Source)
  50. ... 34 more
  51. Caused by: java.lang.RuntimeException: Attempted to load class awz for invalid side SERVER
  52. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38)
  53. at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163)
  54. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119)
  55. ... 36 more
  56.  
  57. Relevant Details:
  58. - Minecraft Version: 1.4.2
  59. - Operating System: Windows 7 (amd64) version 6.1
  60. - Java Version: 1.7.0_05, Oracle Corporation
  61. - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  62. - Memory: 3858338536 bytes (3679 MB) / 4116054016 bytes (3925 MB) up to 11453267968 bytes (10922 MB)
  63. - JVM Flags: 2 total; -Xmx12G -Xms4G
  64. - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  65. - FML: ~ERROR~ NullPointerException: null
  66. - Is Modded: Definitely; 'forge,fml'
  67. - Profiler Position: N/A (disabled)
  68. - Type: Dedicated Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement