kukugt / mupen64plus

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

Crashes when loading rom, sound works for sure, no error log to diagnose #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution:Ubuntu Ultimate 1.8
 - Machine type: 32-bit 
 - Mupen64Plus version:1.4
- Plugins used:
pretty much all of the plugins including video. the input and audio are 
fine. here are the plugins that i could use in my ~/Mupen64Plus-1-3-bin-32/
plugins directory:
blight_input.so
blight_input-0.0.8.so
dummyaudio.so
dummyvideo.so
glN64.so
glN64-0.4.1.so
glide64.so
jttl_audio.so
mupen64_audio.so
mupen64_hle_rsp_azimer.so
mupen64_input.so
mupen64_soft_gfx.so
mupen64_sound.cfg
ricevideo.so
uhleaudio-0.1a.so

the problem: No matter how i configure it, it won't load any of my 329 
roms and quits on me when i do. i have tried deleting the original folders 
for it and unpacked the zip file again. I then put some of the files i had 
back where i had them. Overall I am starting think it is video related.I 
have tried many. Audio work when i load dk64.(I hear the "ok" from Donkey 
Kong ) but then it stops. So i ask :does it crash when video is not 
configured right? Are there any more plugins out there?

addition info:
I have a nvidia geforce xfx 8800gts 640mb graphics card that i use. i did 
use an ati firegl for a while. i got the nvidia geforce xfx 8800gts on 
sale at frys. I still have the ati firegl and it worked but was a bit 
sluggish. my machine has 4 gigs of ram and Intel 1.80 Ghz Celeron 
processor.If anyone has a similar setup help would be nice.
I have attached a more detailed report of my system.

Original issue reported on code.google.com by har...@gmail.com on 7 Oct 2008 at 1:18

Attachments:

GoogleCodeExporter commented 8 years ago
please try deleting the config files with "rm -rf ~/.mupen64plus" and retry.

Original comment by richard...@gmail.com on 10 Oct 2008 at 12:27

GoogleCodeExporter commented 8 years ago
Does glxgears / any other OpenGL app work? Your hardinfo suggests there is no 
opengl render string, you can test manually with glxinfo | grep renderer. I'm 
nearly sure this is your issue.

If OpenGL isn't installed / configured correctly (which changing drivers from 
fglrx 
can do), mupen will behave very poorly and no video will work. Actually, 
another 
bug report mentions behavior without OpenGL installed similar to above.

Original comment by sknau...@wesleyan.edu on 11 Oct 2008 at 11:04

GoogleCodeExporter commented 8 years ago
I typed glxinfo | grep renderer and got this:

brian@BmansPC:~$ glxinfo | grep renderer
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

I have attached my modified xorg.conf for input.
would this work to fix the issue or is there another fix this?

Original comment by har...@gmail.com on 15 Oct 2008 at 3:40

Attachments:

GoogleCodeExporter commented 8 years ago
Yea, this looks like an X or driver issue (your MESA/ OpenGL configuration is 
definitely messed up), and hence not a Mupen64Plus issue.

There is one clear thing I see, you don't load GLX which explains the above 
errors. 
I'm not 100% sure (I use ATI cards) but there is no Module section of your 
xorg.conf, maybe you overrode it accidentally when you added the InputDevice 
stuff? 
I have a section which looks like:

Section "Module"
        Load  "i2c"
        Load  "bitmap"
        Load  "ddc"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "vbe"
        Load  "dri"
EndSection

How did you install the Nvidia drivers? You probably should try reinstalling 
them 
and double checking that fglrx and all ATI packages are removed. Maybe revert 
to a 
default xorg.conf (sudo dpkg-reconfigure xserver-xorg?)? 

I wish I could be more helpful. I'm a Debian user with an ATI card, so you 
might 
also want to check out the Ubuntu forum for help getting 3D working with your 
Nvidia card. Once glxgears works, chances are Mupen64Plus should work without 
issue. If it doesn't, let us know. 

Original comment by sknau...@wesleyan.edu on 20 Oct 2008 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by sknau...@wesleyan.edu on 2 Nov 2008 at 8:04

GoogleCodeExporter commented 8 years ago
I have this same issue: mupen64plus does not load any 
rom.Architecture:64bit.Direct
rendering:yes.I deleted the config files and this does not solve anything.I am
running Mupen64Plus-1-4-1-bin-64

Original comment by LeoMeloP...@gmail.com on 11 Nov 2008 at 1:37

GoogleCodeExporter commented 8 years ago
LeoMeloPimentel: Please run mupen64plus from the command line and post the 
output
after you try to run a ROM unsuccessfully.

Original comment by richard...@gmail.com on 13 Nov 2008 at 3:44

GoogleCodeExporter commented 8 years ago
I end up compiling the latest video drivers from nvidia and it works without 
issues

Original comment by har...@gmail.com on 17 Nov 2008 at 1:51