Hello!
Today I wanted to publish my dedicated server as well. When I tried playing a bit on it, it seemed to crash on shooting, walking etc. I debugged until I found the line which causes the error:
Code:
c_trace(hit.x, to, IGNORE_ME|IGNORE_PASSABLE|SCAN_TEXTURE|IGNORE_SPRITES|USE_BOX|IGNORE_CONTENT)



I then removed the SCAN_TEXTURE flag and it worked wonderfully.
The problem is that I really need the texture name and some of the other texture properties also on the server!
Do you have any idea on why this crashes and how to fix it?
Thanks in advance.

EDIT: I should also mention that it works in non-compiled mode but crashes compiled.

Last edited by Ch40zzC0d3r; 08/16/14 11:00.