Direwolf20 Server Crashes Randomly

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

Npdjs93

New Member
Jul 29, 2019
2
0
0
Title:
Direwolf20 Server Crashes Randomly
Launcher Version:
1.7.10
Modpack:
Direwolf20
Modpack Version:
1.3.1
Log Link:
Details of the issue:
The server crashes randomly for me, here is the error report:

---- Minecraft Crash Report ----
// You're mean.

Time: 5/26/15 3:35 PM
Description: Exception in server tick loop

java.lang.RuntimeException: java.io.FileNotFoundException: .\world\chickenchunks\loginTimes.dat (The requested operation cannot be performed on a file with a user-mapped section open)
at codechicken.chunkloader.ChunkLoaderManager.updateLoginTimes(ChunkLoaderManager.java:779)
at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:752)
at codechicken.chunkloader.ChunkLoaderEventHandler.worldTick(ChunkLoaderEventHandler.java:32)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_543_ChunkLoaderEventHandler_worldTick_WorldTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
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.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at codechicken.chunkloader.ChunkLoaderManager.updateLoginTimes(ChunkLoaderManager.java:771)
... 11 more
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
Next time please upload the crashlog to pastebin anbd give us the link instead as that is easier for us

java.io.FileNotFoundException: .\world\chickenchunks\loginTimes.dat (The requested operation cannot be performed on a file with a user-mapped section open)

the file ".\world\chickenchunks\loginTimes.dat" is already open in another program when it tries to read/write it, as a result it will fail and crash the server. Try to find what other program uses it and make it so it doesn't need it. I would not be surprised if it is a virus scan or something among those lines.