-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log file says FileNotFoundException deadstacks.dat #1
Labels
Comments
Alright, I'll fix it asap.
…On Apr 12, 2017 2:08 AM, "Sam Bassett" ***@***.***> wrote:
[00:06:53] [Server thread/INFO]: [STDERR]: java.io.FileNotFoundException:
C:\Users\Sam\Documents\Curse\Minecraft\Instances\OPNC2.0\saves\New
Worldwf\deadstacks.dat (The system cannot find the path specified)
[00:06:53] [Server thread/INFO]: [STDERR]: at
java.io.FileOutputStream.open(Native Method)
[00:06:53] [Server thread/INFO]: [STDERR]: at java.io.FileOutputStream.(
FileOutputStream.java:213)
[00:06:53] [Server thread/INFO]: [STDERR]: at java.io.FileOutputStream.(
FileOutputStream.java:162)
[00:06:53] [Server thread/INFO]: [STDERR]: at the_fireplace.netheressence.
handlers.DeadStackData$.saveToFile(DeadStackData.scala:54)
[00:06:53] [Server thread/INFO]: [STDERR]: at the_fireplace.netheressence.
handlers.DeadStackData$.save(DeadStackData.scala:22)
[00:06:53] [Server thread/INFO]: [STDERR]: at the_fireplace.netheressence.
handlers.ForgeEvents.worldSave(ForgeEvents.scala:20)
[00:06:53] [Server thread/INFO]: [STDERR]: at
net.minecraftforge.fml.common.eventhandler.ASMEventHandler_
239_ForgeEvents_worldSave_Unload.invoke(.dynamic)
[00:06:53] [Server thread/INFO]: [STDERR]: at
net.minecraftforge.fml.common.eventhandler.ASMEventHandler.
invoke(ASMEventHandler.java:90)
[00:06:53] [Server thread/INFO]: [STDERR]: at
net.minecraftforge.fml.common.eventhandler.EventBus.post(
EventBus.java:185)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraft.server.
MinecraftServer.func_71260_j(MinecraftServer.java:410)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraft.server.
integrated.IntegratedServer.func_71260_j(IntegratedServer.java:328)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraft.server.
MinecraftServer.run(MinecraftServer.java:535)
[00:06:53] [Server thread/INFO]: [STDERR]: at java.lang.Thread.run(Thread.
java:745)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFo-rEj8-G0IwlYTpSeibo8YcAMuNx1Oks5rvHhogaJpZM4M7CGR>
.
|
Fixed in 7.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[00:06:53] [Server thread/INFO]: [STDERR]: java.io.FileNotFoundException: C:\Users\Sam\Documents\Curse\Minecraft\Instances\OPNC2.0\saves\New Worldwf\deadstacks.dat (The system cannot find the path specified)
[00:06:53] [Server thread/INFO]: [STDERR]: at java.io.FileOutputStream.open(Native Method)
[00:06:53] [Server thread/INFO]: [STDERR]: at java.io.FileOutputStream.(FileOutputStream.java:213)
[00:06:53] [Server thread/INFO]: [STDERR]: at java.io.FileOutputStream.(FileOutputStream.java:162)
[00:06:53] [Server thread/INFO]: [STDERR]: at the_fireplace.netheressence.handlers.DeadStackData$.saveToFile(DeadStackData.scala:54)
[00:06:53] [Server thread/INFO]: [STDERR]: at the_fireplace.netheressence.handlers.DeadStackData$.save(DeadStackData.scala:22)
[00:06:53] [Server thread/INFO]: [STDERR]: at the_fireplace.netheressence.handlers.ForgeEvents.worldSave(ForgeEvents.scala:20)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_239_ForgeEvents_worldSave_Unload.invoke(.dynamic)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:410)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:328)
[00:06:53] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:535)
[00:06:53] [Server thread/INFO]: [STDERR]: at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: