-
Notifications
You must be signed in to change notification settings - Fork 3
On server restart error, world no longer exist #15
Comments
Please try the latest commit (you will have to either compile yourself or use devtools) and let me know if it fixes it. |
Probably dupe of #9 |
what commit fixed #9 |
commit 6ba20bf (HEAD -> development, origin/development) bug still exist |
i need the whole server log (with koth debug enabled) please. |
to keep this clean I up'd to pastebin last edit is the last restarts of the server showing the koth events I listed above |
It doesn’t show any errors so it’s not koth stopping the server, I’m almost certain it’s missing a lot of debug messages as well will read it properly later. |
the server crashing isn't the issue. the problem is after server restart koth join gives an error that the world no longer exist where the arena was setup. This is certainly not the case, since I can teleport to that world. the issue is directly related to a server restart. |
2 Things,
and secondly your not restarting server but reloading. so can you get that part of the log, and try it without restarting server. |
2 things. The debug output is exactly what I get when setting debug: true in config.yml Secondly, the issue is ONLY related to server restart. After a server restart when the command koth join is called there is an error that pops up that says "[KOTH] the place that arena was setup no longer exist." this is repeatable over and over and over again. |
Use the developments branch latest commit, that’s all from beta3/early beta4. |
Is this not the latest commit?
|
It is, but the log and error message you sent got changed in beta4 so I’m almost certain it’s not running beta4 or the log/message you sent is outdated. |
the log file showed I am running the development branch, line 340
|
If you’re certain it’s running the dev branch please do all of the following:
|
sql dump server.log, ls worlds dir, mw list you can see the commands I ran. I'm not fudging anything, its c&p from the output |
Line 136 - 139 is where I am creating the arena and then teleporting back to hub. then I join the areana using
all works. I stop the server from console and restart the server.
and it certainly does exist and git doesn't lie
|
From that SQLite file I can confirm that is not the beta4 with all the fixes. |
You can see I only have your git repo installed. git branch says I am using development. What else do you expect me to do? I'm game to figure out what the deal is, but I know of nothing else I can do. I'm running git development from your cloned repo. You tell me I'm not yet everything I have showed you proves I am besides the sqlite dump. Somewhere there is an issue, but i'm not new to this
|
It’s not just SQLite file that’s shown me it’s not fully beta4.
Listen to me it sounds like your running the commit before. |
I have no idea, but I tried a different approach with git and only cloned the development branch and now its definitely running the beta4. The original issue here is gone. That was painful and horribly agonizing, either git or github to blame here. Sorry |
For final reference, duplicate of #9 just had trouble resolving issue. |
As the title states, using multiworld setting up a KOTH arena works fine, but on server restart it says that the arena has been setup in a world that no longer exist. Which isn't the case. I've checked the db and the entry looks good.
The text was updated successfully, but these errors were encountered: