FileNotFoundException Crash

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

mlaykj99

New Member
Jul 29, 2019
3
0
0
On all the 1.6.4 packs I get this crash constantly.

2014-02-06 19:46:47 [INFO] [STDERR] java.io.FileNotFoundException: C:\Users\Josh\Desktop\Games\FTB\Direwolf20_1_6_4\minecraft\saves\BoP 1_6_4\DIM-1\multipart.dat (The process cannot access the file because it is being used by another process)
2014-02-06 19:46:47 [INFO] [STDERR] at java.io.FileOutputStream.open(Native Method)
2014-02-06 19:46:47 [INFO] [STDERR] at java.io.FileOutputStream.<init>(Unknown Source)
2014-02-06 19:46:47 [INFO] [STDERR] at java.io.FileOutputStream.<init>(Unknown Source)
2014-02-06 19:46:47 [INFO] [STDERR] at codechicken.multipart.TickScheduler$WorldTickScheduler.save(TickScheduler.scala:127)
2014-02-06 19:46:47 [INFO] [STDERR] at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onWorldSave(WorldExtensionManager.java:81)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_410_WorldExtensionEventHandler_onWorldSave_Save.invoke(.dynamic)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:900)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:360)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:593)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2014-02-06 19:46:47 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-02-06 19:46:47 [SEVERE] [Minecraft-Server] Encountered an unexpected exception FileNotFoundException
 

Attachments

  • crash-2014-02-06_19.46.47-server.txt
    27.1 KB · Views: 90

lavarthan

New Member
Jul 29, 2019
2,437
0
0
(The process cannot access the file because it is being used by another process)
Minecraft is not able to access the file that is listed in your log. This is most likely caused by your antivirus program. Add an exception to the folder, C:\Users\Josh\Desktop\Games\FTB\, in your antivirus program. Check any boxes that say 'include sub-folders' as you do.
 
Status
Not open for further replies.