Vice City Multiplayer

VC:MP 0.4 (Beta) => Bugs and Crashes => Topic started by: sseebbyy on September 02, 2014, 01:00:27 am

Title: [BUG] Leaving the server in windowed mod means "Timeout"
Post by: sseebbyy on September 02, 2014, 01:00:27 am
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.
Title: Re: [BUG] Leaving the server in windowed mod means "Timeout"
Post by: NE.Restricted on September 02, 2014, 10:56:18 am
I think /q causes an actual crash (unrecognized by server) so it says Timeout.
Title: Re: [BUG] Leaving the server in windowed mod means "Timeout"
Post by: stormeus on September 29, 2014, 03:11:09 pm
Cannot reproduce with the following script:
Code: [Select]
function onPlayerPart(player, reason)
{
if (reason == PARTREASON_CRASHED) print("Crash");
if (reason == PARTREASON_TIMEOUT) print("Timeout");
if (reason == PARTREASON_QUIT) print("Quit");
}

Check your crashlogs folder to see if anything is there.
Title: Re: [BUG] Leaving the server in windowed mod means "Timeout"
Post by: sseebbyy on September 29, 2014, 04:18:51 pm
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.