-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Manually downloaded/extracted cores are not listed in "Load Core" #16128
Comments
@RobLoach Can you please give me a minute on this? |
Logs |
The logs directory is empty. What do you want me to do specifically? |
Enable verbose logging and post the logs https://docs.libretro.com/guides/generating-retroarch-logs/ |
Here you go: retroarch.log |
When you go to Load Core, it doesn't appear? It's likely because the info file isn't there or something. Try passing it as an command line argument.
As for AppImage, make an issue for the repo over at https://github.com/hizzlekizzle/RetroArch-AppImage AppImage uses its own set of libraries to my knowledge, so there's likely a missing library that bsnes-hd expects if it errors out when loading. |
Rob, you made my day! 😁 It's working with the command (I added them to the proposed documentation sample). |
This is not an Appimage issue for me specifically. I just reproduce the issue for the retroarch package for GNU/Linux. Should the issue be re-opened @RobLoach ? |
I believe you need the associated .info file. Either that or RetroArch is unable to load the file for the data itself. |
Yeah. I'm running Trisquel 11 (a distro based on Ubuntu 22.04). I really want to solve this. Why don't you think that the issue should be re-opened? |
Info files currently have their own user settable directory. Check if your core info file is in the setting your RetroArch install has as the info directory in settings > directory. In a sandbox, it's more complicated to access those, as I'm sure you know if you're trying it. |
"Something is going on somewhere in your system, then, because it should definitely work for a regular linux install (self-compile or whatever). And, of course, "works on my machine"" - @hizzlekizzle I just merged the discussion here so I have everything gathered in one place. |
[This is a copy of: https://github.com//issues/16128]
First and foremost consider this:
Description
I cannot load any core that I have manually downloaded and extracted to the core directory.
This issue could be reproced for:
retroarch
GNU/Linux packageInterestingly, hizzlekizzle could not reproduce my issue.
Expected behavior
Should it not be listed? What have I missed?
Actual behavior
The
bsnes hd
is not listed inLoad Core
As Rob taught me, I had to run:
./RetroArch-Linux-x86_64.AppImage -L RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/cores/bsnes_hd_beta_libretro.so "~/Downloads/Legend of Zelda, The - A Link to the Past (USA).sfc"
Steps to reproduce the bug
Load Core
-- it's empty, thebsnes-hd beta
core is not listed, so it cannot be loaded.Bisect Results
[Try to bisect and tell us when this started happening]
Version/Commit
You can find this information under Information/System Information
Environment information
The text was updated successfully, but these errors were encountered: