Rinnegatamante / vitaQuakeII

Quake II port for PSVITA.
GNU General Public License v2.0
52 stars 27 forks source link

Joining an online server may result in a game crash #9

Open Rinnegatamante opened 6 years ago

Rinnegatamante commented 6 years ago

Online server joining is currently messed up. If the connection fails for whatever reason, you'll end up in a freezed screen where user is supposed to press start to call back the main menu. In that state, trying to join another online server directly without first starting a single player game may result in a game crash.

This is probably caused by dummied console that was done to prevent soft rendered Quake II to crash. Now that we switched to vitaGL, we may try to re-implement console and see if the bug still occurs.