kukugt / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Mupen64plus hangs after going fullscreen in an unsupported video mode with Glide #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
System:
 - Linux distribution: Ubuntu 7.10
 - Machine type: 32-bit
 - Mupen64Plus version: 1.4 SVN version
 - Plugins used: Glide64 Wonder Plus, JttL's SDL Audio, blight's SDL input
plugin

Details:

After choosing a fullscreen resolution of 1280x1024 Glide gives the
following error message:

"(EE) Error setting videomode 1280x1024: No video mode large enough for
1280x1024"

It shows a popup with "Error setting display mode" which does not respond
and forces you to kill the entire program. Lower resolutions do not cause
any problems.

Original issue reported on code.google.com by sur...@gmail.com on 4 Jul 2008 at 4:26

GoogleCodeExporter commented 8 years ago
Issue 149 has been merged into this issue.

Original comment by richard...@gmail.com on 11 Jan 2010 at 4:19

GoogleCodeExporter commented 8 years ago
Glide is not currently being supported as a plugin for Mupen64Plus 2.0, but 
this was
a more general defect in the Zilmar API which affected every video plugin and 
could
even potentially cause issues with the input and audio plugins.  Tonight I 
added an
error return path from the plugins back to the core from the RomOpen() function 
in
the plugins, which allows the core to shut things down nicely and avoid crashes 
and
hang-ups.

Original comment by richard...@gmail.com on 12 Jan 2010 at 4:12