Jump to content

Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...