Unix file name support #1


  • Accepted
  • Defect
Open
Assigned to tastybento
  • tastybento created this issue Oct 29, 2014
    Owner

    Noticed an error. The folder created by aSkyblock is different from the one of the converter: ASkyblock (= skyblock plugin) aSkyblock (= converter)

    [BlockConverter] Leader/owner is :PLAYERNAME
    [Server thread/INFO]: Loading island #245 of 246
    [Server thread/INFO]: [BlockConverter] New Island Location is :52,472
    [Server thread/ERROR]: [BlockConverter] Could not save the island location file in aSkyblock/islands!
    [Server thread/WARN]: java.io.IOException: No such file or directory
    [Server thread/WARN]: 	at java.io.UnixFileSystem.createFileExclusively(Native Method)
    [Server thread/WARN]: 	at java.io.File.createNewFile(File.java:1006)
    [Server thread/WARN]: 	at com.wasteofplastic.blockconverter.BlockConverter.onCommand(BlockConverter.java:204)
    [Server thread/WARN]: 	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    [Server thread/WARN]: 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
    [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
    [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753)
    [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326)
    [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290)
    [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
    [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
    

    I easily fixed it by converting again then moving player and island files into the right folder.

  • tastybento added the tags Accepted Defect Oct 29, 2014

To post a comment, please login or register a new account.