Author Topic: [BUG] Leaving the server in windowed mod means "Timeout"  (Read 2729 times)

0 Members and 1 Guest are viewing this topic.

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
[BUG] Leaving the server in windowed mod means "Timeout"
« 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.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline NE.Restricted

  • Wiseguy
  • **
  • Posts: 97
    • View Profile
Re: [BUG] Leaving the server in windowed mod means "Timeout"
« Reply #1 on: September 02, 2014, 10:56:18 am »
I think /q causes an actual crash (unrecognized by server) so it says Timeout.
I am NE.CrystalBlue!!!
Quote
i cant able to understand

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: [BUG] Leaving the server in windowed mod means "Timeout"
« Reply #2 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.
Do not PM me for support.




Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: [BUG] Leaving the server in windowed mod means "Timeout"
« Reply #3 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.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.