PDA

View Full Version : There is a way to not show up Console on an error ?



Peregrino
April 24th, 2021, 10:23
Just wondering if there is possible to not show up the console on an error ?

There is a way to disable this if it happen during a game session, and look at the log after ?
It can be very annoying even if I know is usefull.

damned
April 24th, 2021, 14:01
There is no way to stop this AFAIK. In FGC you could drag the console almost off the screen but you cant with FGU.

Peregrino
April 24th, 2021, 16:02
:( and I'm lucky enought to have FGU.
Ohh well better not find a recursive error than.

Thank you @damned

Moon Wizard
April 24th, 2021, 21:21
Infinite recursive script errors will most likely cause Lua stack overflow errors. So, you would only get one a handful of errors. The point is that errors are clearly pointing out that something is broken, and script code is getting aborted.

Regards,
JPG

Peregrino
April 25th, 2021, 07:29
I see, better to check everything is fine ( clients too ) before start I guess is a better option.

Thank you Moon.