Jump to content

an IMPOSSIBLE crash?(bug)


jlkj81352L

Recommended Posts

the server unloads overworld(dimension 0) when the only player logs out

 

i am modder of LainCraft, i kept DimensionManager (and all related things) untouched.

and i checked latest and recommended version of forge, still get to this impossible crash.

 

patched classes:

ChatAllowedCharacters (for localization)

FontRenderer (wont be patched on serverside) (for localization)

GuiScreen (wont be patched on serverside) (for localization)

NetClientHandler (for modding with clientside player)

PlayerControllerMP (wont be patched on serverside)

ServerConfigurationManager (for modding with serverside player)

 

serverlog:

 

2012-12-01 05:51:39 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.5.2.459 for Minecraft 1.4.5 loading

2012-12-01 05:51:39 [iNFO] [sTDOUT] BaseClassPatcher: registered aue in LainCraft.jar

2012-12-01 05:51:39 [iNFO] [sTDOUT] BaseClassPatcher: registered u in LainCraft.jar

2012-12-01 05:51:39 [iNFO] [sTDOUT] BaseClassPatcher: registered ayg in LainCraft.jar

2012-12-01 05:51:39 [iNFO] [sTDOUT] BaseClassPatcher: registered axz in LainCraft.jar

2012-12-01 05:51:39 [iNFO] [sTDOUT] BaseClassPatcher: registered atj in LainCraft.jar

2012-12-01 05:51:39 [iNFO] [sTDOUT] BaseClassPatcher: registered gm in LainCraft.jar

2012-12-01 05:51:40 [iNFO] [sTDOUT] BaseClassPatcher: patching class gm

2012-12-01 05:51:41 [iNFO] [sTDOUT] 208 recipes

2012-12-01 05:51:41 [iNFO] [sTDOUT] 27 achievements

2012-12-01 05:51:42 [iNFO] [Minecraft] Starting minecraft server version 1.4.5

2012-12-01 05:51:42 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-12-01 05:51:42 [iNFO] [sTDOUT] MinecraftForge v6.4.1.408 Initialized

2012-12-01 05:51:42 [iNFO] [ForgeModLoader] MinecraftForge v6.4.1.408 Initialized

2012-12-01 05:51:42 [iNFO] [sTDOUT] Replaced 84 ore recipies

2012-12-01 05:51:42 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Lain\Desktop\mc\packages\server\minecraft_server.jar, examining for mod candidates

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Lain\Desktop\mc\packages\server\coremods\LainCraft.jar, examining for mod candidates

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Lain\Desktop\mc\packages\server\lib\argo-2.25.jar

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Lain\Desktop\mc\packages\server\lib\guava-12.0.1.jar

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Lain\Desktop\mc\packages\server\lib\asm-all-4.0.jar

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2012-12-01 05:51:42 [iNFO] [ForgeModLoader] Searching C:\Users\Lain\Desktop\mc\packages\server\mods for mods

2012-12-01 05:51:42 [FINE] [ForgeModLoader] Examining file minecraft_server.jar for potential mods

2012-12-01 05:51:42 [FINE] [ForgeModLoader] The mod container minecraft_server.jar appears to be missing an mcmod.info file

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Examining file LainCraft.jar for potential mods

2012-12-01 05:51:43 [FINE] [ForgeModLoader] The mod container LainCraft.jar appears to be missing an mcmod.info file

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod zlainsama.laincraft.mods.AuthManager

2012-12-01 05:51:43 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod zlainsama.laincraft.mods.SkinManager

2012-12-01 05:51:43 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod zlainsama.laincraft.mods.MoLanguage

2012-12-01 05:51:43 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []

2012-12-01 05:51:43 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Received a system property request ''

2012-12-01 05:51:43 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2012-12-01 05:51:43 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Activating mod mcp

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Activating mod FML

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Activating mod Forge

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Enabling mod LainCraftAuthManager

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Activating mod LainCraftAuthManager

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Enabling mod LainCraftSkinManager

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Activating mod LainCraftSkinManager

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Enabling mod LainCraftMoLanguage

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Activating mod LainCraftMoLanguage

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2012-12-01 05:51:43 [FINE] [ForgeModLoader] All mod requirements are satisfied

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Mod sorting completed successfully

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Mod sorting data:

2012-12-01 05:51:43 [FINE] [ForgeModLoader] LainCraftAuthManager(LainCraft:AuthManager:COMPATIBLE): LainCraft.jar ()

2012-12-01 05:51:43 [FINE] [ForgeModLoader] LainCraftSkinManager(LainCraft:SkinManager:COMPATIBLE): LainCraft.jar ()

2012-12-01 05:51:43 [FINE] [ForgeModLoader] LainCraftMoLanguage(LainCraft:MoLanguage:COMPATIBLE): LainCraft.jar ()

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod LainCraftAuthManager

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into LainCraftAuthManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod LainCraftAuthManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod LainCraftSkinManager

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into LainCraftSkinManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod LainCraftSkinManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod LainCraftMoLanguage

2012-12-01 05:51:43 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into LainCraftMoLanguage

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod LainCraftMoLanguage

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge

2012-12-01 05:51:43 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod LainCraftAuthManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod LainCraftAuthManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod LainCraftSkinManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod LainCraftSkinManager

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod LainCraftMoLanguage

2012-12-01 05:51:43 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod LainCraftMoLanguage

2012-12-01 05:51:43 [iNFO] [Minecraft] Loading properties

2012-12-01 05:51:43 [iNFO] [Minecraft] Default game type: SURVIVAL

2012-12-01 05:51:43 [iNFO] [Minecraft] Generating keypair

2012-12-01 05:51:44 [iNFO] [Minecraft] Starting Minecraft server on *:25565

2012-12-01 05:51:44 [WARNING] [Minecraft] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!

2012-12-01 05:51:44 [WARNING] [Minecraft] The server will make no attempt to authenticate usernames. Beware.

2012-12-01 05:51:44 [WARNING] [Minecraft] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.

2012-12-01 05:51:44 [WARNING] [Minecraft] To change this, set "online-mode" to "true" in the server.properties file.

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event IMCEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event IMCEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event IMCEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event IMCEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event IMCEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event IMCEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod LainCraftAuthManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod LainCraftSkinManager

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod LainCraftMoLanguage

2012-12-01 05:51:44 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 6 mods

2012-12-01 05:51:44 [iNFO] [Minecraft] Preparing level "world"

2012-12-01 05:51:44 [iNFO] [ForgeModLoader] Loading dimension 0 (world) (ho@ebbf0d)

2012-12-01 05:51:44 [iNFO] [ForgeModLoader] Loading dimension 1 (world) (ho@ebbf0d)

2012-12-01 05:51:44 [iNFO] [ForgeModLoader] Loading dimension -1 (world) (ho@ebbf0d)

2012-12-01 05:51:44 [iNFO] [Minecraft] Preparing start region for level 0

2012-12-01 05:51:45 [iNFO] [Minecraft] Preparing spawn area: 47%

2012-12-01 05:51:46 [iNFO] [Minecraft] Done (2.422s)! For help, type "help" or "?"

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mcp

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mcp

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod FML

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod FML

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod Forge

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod Forge

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod LainCraftAuthManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod LainCraftAuthManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod LainCraftSkinManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod LainCraftSkinManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod LainCraftMoLanguage

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod LainCraftMoLanguage

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mcp

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mcp

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod FML

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod FML

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod Forge

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod Forge

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod LainCraftAuthManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod LainCraftAuthManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod LainCraftSkinManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod LainCraftSkinManager

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod LainCraftMoLanguage

2012-12-01 05:51:46 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod LainCraftMoLanguage

2012-12-01 05:52:12 [FINEST] [ForgeModLoader] Received valid FML login packet from /127.0.0.1:1508

2012-12-01 05:52:13 [iNFO] [Minecraft] User ZLainSama connecting with mods []

2012-12-01 05:52:13 [iNFO] [ForgeModLoader] User ZLainSama connecting with mods []

2012-12-01 05:52:13 [iNFO] [Minecraft] ZLainSama[/127.0.0.1:1508] logged in with entity id 307 at (-0.37012534329992525, 63.0, -0.5124146518231236)

2012-12-01 05:52:22 [iNFO] [sTDOUT] BaseClassPatcher: patching class u

2012-12-01 05:52:33 [iNFO] [Minecraft] ZLainSama lost connection: disconnect.quitting

2012-12-01 05:52:35 [FINEST] [ForgeModLoader] Received valid FML login packet from /127.0.0.1:1515

2012-12-01 05:52:35 [iNFO] [Minecraft] User ZLainSama connecting with mods []

2012-12-01 05:52:35 [iNFO] [ForgeModLoader] User ZLainSama connecting with mods []

2012-12-01 05:52:35 [iNFO] [Minecraft] ZLainSama[/127.0.0.1:1515] logged in with entity id 622 at (-0.23581813391226955, 64.0, -5.533480395659565)

2012-12-01 05:52:40 [iNFO] [Minecraft] ZLainSama lost connection: disconnect.quitting

2012-12-01 05:52:44 [iNFO] [ForgeModLoader] Unloading dimension 0

2012-12-01 05:52:44 [WARNING] [Minecraft] Can't keep up! Did the system time change, or is the server overloaded?

2012-12-01 05:52:49 [FINEST] [ForgeModLoader] Received valid FML login packet from /127.0.0.1:1520

2012-12-01 05:52:49 [iNFO] [Minecraft] User ZLainSama connecting with mods []

2012-12-01 05:52:49 [iNFO] [ForgeModLoader] User ZLainSama connecting with mods []

2012-12-01 05:52:49 [iNFO] [Minecraft] Disconnecting ZLainSama [/127.0.0.1:1520]: Internal server error

2012-12-01 05:52:49 [sEVERE] [ForgeModLoader] Error handling login related packet - connection from ZLainSama [/127.0.0.1:1520] refused

java.lang.RuntimeException: Cannot Hotload Dim: Overworld is not Loaded!

at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:142)

at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:751)

at gm.a(ServerConfigurationManager.java:291)

at it.completeConnection(NetLoginHandler.java:165)

at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:155)

at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:109)

at it.d(NetLoginHandler.java:154)

at it.c(NetLoginHandler.java:56)

at hu.a(ServerListenThread.java:54)

at ht.b(SourceFile:29)

at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:696)

at ho.r(DedicatedServer.java:252)

at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:592)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:499)

at fy.run(SourceFile:856)

2012-12-01 05:52:49 [WARNING] [Minecraft] Failed to handle packet for ZLainSama [/127.0.0.1:1520]: java.lang.RuntimeException: Cannot Hotload Dim: Overworld is not Loaded!

java.lang.RuntimeException: Cannot Hotload Dim: Overworld is not Loaded!

at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:142)

at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:751)

at gm.a(ServerConfigurationManager.java:291)

at it.completeConnection(NetLoginHandler.java:165)

at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:155)

at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:109)

at it.d(NetLoginHandler.java:154)

at it.c(NetLoginHandler.java:56)

at hu.a(ServerListenThread.java:54)

at ht.b(SourceFile:29)

at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:696)

at ho.r(DedicatedServer.java:252)

at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:592)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:499)

at fy.run(SourceFile:856)

2012-12-01 05:54:35 [iNFO] [Minecraft] Stopping the server

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mcp

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mcp

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod FML

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod FML

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod Forge

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod Forge

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod LainCraftAuthManager

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod LainCraftAuthManager

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod LainCraftSkinManager

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod LainCraftSkinManager

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod LainCraftMoLanguage

2012-12-01 05:54:35 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod LainCraftMoLanguage

2012-12-01 05:54:35 [iNFO] [Minecraft] Stopping server

2012-12-01 05:54:35 [iNFO] [Minecraft] Saving players

2012-12-01 05:54:35 [iNFO] [Minecraft] Saving worlds

2012-12-01 05:54:35 [iNFO] [Minecraft] Saving chunks for level 'world'/Nether

2012-12-01 05:54:35 [iNFO] [Minecraft] Saving chunks for level 'world'/The End

2012-12-01 05:54:35 [iNFO] [sTDERR] java.net.SocketException: socket closed

2012-12-01 05:54:35 [iNFO] [sTDERR] at java.net.DualStackPlainSocketImpl.accept0(Native Method)

2012-12-01 05:54:35 [iNFO] [sTDERR] at java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source)

2012-12-01 05:54:35 [iNFO] [sTDERR] at java.net.AbstractPlainSocketImpl.accept(Unknown Source)

2012-12-01 05:54:35 [iNFO] [sTDERR] at java.net.PlainSocketImpl.accept(Unknown Source)

2012-12-01 05:54:35 [iNFO] [sTDERR] at java.net.ServerSocket.implAccept(Unknown Source)

2012-12-01 05:54:35 [iNFO] [sTDERR] at java.net.ServerSocket.accept(Unknown Source)

2012-12-01 05:54:35 [iNFO] [sTDERR] at hu.run(ServerListenThread.java:79)

2012-12-01 05:54:35 [iNFO] [sTDOUT] Closing listening thread

2012-12-01 05:54:35 [iNFO] [ForgeModLoader] Unloading dimension -1

2012-12-01 05:54:35 [iNFO] [ForgeModLoader] Unloading dimension 1

2012-12-01 05:54:35 [iNFO] [Minecraft] Stopping server

2012-12-01 05:54:35 [iNFO] [Minecraft] Saving players

2012-12-01 05:54:35 [iNFO] [Minecraft] Saving worlds

 

 

 

i tried to adds "throw new RuntimeExcpetion("TRACETHIS");" to DimensionManager.setWorld, the result shows overworld is unloaded through MinecraftServer.updateTimeLightAndEntities --> DimensionManager.unloadWorlds

and unloadQueue is associated only with DimensionManager.unloadWorld

then unloadWorld is invoked from ChunkProviderServer.unload100OldestChunks which is impossible for overworld (marked as keeploaded by default)

 

and when i delete AuthManager from my whole mod, it runs normally.(i tried made it not to register any hook, and it still gets the impossible bug)

 

if necessary i can provide the whole mod which is still under completion

and sorry for my bad english

Link to comment
Share on other sites

it gets solved by split my mods into several zip file, quite strange, a bug with classloader?

Please ignore this post

it still occurs

 

whenever i invoked player.readFromNBT in onPlayerLogin with IPlayerTracker

k, i did nothing, but still occurs\

 

its my problem, sorry, ignore this topic please

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.