-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Critical error on emulation #1678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Located the exact point/action where this starts happening: |
Would be useful to know on what game this happens |
I'm having exact same issue with Bloodborne. |
Updated main post. Happens in Bloodborne. |
This only seems to happen with the qt version, anyone managed to fix it? |
I have the same message but with another code (I just downloaded last version from main):
I don't know if it is somewhat related to user's hardware or it could be related to several access that can be related between codes. |
@teenkamael This is already reported by me at #1704 |
Guys with the new build without the userfaultd, the code address is 0x7998d3a98d61:
At least it is not the same error UPDATE: After last update the error now is:
|
This issue is older than this one: #1704 but the last one have more information. |
Uh oh!
There was an error while loading. Please reload this page.
I'm getting this error running the latest builds:
[Debug] signals.cpp:SignalHandler:85: Unreachable code!
Unhandled access violation in thread 'FMOD mixer thre' at code address 0x715fcd9261fd: Read from address 0x0
A more complete part of the log that may be related to the error:
[Lib.AudioOut] audioout.cpp:sceAudioOutOpen:283: AudioOutOpen id = 255 port_type = MAIN index = 0 lenght= 256 sample_rate = 48000 param_type = FLOAT_8CH attr = NONE
[Lib.AudioOut] audioout.cpp:sceAudioOutOpen:283: AudioOutOpen id = 255 port_type = BGM index = 0 lenght= 256 sample_rate = 48000 param_type = FLOAT_8CH attr = NONE
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_mixer.fev
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_mixer.fev
[Kernel.Fs] file_system.cpp:sceKernelOpen:61: path = /app0/dvdroot_ps4/sound/sprj_mixer.fev flags = 0x0 mode = 365
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_mixer.fev
[Kernel.Fs] file_system.cpp:sceKernelClose:188: Closing /app0/dvdroot_ps4/sound/sprj_mixer.fev
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multirpc.rpc
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multirpc.rpc
[Kernel.Fs] file_system.cpp:sceKernelOpen:61: path = /app0/dvdroot_ps4/sound/sprj_multirpc.rpc flags = 0x0 mode = 365
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multirpc.rpc
[Kernel.Fs] file_system.cpp:sceKernelClose:188: Closing /app0/dvdroot_ps4/sound/sprj_multirpc.rpc
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multimix.mix
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multimix.mix
[Kernel.Fs] file_system.cpp:sceKernelOpen:61: path = /app0/dvdroot_ps4/sound/sprj_multimix.mix flags = 0x0 mode = 365
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multimix.mix
[Kernel.Fs] file_system.cpp:sceKernelClose:188: Closing /app0/dvdroot_ps4/sound/sprj_multimix.mix
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multich.mch
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multich.mch
[Kernel.Fs] file_system.cpp:sceKernelOpen:61: path = /app0/dvdroot_ps4/sound/sprj_multich.mch flags = 0x0 mode = 365
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multich.mch
[Kernel.Fs] file_system.cpp:sceKernelStat:460: (PARTIAL) path = /app0/dvdroot_ps4/sound/sprj_multich.mch
[Debug] signals.cpp:SignalHandler:85: Unreachable code!
Unhandled access violation in thread 'FMOD mixer thre' at code address 0x7e91343261fd: Read from address 0x0
I'm using the qt interface and running it on Arch Linux.
I'm trying to run Bloodborne. It happens when launching the game. No image loads, the critical error is returned and emulation stops.
Tell me if you need any more information for debugging.
The text was updated successfully, but these errors were encountered: