Created
October 29, 2014 06:46
-
-
Save Darkhax/5c5ddeb52d7be7124a29 to your computer and use it in GitHub Desktop.
FML crash with Java 7 in compiled environment.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Daisy, daisy... | |
Time: 28/10/14 11:24 PM | |
Description: Exception ticking world | |
java.lang.IllegalStateException: TickNextTick list out of synch | |
at net.minecraft.world.WorldServer.func_72955_a(SourceFile:496) | |
at net.minecraft.world.WorldServer.func_72835_b(SourceFile:199) | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:708) | |
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:617) | |
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) | |
at java.lang.Thread.run(Unknown Source) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Stacktrace: | |
at net.minecraft.world.WorldServer.func_72955_a(SourceFile:496) | |
at net.minecraft.world.WorldServer.func_72835_b(SourceFile:199) | |
-- Affected level -- | |
Details: | |
Level name: New World | |
All players: 1 total; [EntityPlayerMP['darkhax'/440, l='New World', x=61.79, y=106.13, z=131.16]] | |
Chunk stats: ServerChunkCache: 805 Drop: 0 | |
Level seed: -2285227166779302553 | |
Level generator: ID 00 - default, ver 1. Features enabled: true | |
Level generator options: | |
Level spawn location: 220.00,64.00,83.00 - World: (220,64,83), Chunk: (at 12,4,3 in 13,5; contains blocks 208,0,80 to 223,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) | |
Level time: 44186 game time, 44186 day time | |
Level dimension: 0 | |
Level storage version: 0x04ABD - Anvil | |
Level weather: Rain time: 14037 (now: false), thunder time: 151736 (now: false) | |
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true | |
Stacktrace: | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:708) | |
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:617) | |
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) | |
at java.lang.Thread.run(Unknown Source) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.8 | |
Operating System: Windows 8 (amd64) version 6.2 | |
Java Version: 1.7.0_45, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 141625560 bytes (135 MB) / 379604992 bytes (362 MB) up to 1060372480 bytes (1011 MB) | |
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M | |
IntCache: cache: 0, tcache: 54, allocated: 13, tallocated: 95 | |
FML: MCP v9.10 FML v8.0.7.1014 2 mods loaded, 2 mods active | |
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available | |
FML{8.0.7.1014} [Forge Mod Loader] (fml-1.8-8.0.7.1014-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available | |
Profiler Position: N/A (disabled) | |
Player Count: 1 / 8; [EntityPlayerMP['darkhax'/440, l='New World', x=61.79, y=106.13, z=131.16]] | |
Type: Integrated Server (map_client.txt) | |
Is Modded: Definitely; Client brand changed to 'fml' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment