Hacktarux said:are u using savestates or native saves ? I'd really like to have the save file you're using a few minutes before it happens.... otherwise i don't see how i can try to fix it :/
Hacktarux said:Concerning the main topic of this thread... i need some people to test this audio plugin (by leaving the new_frame and new_vi functions commented).....
And if you didn't see, there's also a gfx plugin to test posted in the middle of the zelda bug discussion in this thread.
Same here ....mafiosnik said:YES! u did it hack! games run at fullspeed without any problems and this ist great.![]()
sound is pretty bad and some games which worked before do not work now. hope i could help u a bit.
ricedeadalus still does not work
Initializing OpenGL Device Context
(II) Initializing SDL video subsystem...
(II) Getting video info...
(II) Setting video mode 800x600...
NVIDIA Corporation - GeForce2 GTS/AGP/3DNOW! : 1.4.0 NVIDIA 44.96
demarrage r4300
interprétation
Signal number 4 caught:
errno = 0 (Success)
Xlib: unexpected async reply (sequence 0x7b50)!
gentoo mupen64-0.3 #
Hacktarux said:test this audio plugin (by leaving the new_frame and new_vi functions commented).....
mafiosnik said:hope i could help u a bit.
Hacktarux, if you post a step by step of how to do the debug maybe i could help, i havent used gdb so i dont know how to use it, but i want to help.Hacktarux said:You can and i've already said what i need... someone who can test the plugin without SSE option and someone who can compile mupen64 and the plugins with -g option (don't forget to comment strip command line in the makefile when you compile) and try it using gdb... then gdb will tell what's the line in the source code that's making things crashing, finally type "where" and give me the gdb output.
Hacktarux said:Gaenya: you have to recompile every plugins and the core with debug options : edit the Makefile, add -g option in gcc options line and remove the that's calling strip command.
After everything is compiled and ready, go in mupen64 folder and type:
"gdb mupen64"
run the application by typing:
"run"
when it crashes gdb will tell at which line it's crashing
after that type
"where"
it'll give some additionnal informations that will help me hopefully.
Finally give me everything that has been outputed by gdb![]()
g++ -DUSE_GTK `sdl-config --cflags` `gtk-config --cflags` -O3 -mcpu=athlon -ffast-math -funroll-loops -fomit-frame-pointer -msse -mmmx -c -o DaedalusGraphics.o DaedalusGraphics.cpp
unique.h: In static member function `static T* CUnique<T>::Get() [with T =
CProfiler]':
DaedalusGraphics.cpp:308: instantiated from here
unique.h:80: error: `assert' undeclared (first use this function)
unique.h:80: error: (Each undeclared identifier is reported only once for each
function it appears in.)
unique.h: In static member function `static void CUnique<T>::Destroy() [with T
= CProfiler]':
DaedalusGraphics.cpp:769: instantiated from here
unique.h:72: error: `assert' undeclared (first use this function)
make: *** [DaedalusGraphics.o] Error 1
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
init timer!
[New Thread 32769 (LWP 4449)]
[New Thread 16386 (LWP 4450)]
memory initialized
Initializing OpenGL Device Context
(II) Initializing SDL video subsystem...
(II) Getting video info...
(II) Setting video mode 640x480...
NVIDIA Corporation - GeForce4 MX 420/AGP/3DNOW! : 1.4.0 NVIDIA 44.96
[New Thread 32771 (LWP 4451)]
demarrage r4300
interprétation
Program received signal SIGILL, Illegal instruction.
[Switching to Thread 16386 (LWP 4450)]
0x40d998e9 in SetVIScales() ()
from /mnt/datos/downloads/emu64/plugins/ricedaedalus.so
(gdb) where
#0 0x40d998e9 in SetVIScales() ()
from /mnt/datos/downloads/emu64/plugins/ricedaedalus.so
#1 0xc3a00000 in ?? ()
maybe you have enabled SSE altough your processor doesn't support itProgram received signal SIGILL, Illegal instruction.