Advertisement
SeductiveSmoke

Untitled

Jan 10th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 1/10/14 6:52 PM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: tasks
  8. at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:121)
  9. at cpw.mods.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:60)
  10. at biomesoplenty.common.eventhandler.entity.TemptEventHandler.onEntitySpawn(TemptEventHandler.java:28)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler_9_TemptEventHandler_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:39)
  13. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:108)
  14. at net.minecraft.world.World.func_72868_a(World.java:3339)
  15. at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:950)
  16. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:135)
  17. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:289)
  18. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:79)
  19. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:94)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412)
  21. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)
  22. Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: tasks
  23. at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:94)
  24. at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:117)
  25. ... 13 more
  26. Caused by: java.lang.NoSuchFieldException: tasks
  27. at java.lang.Class.getDeclaredField(Unknown Source)
  28. at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:85)
  29. ... 14 more
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- System Details --
  36. Details:
  37. Minecraft Version: 1.7.2
  38. Operating System: Windows 7 (x86) version 6.1
  39. Java Version: 1.7.0_45, Oracle Corporation
  40. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  41. Memory: 98824440 bytes (94 MB) / 197808128 bytes (188 MB) up to 518979584 bytes (494 MB)
  42. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
  43. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  44. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  45. FML: MCP v9.01-pre FML v7.2.48.997 Minecraft Forge 10.12.0.997 6 mods loaded, 6 mods active
  46. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  47. FML{7.2.48.997} [Forge Mod Loader] (forge-1.7.2-10.12.0.997.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  48. Forge{10.12.0.997} [Minecraft Forge] (forge-1.7.2-10.12.0.997.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  49. DamageIndicatorsMod{3.0.0.0} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  50. BiomesOPlenty{2.0.0} [Biomes O' Plenty] (BiomesOPlenty-universal-1.7.2-2.0.0.514.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  51. moreNature{0.6.1} [More Nature] (morenature-0.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  52. Profiler Position: N/A (disabled)
  53. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  54. Player Count: 0 / 8; []
  55. Type: Integrated Server (map_client.txt)
  56. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement