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

Couple issues with the error screen #155

Closed
6 of 11 tasks
bslenul opened this issue Jan 28, 2024 · 1 comment
Closed
6 of 11 tasks

Couple issues with the error screen #155

bslenul opened this issue Jan 28, 2024 · 1 comment
Labels
bug Something isn't working opengl For issues related to OpenGL.

Comments

@bslenul
Copy link

bslenul commented Jan 28, 2024

What version of melonDS DS are you using?

1.0.2

Does the problem happen in standalone melonDS?

No, it's a bug specific to melonDS DS.

What happened?

First issue is pretty minor: if you start the core without content with the built-in BIOS, it will spam [INFO] [Environ]: SET_ROTATION: 0 non-stop in the logs during the error screen.

Second issue is if you start the core without content with the built-in BIOS but with the OpenGL renderer, it crashes RetroArch: crash-240128-133423.log

edit: To be clear, when I say "error screen" I mean this (adorable) screen:
image

edit2: I was able to reproduce on my Linux Mint 21.2 VM as well.

What should've happened instead?

In software mode it shouldn't spam [INFO] [Environ]: SET_ROTATION: 0 during the error screen, and in GL mode it shouldn't crash.

Which platforms do you see the problem on?

  • Windows
  • macOS
  • Linux
  • Android
  • iOS
  • tvOS
  • Other (specify below)

Which versions of the OS?

Windows 10 22H2

Which libretro frontend are you using?

RetroArch 1.16.0

Terms

  • I agree to follow the code of conduct.
  • I understand that melonDS DS is not developed or maintained by the authors of melonDS.
  • I understand that this form is for reporting bugs, not for requesting help.
  • I understand that the author develops this core in his spare time, and that he is under no obligation to respond to this bug report.
@bslenul bslenul added the bug Something isn't working label Jan 28, 2024
@JesseTG JesseTG added the opengl For issues related to OpenGL. label Feb 16, 2024
@RobLoach
Copy link
Contributor

if you start the core without content with the built-in BIOS, it will spam [INFO] [Environ]: SET_ROTATION: 0 non-stop in the logs during the error screen.

In RetroArch <= 1.18, this was posted to the RetroArch log INFO, but in RetroArch 1.19.0, it's now DEBUG instead, so it won't spam:
libretro/RetroArch#16454

if you start the core without content with the built-in BIOS but with the OpenGL renderer, it crashes RetroArch

Confirmed here, as well. Good find.

JesseTG added a commit that referenced this issue May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working opengl For issues related to OpenGL.
Projects
None yet
Development

No branches or pull requests

3 participants