What's new

Mupen64 isnt working period

kofrad

New member
I downloaded the binary version of mupen64 0.4 and downloaded the demo roms. I started the program by running ./mupen64 and configured the gfx plugin to my system. I selected a rom and some messages would scroll past on konsole, a new window would pop up and then some more messages would go past and my screen would go blank, then I see a bunch of text that is in different colors and keeps changing, I can't get my computer out of doing that, so I am forced to reboot. I can't get the messages copied down because I have to reboot the system, so here are my system specs.

OS: Redhat Linux 9
Processor: PII 400MHz
RAM: 192MB
GFX Plugin: Rice's Daedalus 5.20
Audio Plugin: Dummy audio
Input Plugin: Blight's SDL input plugin 0.0.8-b
RSP Plugin: Hacktarux/Azimer hsp rle plugin

Also, when I start mupen, the program outputs to the console
Code:
rom size: 3471360 bytes (or 3 Mb or 24 Megabits)
Could that be part of the problem? No matter what size the rom is, the problem still occurs. I will continue to try and mess with the gfx plugin, but if someone could help me out with this, it would be a great help.

I changed the GFX plugin to the Glide64 one, and when trying to load a rom, I get this output to the console
Code:
[kofrad@localhost mupen64-0.4]$ ./mupen64
rom size: 3471360 bytes (or 3 Mb or 24 Megabits)
rom size: 1310720 bytes (or 1 Mb or 8 Megabits)
file found
rom size: 1310720 bytes (or 1 Mb or 8 Megabits)
byteswaping rom...
rom byteswaped
rom loaded succesfully
80 37 12 40
ClockRate=f
Version:1444
CRC: b0667ded bb39a4b8
name:
Manufacturer: 0
Cartridge_ID: 0
Country Code : 0
size: 4096
PC= 80200000
md5 code:FF4D4FEFF0AF8A0F9B9AE509DA7D9071
eeprom type:0
init timer!
memory initialized
[blight's SDL input plugin]: version 0.0.8-b initialized.
(II) Initializing SDL video subsystem...
(II) Getting video info...
(II) Setting video mode 640x480...
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
demarrage r4300
dynamic recompiler
Signal number 4 caught:
        errno = 0 (Success)
Xlib: unexpected async reply (sequence 0xfc6)!
A window will appear for the rom to run in and then the whole program hangs.
 
Last edited:

RJARRRPCGP

The Rocking PC Wiz
libGL error: failed to open DRM: Operation not permitted

That error message looks like an error message related to an access rights problem. That error message looks like type of error message that you get when you're not using the root login. You're likely required to use the root login.
 
OP
K

kofrad

New member
I still get errors, when run as root I get this output
Code:
[root@localhost mupen64-0.4]# ./mupen64
rom size: 3471360 bytes (or 3 Mb or 24 Megabits)
rom size: 8388608 bytes (or 8 Mb or 64 Megabits)
file found
rom size: 8388608 bytes (or 8 Mb or 64 Megabits)
byteswaping rom...
rom byteswaped
rom loaded succesfully
80 37 12 40
ClockRate=f
Version:1444
CRC: 635a2bff 8b022326
name: SUPER MARIO 64
Manufacturer: Nintendo
Cartridge_ID: 4d53
Country : United States
size: 4096
PC= 80246000
md5 code:20B854B239203BAF6C961B850A4A51A2
eeprom type:0
init timer!
memory initialized
[blight's SDL input plugin]: version 0.0.8-b initialized.
(II) Initializing SDL video subsystem...
(II) Getting video info...
(II) Setting video mode 640x480...
disabling TCL support
demarrage r4300
Signal number 4 caught:
        errno = 0 (Success)
Xlib: unexpected async reply (sequence 0x6fbe)!
 

MasterPhW

Master of the Emulation Flame
Hacktarux said:
try compiling it yourself
Hac? Will you release a new version in the near future?
Did you do some work on your great source?

BTW: did you still work on your wrapper or is it gone with the open source release?
 
OP
K

kofrad

New member
While compiling, I get the following error while compiling the Glide64 plugin
Code:
g++  -DUSE_GTK `sdl-config --cflags` `gtk-config --cflags` -Iwrapper/ -O3 -mcpu=athlon -ffast-math -funroll-loops -fomit-frame-pointer -msse -mmmx  -c -o wrapper/textures.o wrapper/textures.cpp
In file included from wrapper/textures.cpp:9:
wrapper/main.h:19: `void (*glActiveTextureARB)(unsigned int)' redeclared as
   different kind of symbol
/usr/X11R6/include/GL/gl.h:2041: previous declaration of `void
   glActiveTextureARB(unsigned int)'
wrapper/main.h:20: `void (*glMultiTexCoord2fARB)(unsigned int, float, float)'
   redeclared as different kind of symbol
/usr/X11R6/include/GL/gl.h:2053: previous declaration of `void
   glMultiTexCoord2fARB(unsigned int, float, float)'
make: *** [wrapper/textures.o] Error 1
 

ciruZ

New member
You're likely required to use the root login.
No, you don't. _NEVER_ use root!
He wants to fix his settings.

What GFX Card do you have? It isn't set up correctly.
 

utopianfiat

New member
Xlib: unexpected async reply (sequence 0x6fbe)!
I've seen a few unstable programs that throw this output randomly. It's usually some hole that needs to be plugged, and I even get it on a few games, but until it's fixed try more demos with different plugins.
 

Top