Advertisement
Guest User

Untitled

a guest
Jul 21st, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 21/07/15 18:34
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException: Exception in server tick loop
  8. at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
  9. at com.mattdahepic.autooredictconv.convert.Convert.convert(Convert.java:26)
  10. at com.mattdahepic.autooredictconv.AutoOreDictConv.onTick(AutoOreDictConv.java:48)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_AutoOreDictConv_onTick_ServerTickEvent.invoke(.dynamic)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  13. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  14. at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:247)
  15. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:590)
  16. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  18. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- System Details --
  25. Details:
  26. Minecraft Version: 1.7.10
  27. Operating System: Windows 8.1 (amd64) version 6.3
  28. Java Version: 1.8.0_51, Oracle Corporation
  29. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  30. Memory: 281375360 bytes (268 MB) / 523501568 bytes (499 MB) up to 1060372480 bytes (1011 MB)
  31. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  32. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  33. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  34. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1490 10 mods loaded, 10 mods active
  35. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  36. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  37. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
  38. UCHIJAAAA Forge{10.13.4.1490} [Minecraft Forge] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
  39. UCHIJAAAA autooredictconv{1.7.10-1.2.1} [Auto Ore Dictionary Converter] (autooredictconv-1.7.10-1.2.1.jar)
  40. UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
  41. UCHIJAAAA ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
  42. UCHIJAAAA Mekanism{8.1.5} [Mekanism] (Mekanism-1.7.10-8.1.5.246.jar)
  43. UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
  44. UCHIJAAAA McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
  45. UCHIJAAAA ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
  46. Profiler Position: N/A (disabled)
  47. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  48. Player Count: 1 / 8; [EntityPlayerMP['shadowake'/441, l='Test World', x=48.52, y=70.00, z=252.76]]
  49. Type: Integrated Server (map_client.txt)
  50. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement