aaaahhh thx, i was afraid im foed like 100 times bcs i play like a year like this =D but alt f4 isnt the same like exit to windows?
Do i cause Desyncs? - how do i properly leave match after dying?
@poop_dynamics said in Do i cause Desyncs? - how do i properly leave match after dying?:
aaaahhh thx, i was afraid im foed like 100 times bcs i play like a year like this =D but alt f4 isnt the same like exit to windows?
Exit windows is processed inside the ESChandler.lua:
https://github.com/FAForever/fa/blob/deploy/fafdevelop/lua/ui/dialogs/eschandler.lua#L61
All quit functions, pressing the X at the top right corner and also [ALT]+[F4] are handled by this function.
This can be tested by disabling the Quick Exit option and pressing [ALT]+[F4].
You will see a quit dialog window before the game ends.
Also see the tooltip text from the Quick Exit option:
"Quick Exit-When close box or alt-f4 are pressed, no confirmation dialog is shown"
https://github.com/FAForever/fa/blob/deploy/fafdevelop/loc/US/strings_db.lua#L1020
@uveso said in Do i cause Desyncs? - how do i properly leave match after dying?:
All quit functions, pressing the X at the top right corner and also [ALT]+[F4] are handled by this function.
But not including typing exit [enter] in the console?
@jcvjcvjcvjcv
typing "exit" inside the console window will exit the game directly.
This is not handled by the ESChandler.
Exit windows is processed inside the ESChandler.lua:
https://github.com/FAForever/fa/blob/deploy/fafdevelop/lua/ui/dialogs/eschandler.lua#L61All quit functions, pressing the X at the top right corner and also [ALT]+[F4] are handled by this function.
So as I understand it you are saying NONE OF pressing the x, alt+f4, or exit windows cause the disconnect window. Correct?
If not... rather than stating where they are processed, can somebody just list out the different ways to quit and whether they cause the disconnect window or not?
Well, i tested this in LAN, no clue if this is also the case online:
No disconnect window on:
[ALT]+[F4]
close windows with X
ingame menu -> Quit
"exit" inside console window
removing game task with task manager
disconnect window on
game crash
pressing reset on PC (hard reset)
turning PC off
unplug Network cable (game continues when i replug the network cable)
Hmm I always thought alt f4 causes the Desyncs windows to show.
So when players rage quit they either are
- Hard powering off their PC
- On laptop shutting the lid
- Disconnecting from wifi / unplugging Ethernet cable
Never Fear, A Geek is Here!
@thecore said in Do i cause Desyncs? - how do i properly leave match after dying?:
So when players rage quit they either are ..
Unlikely. It's more likely there are simply bugs in the game that sometimes cause desyncs to happen, even if the player exited in a "safe" way.