VC:MP 0.4 (Beta) > Bugs and Crashes

[BUG] Leaving the server in windowed mod means "Timeout"

(1/1)

sseebbyy:
Description
Whenever I leave a server in windowed mod, the reason is "Timeout", but that is not true, because I am leaving using /q command.

Reproducible
Always
CRAST (owner of 0.4 VCCNR) tried too, and the result is the same.

What you were doing when the bug happened
I joined to #VCCNR.IRC and found out that I just left the server, with the respective "Timeout".
Then CRAST tried too, to see if it is because of the windowed mod. (and it is)

What you think caused the bug
no idea.

When you are in full screen mod, the reason is "Quit", as it should.

NE.Restricted:
I think /q causes an actual crash (unrecognized by server) so it says Timeout.

stormeus:
Cannot reproduce with the following script:

--- Code: ---function onPlayerPart(player, reason)
{
if (reason == PARTREASON_CRASHED) print("Crash");
if (reason == PARTREASON_TIMEOUT) print("Timeout");
if (reason == PARTREASON_QUIT) print("Quit");
}

--- End code ---

Check your crashlogs folder to see if anything is there.

sseebbyy:
Now, we can't both. (me and CRAST)
We tried again few seconds ago, but the correct message is received.
No idea why it happened in that moment... Btw, were not scripted message, but just inbuilded ones.

Navigation

[0] Message Index

Go to full version