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

Demo "the black lotus - 4 edges" does not work with bios skip off #445

Open
nattthebear opened this issue Jul 30, 2020 · 0 comments
Open

Comments

@nattthebear
Copy link

In void CDVD_Drive::N_command_readkey(uint32_t arg):

    int32_t code = (int32_t)stoi(serial.substr(5, 3) + serial.substr(9, 2));`

serial is "4EDGES.ELF;", so junk is fed to stoi which kills things with an unhandled exception.

When bios skipping is on, readkey is never called and the demo boots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant