Windows .jar Ultimate server runtime error

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

shadow_of_nex

New Member
Jul 29, 2019
3
0
0
I've been testing the ultimate server on my comp (the same one that the client is running off if thats important) and I keep getting this error:


java.lang.RuntimeException: Error while saving login times
at cpw.mods.fml.server.FMLServerHandler.haltGame(FMLServerHandler.java:102)
at cpw.mods.fml.common.FMLCommonHandler.raiseException(FMLCommonHandler.java:196)
at codechicken.chunkloader.ChunkLoaderManager.updateLoginTimes(ChunkLoaderManager.java:881)
at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:849)
at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:39)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:22)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:139)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:283)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:689)
at ho.r(DedicatedServer.java:269)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
Caused by: java.io.FileNotFoundException: .\world\chickenchunks\loginTimes.dat (The requested operation cannot be performed on a file with a user-mapped section open)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at codechicken.chunkloader.ChunkLoaderManager.updateLoginTimes(ChunkLoaderManager.java:870)
... 10 more
 

shadow_of_nex

New Member
Jul 29, 2019
3
0
0
I found the problem with it. The server doesn't like you running the client and server from the same computer and using "localhost" as the connection type. Ran it from a dedicated machine for a hour or so, and I haven't had this error come up yet.
 
Status
Not open for further replies.