keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

Errors when world saves #649

Open lezvamp opened 11 years ago

lezvamp commented 11 years ago

Hi there.

I'm running a Tekkit Lite server, version 0.6.5 with mystcraft and dim doors removed. I have bukkitforge for 1.4.7 build 253 installed as all the version after that crash the server on start up.

Everytime my world tries to save I get the following stream of errors/stakc trace from bukkitforge in the console:

12:00:06 Server: Saving world data. Expect lag for a short while. 12:00:06 CONSOLE: [INFO] Server issued server command: save-all 12:00:06 CONSOLE: [INFO] CONSOLE: Forcing save..[m 12:00:06 CONSOLE: [INFO] java.lang.NullPointerException 12:00:06 CONSOLE: [INFO] at codechicken.wirelessredstone.core.RedstoneEtherServer.saveEther(RedstoneEtherServer.java:66) 12:00:06 CONSOLE: [INFO] at codechicken.wirelessredstone.core.WRCoreEventHandler.onWorldSave(WRCoreEventHandler.java:57) 12:00:06 CONSOLE: [INFO] at net.minecraftforge.event.ASMEventHandler_55_WRCoreEventHandler_onWorldSave_Save.invoke(.dynamic) 12:00:06 CONSOLE: [INFO] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) 12:00:06 CONSOLE: [INFO] at net.minecraftforge.event.EventBus.post(EventBus.java:103) 12:00:06 CONSOLE: [INFO] at in.a(WorldServer.java:845) 12:00:06 CONSOLE: [INFO] at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:803) 12:00:06 CONSOLE: [INFO] at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:30) 12:00:06 CONSOLE: [INFO] at keepcalm.mods.bukkit.forgeHandler.commands.CommandExecutor2CommandBase.b(CommandExecutor2CommandBase.java:105) 12:00:06 CONSOLE: [INFO] at keepcalm.mods.bukkit.nmsforge.CommandHandlerImpl.a(CommandHandlerImpl.java:94) 12:00:06 CONSOLE: [INFO] at x.a(CommandHandler.java:14) 12:00:06 CONSOLE: [INFO] at ho.al(DedicatedServer.java:308) 12:00:06 CONSOLE: [INFO] at ho.r(DedicatedServer.java:270) 12:00:06 CONSOLE: [INFO] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599) 12:00:06 CONSOLE: [INFO] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 12:00:06 CONSOLE: [INFO] at fy.run(SourceFile:849) 12:00:06 CONSOLE: [INFO] CONSOLE: Save complete.[m 12:00:06 Server: Save Complete

I also have Essentials installed in the plugins folder. This error is present with or without it. All other plugins/mods that come as standard in tekkit lite are still installed except mystcraft and dimensional doors. A list can be found on the tekkit lite website under the mods section.