Skip to content

Instantly share code, notes, and snippets.

@SShadowS
Created February 19, 2013 22:30
Show Gist options
  • Save SShadowS/4990779 to your computer and use it in GitHub Desktop.
Save SShadowS/4990779 to your computer and use it in GitHub Desktop.
Server crash
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2/19/13 8:43 PM
Description: Exception in server tick loop
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","descrip
tion":"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":"h
ttp://nallar.me/minecraft/","version":"1.0.0.969"}]}].
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:326)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:470)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:98)
at fy.run(SourceFile:849)
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 enti
ty 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.969"}]}].
at argo.jdom.JsonNodeDoesNotMatchPathElementsException.jsonNodeDoesNotMatchPathElementsException(JsonNodeDoesNotMatchPathElementsException.java:23)
at argo.jdom.JsonNode.wrapExceptionsFor(JsonNode.java:345)
at argo.jdom.JsonNode.getNode(JsonNode.java:86)
at monoxide.forgebackup.coremod.BackupModContainer.<init>(BackupModContainer.java:46)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at java.lang.Class.newInstance0(Class.java:374)
at java.lang.Class.newInstance(Class.java:327)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:321)
... 6 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Linux (amd64) version 3.2.0-4-amd64
Java Version: 1.7.0_13, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 11950116824 bytes (11396 MB) / 12632260608 bytes (12047 MB) up to 12632260608 bytes (12047 MB)
JVM Flags: 15 total; -Xms12G -Xmx12G -XX:SurvivorRatio=15 -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -XX:+DisableExplicitGC -XX:+UseParallelGC -XX:ParallelGCThreads=8 -XX:UseSSE=3 -XX:MaxGCPauseMillis=500 -XX:+UseAdaptiveGCB
oundary -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+UseCMSCompactAtFullCollection -XX:+UseCompressedOops
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.26a FML v4.7.32.553 Minecraft Forge 6.6.1.524 5 mods loaded, 0 mods active
mcp [Minecraft Coder Pack] (minecraft.jar)
FML [Forge Mod Loader] (coremods)
Forge [Minecraft Forge] (coremods)
CodeChickenCore [CodeChicken Core] (coremods)
NotEnoughItems [Not Enough Items] (coremods)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'tickthreading-fml'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment