Skip to content
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

EOF exception on first startup #26

Open
StargateMC opened this issue Mar 9, 2020 · 0 comments
Open

EOF exception on first startup #26

StargateMC opened this issue Mar 9, 2020 · 0 comments

Comments

@StargateMC
Copy link

Hi All,

Have a crash on first startup for you, see below.
The world that was loading at the time was overworld.

---- Minecraft Crash Report ----

WARNING: coremods are present:
CoreMod (TickProfiler-0.0.7.jar)
RandomPatches (RandomPatches-1.21.0.0.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
CorePlugin (ForgeEnderTech-4.5.0.0.435.jar)
SoundUnpack (OpenSecurity-1.0.39.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.7.2l.jar)
MalisisCorePlugin (MalisisCore-6.5.1b.jar)
TransformerLoader (OpenComputers-1.7.5.192.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
CTMCorePlugin (CTM-1.0.1.30.jar)
MekanismCoremod (Mekanism-9.8.3.390.jar)
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 3/9/20 7:53 AM
Description: Exception in server tick loop

java.lang.RuntimeException: java.io.EOFException
at codechicken.wirelessredstone.manager.SaveManager.loadFreqMap(SaveManager.java:376)
at codechicken.wirelessredstone.manager.SaveManager.loadEther(SaveManager.java:476)
at codechicken.wirelessredstone.manager.RedstoneEtherServer.addEther(RedstoneEtherServer.java:46)
at codechicken.wirelessredstone.manager.RedstoneEther.loadServerWorld(RedstoneEther.java:153)
at codechicken.wirelessredstone.handler.WREventHandler.onWorldLoad(WREventHandler.java:42)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_574_WREventHandler_onWorldLoad_Load.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:309)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.EOFException
at java.io.RandomAccessFile.readShort(RandomAccessFile.java:717)
at codechicken.wirelessredstone.manager.SaveManager.loadFreqMap(SaveManager.java:369)
... 11 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants