Problem description:
Does run-time errors affect with the server crashes? If so, what kind methods are used to fix this?
Andrew is right. And you can also just look at the runtime error. It should say mob/verb/NameOfVerb() or mob/proc/NameofProcedure() and after that usr: ByondKey
Just do some research there and find the verb or proc or whatever the problem is. If you need help you can always post your run-times then I wouldn't mind walking you through it. |
The best way to fix them is to read the error and track down the part of your code that caused it. If you enable debug mode for your project (#define DEBUG) then the run-time error will point to the exact file and line that the error occurred at.