Page 1 of 1

[0.16.24] Unsure where to put this: ignore some crash logs

Posted: Sat Feb 17, 2018 5:43 pm
by quyxkh
Hey, while poking around in the lua api I managed to provoke a crash that I _know_ is my own damn fault and you shouldn't bother spending any time on, it's
logfile
For entertainment value only, I got there by trying to nil out the __index meta in a returned player's metatable so `unsub.type` wouldn't throw an error.

Re: [0.16.24] Unsure where to put this: ignore some crash logs

Posted: Sat Feb 17, 2018 6:13 pm
by Rseding91
quyxkh wrote:For entertainment value only, I got there by trying to nil out the __index meta in a returned player's metatable so `unsub.type` wouldn't throw an error.
Sounds like a great way to crash it :D

Re: [0.16.24] Unsure where to put this: ignore some crash logs

Posted: Sat Feb 17, 2018 7:42 pm
by quyxkh
Yep. I bet some language (probably German) has a word just for that "well, what was I expecting??" feeling I got when it fell over.