Skip to content
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

Bios doesn't work? #35

Open
brunotrevisan opened this issue Jul 25, 2024 · 1 comment
Open

Bios doesn't work? #35

brunotrevisan opened this issue Jul 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@brunotrevisan
Copy link

I'm trying to make systems that use bios like pcsx and opera work, both always give the following errors:

1 RuntimeError: unreachable
at 00c64f1a:0xd1d6a
at 00c64f1a:0x13665
at 00c64f1a:0x1b5e4e
at ret. (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:198235)
at invoke_iii (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:218105)
at 00c64f1a:0xb88a7
at 00c64f1a:0x9fc18
at 00c64f1a:0x18ceac
at ret. (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:198235)
at Module._main (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:214762)

465nostalgist.js:17219 1 RuntimeError: null function or function signature mismatch
at 00c64f1a:0x1ed77d
at 00c64f1a:0x1aa199
at 00c64f1a:0x1b6518
at ret. (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:198235)
at browserIterationFunc (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:185714)
at callUserCallback (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:85871)
at Object.runIter (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:87289)
at Browser_mainLoop_runner (8fbee732-1b0d-4fb8-9da6-d319b3e9890e:10:85436)

Is there any configuration that I'm not including?

@arianrhodsandlot arianrhodsandlot added the bug Something isn't working label Jul 25, 2024
@arianrhodsandlot
Copy link
Owner

arianrhodsandlot commented Aug 16, 2024

I guess this seems to be a bug from the official build of RetroArch, could you confirm is the Opera core working properly at web.libretro.com ? If not, that means we might need to try to compile the core by ourselves with Emscripten (and this still does not guarantee that the core will work as expected, since the bug may come from the core itself).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants