Search found 1 match
- Tue Jul 21, 2015 12:35 pm
- Forum: Server Bugs (Closed)
- Topic: NT Crash Thread
- Replies: 135
- Views: 44958
Re: NT Crash Thread
[quote="zippyzee"]Is it crashing within that code or when it returns a null client? Whatever is calling it needs to be prepared for that possibility. Most all crashes I see programming-wise are by assuming a pointer has a real object to point to and not checking first before accessing member ...