What's new

muopen 0.4 not running on my linux box :S

maynard

New member
I downloaded mupen64-0.4.tar.bz2 , I proceeded with tar jxfv ... and so on.. but then when I tried to execute it ,I got this for for an answer:

[maynard@Arch mupen64-0.4]$ ./mupen64
Couldn't read config file '/home/temp/mupen64-0.4/.//gui_gtk.conf': No such file or directory
Segmentation default

Where do I get this .conf for the gui ? , or is it that I have to do something else? , please help me . bye
 

Hacktarux

Emulator Developer
Moderator
this missing file isn't the problem... it's created the first time you execute succesfully the program. Maybe you can try to compile it yourself...
 
OP
M

maynard

New member
Hacktarux said:
this missing file isn't the problem... it's created the first time you execute succesfully the program. Maybe you can try to compile it yourself...

I did compile it , and manage to see the gui and load a rom but then when I tried to play , it simply did nothing at all , I got this messages on my terminal:

[maynard@Arch emu64]$ ./mupen64
file found
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
Signal number 11 caught:
errno = 0 (Success)
Xlib: unexpected async reply (sequence 0x5fa8)!
Signal number 11 caught:
errno = 0 (Success)

Do you know what's wrong ? and how to fix it..
 
OP
M

maynard

New member
Hacktarux said:
Do you have compiled the plugins too ?

The firs time i didn't compile them , just copied them from binaries that were in the first package , then i tried to compile one of each type but the Gfx plugin just wouldn't ,i tried two of them and neither worked, both throw the same errror when compiling so again I copied the one on the binaries and got pretty much the same messages that i had before .
The errors on the Gfx plugins are these:
on the rice plugin

`-mcpu=' is deprecated. Use `-mtune=' or '-march='
instead.
DecodedMux.cpp:763: error: la constante entera es
demasiado grande para el tipo "long"
make: *** [DecodedMux.o] Error 1


and on the glN64 plugin:

Combiner.cpp: In function `void
Combiner_SelectCombine(u64)':
Combiner.cpp:351: error: la constante entera es
demasiado grande para el tipo "long"
make: *** [Combiner.o] Error 1

la constante entera es demasiado grande para el tipo "long" <- this means the integer constant is too big for the type "long"

bye. greetings from Chile
 

Top