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

Crash when loading content on linux #230

Open
5 of 11 tasks
Fermsdx opened this issue Sep 20, 2024 · 7 comments
Open
5 of 11 tasks

Crash when loading content on linux #230

Fermsdx opened this issue Sep 20, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@Fermsdx
Copy link

Fermsdx commented Sep 20, 2024

What version of melonDS DS are you using?

1.1.1

Does the problem happen in standalone melonDS?

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

What happened?

Retroarch simply crashes when when i load a ds game, this happens as well with the original melon ds core

Im using linux, specifically lubuntu.

What should've happened instead?

Game to load

Which platforms do you see the problem on?

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

Which versions of the OS?

Lubuntu 24.04.1

Which libretro frontend are you using?

retroarch 1.19.1

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.
@Fermsdx Fermsdx added the bug Something isn't working label Sep 20, 2024
@JesseTG
Copy link
Owner

JesseTG commented Sep 21, 2024

If it happens with the original melonDS core then it might be an issue with RetroArch itself or your operating system.

I'm not certain that I can help, but I'd at least like to point you in the right direction. Could you please post a log file with debug-logging enabled? You'll want to set the logging options like so:
Screenshot 2023-12-20 084050

This will provide information that may help me diagnose this issue. Thank you!

@Fermsdx
Copy link
Author

Fermsdx commented Sep 22, 2024

hi! thanks for the reply!
here is the log
retroarch.log

@gouchi
Copy link

gouchi commented Sep 24, 2024

I can't reproduce this issue.

@Fermsdx According to the log you are using Snap package which might give some "permission" issues not sure if it is fatal or not but you got

[libretro ERROR] [melonDS] Failed to open memory using shm_open! (Permission denied)
[libretro ERROR] [melonDS] Failed to allocate memory using ftruncate! (Bad file descriptor)

So can you make a test with AppImage package ?

To launch it just click on RetroArch-Linux-x86_64.AppImage after decompressing the archive.

Thank you.

@Fermsdx
Copy link
Author

Fermsdx commented Sep 26, 2024

@gouchi Hi, I tried but appimage doesnt even open

@gouchi
Copy link

gouchi commented Sep 26, 2024

@Fermsdx I made a quick test on Lubuntu 24.04.1 and you will need some packages which are not installed by default.

apt update && apt install -y libfuse2t64 libjack0

Thank you.

@Fermsdx
Copy link
Author

Fermsdx commented Sep 27, 2024

@gouchi I tested it, unlike the snap version the core works here, but i can't either import or run content directly, i just start the core without content.
here's the log
retroarch.log
thanks!

@gouchi
Copy link

gouchi commented Sep 27, 2024

@Fermsdx It seems you are missing BIOS according to

[libretro ERROR] Failed to open firmware file "/home/fernando/.config/retroarch/system//notfound" for reading

But it is strange path, it should have redirected to your RetroArch-Linux-x86_64.AppImage.home directory.

Anyway, try to add your BIOS to your system directory in your home directory.

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
Status: No status
Development

No branches or pull requests

3 participants