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.
2 Comments - Last post 37 minutes ago by Pillman
35 Comments - Last post 4 hours ago by Taurus9534
0 Comments - Created 4 hours ago by cihs
9 Comments - Last post 6 hours ago by pb1
1,966 Comments - Last post 7 hours ago by MBaer
304 Comments - Last post 10 hours ago by Luacs
302 Comments - Last post 10 hours ago by duville
106 Comments - Last post 13 seconds ago by evilgh0st
415 Comments - Last post 13 minutes ago by sadmilk
16 Comments - Last post 23 minutes ago by VahidSlayerOfAll
0 Comments - Created 49 minutes ago by macgamer
3,040 Comments - Last post 1 hour ago by damianea103
5 Comments - Last post 1 hour ago by lordmonty3
91 Comments - Last post 2 hours ago by schmoan
Comment has been collapsed.