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

Metajo 1 crashes when you gain control of a character #160

Open
Svipur opened this issue Nov 23, 2022 · 2 comments · May be fixed by #161
Open

Metajo 1 crashes when you gain control of a character #160

Svipur opened this issue Nov 23, 2022 · 2 comments · May be fixed by #161

Comments

@Svipur
Copy link

Svipur commented Nov 23, 2022

Tested in RetroArch 1.13 with the np2kai 0.86 core.

Steps to reproduce:

  1. Run Metajo.
  2. Start a new game.
  3. Agree to go through the tutorial.
  4. When the star pops up on the ground, the game will hang before you get to see the action selection menu.

Curiously, if you make a save state in RetroArch at any point before gaining control of the character, and immediately load the same save state, the game will let you play just fine.

@amuramatsu amuramatsu linked a pull request Nov 29, 2022 that will close this issue
@amuramatsu
Copy link

This bug is caused by bug around FP exception flags.
I wrote a patch for fix it. If you cannot use patch, workaround is exist.

Workaround

Write FPU_TYPE=2 (or FPU_TYPE=1) into configuration file.
(Using dosbox based floating point routine instead of softfloat)

@Svipur
Copy link
Author

Svipur commented Nov 29, 2022

@amuramatsu thank you, these seem to work like a charm.

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

Successfully merging a pull request may close this issue.

2 participants