Advertisement
Guest User

TT Crash Log 23May

a guest
May 22nd, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I blame Dinnerbone.
  3.  
  4. Time: 13年5月23日 上午1:04
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: argo.jdom.JsonNodeDoesNotMatchPathElementsException: Failed to find an array at [0] while resolving [0] in [{"modinfoversion":2,"modlist":[{"authors":["nallar"],"credits":"Authored by nallar","description":"Mod which runs entity and tileEntity ticks in threads.","mcversion":"1.4.7","modid":"TickThreading","name":"TickThreading","updateUrl":"http://nallar.me/buildservice/job/TickThreading/lastSuccessfulBuild/artifact/target/","url":"http://nallar.me/minecraft/","version":"1.0.0.1666"}]}].
  8. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:326)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:470)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
  12. at ho.c(DedicatedServer.java:64)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:159)
  14. at fy.run(SourceFile:849)
  15. Caused by: argo.jdom.JsonNodeDoesNotMatchPathElementsException: Failed to find an array at [0] while resolving [0] in [{"modinfoversion":2,"modlist":[{"authors":["nallar"],"credits":"Authored by nallar","description":"Mod which runs entity and tileEntity ticks in threads.","mcversion":"1.4.7","modid":"TickThreading","name":"TickThreading","updateUrl":"http://nallar.me/buildservice/job/TickThreading/lastSuccessfulBuild/artifact/target/","url":"http://nallar.me/minecraft/","version":"1.0.0.1666"}]}].
  16. at argo.jdom.JsonNodeDoesNotMatchPathElementsException.jsonNodeDoesNotMatchPathElementsException(JsonNodeDoesNotMatchPathElementsException.java:23)
  17. at argo.jdom.JsonNode.wrapExceptionsFor(JsonNode.java:345)
  18. at argo.jdom.JsonNode.getNode(JsonNode.java:86)
  19. at monoxide.forgebackup.coremod.BackupModContainer.<init>(BackupModContainer.java:46)
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  21. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  22. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  23. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  24. at java.lang.Class.newInstance0(Unknown Source)
  25. at java.lang.Class.newInstance(Unknown Source)
  26. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:321)
  27. ... 6 more
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- System Details --
  34. Details:
  35. Minecraft Version: 1.4.7
  36. Operating System: Windows 7 (amd64) version 6.1
  37. Java Version: 1.7.0_17, Oracle Corporation
  38. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  39. Memory: 82801704 bytes (78 MB) / 128450560 bytes (122 MB) up to 2130051072 bytes (2031 MB)
  40. JVM Flags: 11 total; -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:ParallelGCThreads=2 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+UseCompressedOops -XX:+AggressiveOpts -Xmx2048M
  41. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  42. Suspicious classes: FML and Forge are installed
  43. IntCache: IntCache disabled.
  44. FML: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 4 mods loaded, 0 mods active
  45. mcp [Minecraft Coder Pack] (minecraft.jar)
  46. FML [Forge Mod Loader] (coremods)
  47. Forge [Minecraft Forge] (coremods)
  48. CodeChickenCore [CodeChicken Core] (coremods)
  49. Profiler Position: N/A (disabled)
  50. Is Modded: Definitely; Server brand changed to 'tickthreading,forge,fml'
  51. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement