server crash's after a few minutes

  • 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.

baars2002

New Member
Jul 29, 2019
2
0
0
I keep getting this error and unable to resolve it.

[SEVERE] Encountered an unexpected exception RuntimeException
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
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
(The requested operation cannot be performed on a file with a user-mapped section open)
This is a common error that is caused by some AV programs. If your AV has an exceptions list add the mod pack folder to it.
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
New log posted to pastebin.com and linked to here please. Also which AV do you have?
 
Status
Not open for further replies.