iamthepiguy Posted August 6, 2012 Posted August 6, 2012 When I chose to keep all my world directories in a subdirectory, rather than in the main server dir, Railcraft gave an error, showing it was still looking in the root of the server. This is not a clean server, but it should still work. Here is the error from the server log: 17:47:06 [sEVERE] java.lang.RuntimeException: /home/.manage/bukkit/tekkit-server/middle-earth is not a directoy. 17:47:06 [sEVERE] at railcraft.Railcraft.getWorldSaveDir(Railcraft.java:69) 17:47:06 [sEVERE] at railcraft.common.RailcraftSaveData.getData(RailcraftSaveData.java:28) 17:47:06 [sEVERE] at railcraft.common.ChunkManager.loadAnchors(ChunkManager.java:322) 17:47:06 [sEVERE] at railcraft.common.ChunkManager.updateTick(ChunkManager.java:424) 17:47:06 [sEVERE] at net.minecraft.server.mod_Railcraft.onTickInGame(mod_Railcraft.java:64) 17:47:06 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.tickStart(ModLoaderModContainer.java:285) 17:47:06 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.gameTickStart(FMLCommonHandler.java:77) 17:47:06 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreTick(FMLBukkitHandler.java:129) 17:47:06 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:494) 17:47:06 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) 17:47:06 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 17:47:06 [sEVERE] Unexpected exception java.lang.RuntimeException: /home/.manage/bukkit/tekkit-server/middle-earth is not a directoy. at railcraft.Railcraft.getWorldSaveDir(Railcraft.java:69) at railcraft.common.RailcraftSaveData.getData(RailcraftSaveData.java:28) at railcraft.common.ChunkManager.loadAnchors(ChunkManager.java:322) at railcraft.common.ChunkManager.updateTick(ChunkManager.java:424) at net.minecraft.server.mod_Railcraft.onTickInGame(mod_Railcraft.java:64) at cpw.mods.fml.server.ModLoaderModContainer.tickStart(ModLoaderModContainer.java:285) at cpw.mods.fml.common.FMLCommonHandler.gameTickStart(FMLCommonHandler.java:77) at cpw.mods.fml.server.FMLBukkitHandler.onPreTick(FMLBukkitHandler.java:129) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:494) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Any ideas how I could fix this, or anyone with a similar problem? Otherwise I'll go and file a bug with the Railcraft devs.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now