-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map is not loading #29
Comments
Yes now I'm sure about that, downloaded that commit just now and tested it even with the latest data modifications (that include group constants in global.lua, xml/groups, data/chatchannels and data/migrations) and it works perfeclty... I get sql errors because that commits tries to get things from player_skills and groups (which doesnt exist anymore in my db) but regardless to that, the map and server loads perfectly in that commit. |
Please provide output from gdb with that core file. |
Program received signal SIGSEGV, Segmentation fault. |
What is the output of "p parent" in gdb? |
(gdb) p parent ? |
I meant after loading gdb with tfs and the core dump. EDIT: Nevermind, I've managed to reproduce it and will patch it soon. |
Default forgotten map works perfectly, but my map doesnt.
I can say that is not something I did on the map because problem still happening even using the map I'm using in the server right now that uses the commit 7e02d7f so some further commit started to cause my crash:
After it says "loading time 9.6128 seconds." it stays like that around 3~ seconds and drops the segmentation fault.
The text was updated successfully, but these errors were encountered: