Advertisement
Guest User

FML Test Crash 1

a guest
Nov 24th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Quite honestly, I wouldn't worry myself about that.
  3.  
  4. Time: 11/25/14 12:23 AM
  5. Description: Exception ticking world
  6.  
  7. java.lang.IllegalStateException: TickNextTick list out of synch
  8.     at net.minecraft.world.WorldServer.func_72955_a(SourceFile:496)
  9.     at net.minecraft.world.WorldServer.func_72835_b(SourceFile:199)
  10.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:708)
  11.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:617)
  12.     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  13.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
  14.     at java.lang.Thread.run(Unknown Source)
  15.  
  16.  
  17. A detailed walkthrough of the error, its code path and all known details is as follows:
  18. ---------------------------------------------------------------------------------------
  19.  
  20. -- Head --
  21. Stacktrace:
  22.     at net.minecraft.world.WorldServer.func_72955_a(SourceFile:496)
  23.     at net.minecraft.world.WorldServer.func_72835_b(SourceFile:199)
  24.  
  25. -- Affected level --
  26. Details:
  27.     Level name: New World
  28.     All players: 1 total; [EntityPlayerMP['doublezmagnum'/267, l='New World', x=218.50, y=70.00, z=255.50]]
  29.     Chunk stats: ServerChunkCache: 625 Drop: 0
  30.     Level seed: 1468394181515749126
  31.     Level generator: ID 00 - default, ver 1. Features enabled: true
  32.     Level generator options:
  33.     Level spawn location: 220.00,64.00,256.00 - World: (220,64,256), Chunk: (at 12,4,0 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  34.     Level time: 11 game time, 11 day time
  35.     Level dimension: 0
  36.     Level storage version: 0x04ABD - Anvil
  37.     Level weather: Rain time: 104749 (now: false), thunder time: 97114 (now: false)
  38.     Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  39. Stacktrace:
  40.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:708)
  41.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:617)
  42.     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  43.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
  44.     at java.lang.Thread.run(Unknown Source)
  45.  
  46. -- System Details --
  47. Details:
  48.     Minecraft Version: 1.8
  49.     Operating System: Windows NT (unknown) (amd64) version 6.2
  50.     Java Version: 1.7.0, Oracle Corporation
  51.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  52.     Memory: 279182952 bytes (266 MB) / 598720512 bytes (570 MB) up to 1060372480 bytes (1011 MB)
  53.     JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  54.     IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  55.     FML: MCP v9.10 FML v8.0.9.1016 3 mods loaded, 3 mods active
  56.     mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  57.     FML{8.0.9.1016} [Forge Mod Loader] (fml-1.8-8.0.9.1016-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  58.     BiomesOPlenty{1.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1017-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  59.     Profiler Position: N/A (disabled)
  60.     Player Count: 1 / 8; [EntityPlayerMP['doublezmagnum'/267, l='New World', x=218.50, y=70.00, z=255.50]]
  61.     Type: Integrated Server (map_client.txt)
  62.     Is Modded: Definitely; Client brand changed to 'fml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement