Most games (or other programs) will pick an arbitrary player from the candidate list.
Can be randomized, just the one with the lowest/highest player number, by whoever manages to join the game first etc.
Making this an unhandled error condition would be lazy, not user-friendly and overall pretty stupid.
Comment has been collapsed.
You give the dev a load of shit for not being fit to do their job
Comment has been collapsed.
Pretty much this.
Not having something in place to handle this is a design failure, therefore a serious bug.
Having something in place that doesn't work correctly - well depending on how it's implemented all sorts of fun things can happen. From the host/server crashing or spinning infinitely as it tries to make up it's mind, to breaking the gameplay by having no special player or multiple special players.
Comment has been collapsed.
It kinda depends on how the programmer has written his or her code.
These are some possibilities that could happen:
Comment has been collapsed.
It would probably just throw out unhandled exception error, click ok to attempt to continue...
I'm guessing that the special player will simply be not unselected (code is skipped) and game continues.
Game will throw out next unhandled error at the next moment where 'special player' has to do something according to the code, as there is no special player. Then at some point after clicking trough error messages you either crash game or return to main menu if code supplies reasons for that event.
Comment has been collapsed.
The code will do what you tell it to do.
Nothings happens magically. unhandled stuff behavior is determined by your implementation and language\compiler
Comment has been collapsed.
344 Comments - Last post 17 minutes ago by Zepy
1,041 Comments - Last post 18 minutes ago by sensualshakti
39 Comments - Last post 20 minutes ago by Zepy
78 Comments - Last post 30 minutes ago by cheshirecatgirl
10 Comments - Last post 1 hour ago by Axelflox
42 Comments - Last post 1 hour ago by SeaGoblin
1,959 Comments - Last post 3 hours ago by MeguminShiro
75 Comments - Last post 1 minute ago by Axelflox
54 Comments - Last post 2 minutes ago by Fluffster
39 Comments - Last post 11 minutes ago by CultofPersonalitea
517 Comments - Last post 11 minutes ago by DrPower
158 Comments - Last post 13 minutes ago by jm
32 Comments - Last post 15 minutes ago by SamTwister
510 Comments - Last post 20 minutes ago by SHIV
Comment has been collapsed.