I'm just gonna do my last report

Nameleszx

New member
Messages
108
Points
0
Please help here, I'm just gonna do a report cause it's critical error. It makes map-server crashed in one tick. Whenever you use @reloadscript command. You'll gonna crashed. Anyone can help me with this?

 
This kind of incidents may be addressed faster if you made a bug report so that devs can get in touch with you and solve those kind of problems faster.

--> Bug Tracker <--

 
I can't understand what should I do on that section. There's some common report about reloadscript but I can't understand
default_ohmy.png
sorry. I'm noob.

 
If you're on linux start your server by:

1.- running "gdb map-server" 

2.- type "run"

3.- Do whatever crashes the server (@reloadscript)

4.- When the server crashes, type "bt"

5.- After step 4, type "bt full"

Paste the backtrace on the bug tracker. 

If you have any modifications that could relate to script functions or @reloadscript, paste paste the modifications on the bug tracker aswell. 

 
I second what xgear says. I would look at any custom modifications you have first and disable them if possible and reloadscript. Using the latest I haven't encountered a @reloadscript crash as of now.

 
Last edited by a moderator:
If you're on linux start your server by:

1.- running "gdb map-server" 

2.- type "run"

3.- Do whatever crashes the server (@reloadscript)

4.- When the server crashes, type "bt"

5.- After step 4, type "bt full"

Paste the backtrace on the bug tracker. 

If you have any modifications that could relate to script functions or @reloadscript, paste paste the modifications on the bug tracker aswell. 
how about windows?

 
Back
Top