in Legend of Legaia, during the battle training at the beginning, the program will crash when using the special moves. This happens in any video plugins and with a BIOS.
The original PCSX 1.5 also has the program, however ePSXe works well.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220581696 (LWP 1896)]
0x000000b6 in ?? ()
(gdb) where
#0 0x000000b6 in ?? ()
#1 0xb764a7e7 in recExecute () at ../libpcsxcore/ix86/iR3000A.c:441
When using the interpreted CPU the emulator does not crash but the video freezes and the audio continues. I think this is some IRQ problem that takes time to analyse.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a problem in the DynaRec:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220581696 (LWP 1896)]
0x000000b6 in ?? ()
(gdb) where
#0 0x000000b6 in ?? ()
#1 0xb764a7e7 in recExecute () at ../libpcsxcore/ix86/iR3000A.c:441
When using the interpreted CPU the emulator does not crash but the video freezes and the audio continues. I think this is some IRQ problem that takes time to analyse.