"An internal error occured while attempting to perform this command" - on creating/editing/deleting or togglin quests.
Kaji0tt opened this issue ยท 1 comments
Hi guys, im having a huge problem with quester. An 'internal error' ensures that i my quests created, edited and deleted yesterday have not been safed. On monday, when i started to experiment with quester commands, it worked fine and the 'test' quests still exist, even though i deleted them yesterday. All my work of around ~ 4 hours is gone now. i was hoping to set up my server until the weekend.
i really would appreciate your help.
i havent changed anything on the server, neither from mon to tusday, nor from tues to wednesday. i dont know which information you need to help me, but this is what the log says:
2013-11-20 13:49:58 [INFO] Kaji0tt issued server command: /q create Wenn es Nacht wird.
2013-11-20 13:49:58 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'q' in plugin Quester v0.6.3.6
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:528)
at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:968)
at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:886)
at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:837)
at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296)
at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116)
at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592)
at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
Caused by: java.lang.IllegalArgumentException: Cannot create section at empty path
at org.apache.commons.lang.Validate.notEmpty(Validate.java:363)
at org.bukkit.configuration.MemorySection.createSection(MemorySection.java:230)
at org.bukkit.configuration.MemorySection.createSection(MemorySection.java:257)
at com.gmail.molnardad.quester.config.QuestConfig.saveConfig(QuestConfig.java:17)
at com.gmail.molnardad.quester.QuestData.saveQuests(QuestData.java:189)
at com.gmail.molnardad.quester.QuestManager.createQuest(QuestManager.java:281)
at com.gmail.molnardad.quester.QuesterCommandExecutor.onCommand(QuesterCommandExecutor.java:207)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
... 15 more
like i said, this error occures only when im trying to create, edit or delete a quests. Holders i created yesterday still exists and are assigned to npc. tell me if you need further information.
*hope my english is ok for ya :b
Quest names in 0.6 can't contain dots, It is mentioned in red under known issues here: http://dev.bukkit.org/bukkit-plugins/quester/pages/documentation/#w-known-issues-todo.
It is fixed in 0.7 dev version and I will not be fixing it in 0.6.