kinkyoreo / mupen64plus

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

GUI crashes if input plugin doesn't load #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If the mupen64plus program in GUI mode cannot load the input plugin
(possibly due to a failed lib dependency like SDL_ttf), it crashes.  When
the --nogui mode is used, it does not crash.

Original issue reported on code.google.com by richard...@gmail.com on 23 Mar 2008 at 9:25

GoogleCodeExporter commented 8 years ago

Original comment by richard...@gmail.com on 23 Mar 2008 at 9:25

GoogleCodeExporter commented 8 years ago
I tested this today by changing the name of my libSDL_ttf shared object files so
mupen64plus wouldn't be able to find them. When I started the gui, I got this 
message
on the console:

Couldn't load plugin 'blight_input.so': libSDL_ttf-2.0.so.0: cannot open shared
object file: No such file or directory

The program did not crash and the gui config dialog had no plugin selected under
input since blight is normally my default plugin. When I tried to start 
emulation, it
popped up a dialog saying no input plugin specified. Again, the program didn't 
crash. 

Marking this bug invalid.

Original comment by ebenbl...@gmail.com on 18 Apr 2008 at 4:53