Advertisement
Guest User

Crash

a guest
Dec 28th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I feel sad now :(
  3.  
  4. Time: 12/28/12 8:19 PM
  5. Description: Failed to start game
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: TFC/Core/Player/TFC_PlayerServer
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:660)
  10. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
  11. at net.minecraft.client.Minecraft.a(Minecraft.java:456)
  12. at asq.a(SourceFile:56)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:744)
  14. at java.lang.Thread.run(Thread.java:680)
  15. Caused by: java.lang.NoClassDefFoundError: TFC/Core/Player/TFC_PlayerServer
  16. at TFC.CommonProxy.RegisterPlayerApiClasses(CommonProxy.java:254)
  17. at TFC.ClientProxy.RegisterPlayerApiClasses(ClientProxy.java:183)
  18. at TFC.TerraFirmaCraft.modsLoaded(TerraFirmaCraft.java:199)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  22. at java.lang.reflect.Method.invoke(Method.java:597)
  23. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  27. at java.lang.reflect.Method.invoke(Method.java:597)
  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(NativeMethodAccessorImpl.java:39)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  37. at java.lang.reflect.Method.invoke(Method.java:597)
  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:659)
  45. ... 5 more
  46. Caused by: java.lang.ClassNotFoundException: TFC.Core.Player.TFC_PlayerServer
  47. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  50. ... 34 more
  51. Caused by: java.lang.NoClassDefFoundError: ServerPlayerBase
  52. at java.lang.ClassLoader.defineClass1(Native Method)
  53. at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
  54. at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
  55. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
  56. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:172)
  57. ... 36 more
  58. Caused by: java.lang.ClassNotFoundException: ServerPlayerBase
  59. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:87)
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  62. ... 41 more
  63.  
  64.  
  65. A detailed walkthrough of the error, its code path and all known details is as follows:
  66. ---------------------------------------------------------------------------------------
  67.  
  68. -- System Details --
  69. Details:
  70. Minecraft Version: 1.4.6
  71. Operating System: Mac OS X (i386) version 10.7.3
  72. Java Version: 1.6.0_29, Apple Inc.
  73. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Apple Inc.
  74. Memory: 517281128 bytes (493 MB) / 580517888 bytes (553 MB) up to 1067057152 bytes (1017 MB)
  75. JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
  76. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  77. Suspicious classes: FML and Forge are installed
  78. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  79. FML: MCP v7.25 FML v4.6.15.514 Minecraft Forge 6.5.0.486 4 mods loaded, 4 mods active
  80. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  81. FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  82. Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  83. TerraFirmaCraft [TerraFirmaCraft] (TFCraft-Universal-Core-B2-Build74.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  84. LWJGL: 2.4.2
  85. OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.18.11, Intel Inc.
  86. Is Modded: Definitely; Client brand changed to 'forge,fml'
  87. Type: Client (map_client.txt)
  88. Texture Pack: Default
  89. Profiler Position: N/A (disabled)
  90. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement