-
Notifications
You must be signed in to change notification settings - Fork 56
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
Redump cue + bin set will not load on 3DS #185
Comments
|
Ok great. Is this the fault of the dumps or the core? If it's the fault of the dumps, why does PCE FAST handle them fine on multiple other platforms? |
check this as well. i could be wrong, there is probably no fallback bios file to use if this one does not exist (i dont maintain this core, so not sure). in anycase you should be using sycard3.pce for most PCECD games and not the others. Just delete your pce config file when you have the correct bios installed and try again, or just load a PCE-Hucard game and set the core option for bios back to use "syscard3.pce"(assuming you have the file already). close core and load a pcecd game. |
I was trying syscard2 at this point because I had some doubts about the integrity of my syscard3 file, then switched back with no discernable difference. At any rate, the games run fine once converted to chd, so I don't think it could be a bios issue, unless chd files effect the way the bios is loaded somehow. |
change back to the correct bios, change logging level to DEBUG for both frontend and core and reupload log again (what i with the <> when editing so it retains the log formatting) just to be sure, you are not loading .cue/bin in compressed format, right...? |
From the same set I tested Bonk III, and it loaded fine without any conversion to CHD. Below is a log of Bonk III loading, then Dragon Slayer failing to load, plus their .cue files. Keep in mind that this copy of Dragon Slayer loads fine for me using PCE FAST on Windows 10, so this seems to be exclusively a 3DS issue.
|
from your logs, this seems to fail on MDFNI_LoadGame or either when allocating memory for surf. If it worked when using chd format instead (which you should), then its indeed 3DS' memory limitation. |
Interesting. If this is unfixable, let me know if I should close it. I'm available for further testing of this issue with this set if anyone is interested. Also for the record, this is a N3DS. |
Content fails to load when attempting to load PCE CDs in the redump format of CUEs with multiple BINs, on 3DS only.
These same sets load fine using PCE FAST on Windows 10, Wii U and OpenDingux Beta.
I converted a copy of Ys to CHD format, and it loaded fine on 3DS, meaning this is not a bios issue.
I think it may have to do with long file names, but I'm not sure. Here's a log:
[INFO] [CONTENT LOAD]: Updating firmware status for: sdmc:/retroarch/cores/mednafen_pce_fast_libretro.cia on sdmc:/retroarch/system [INFO] [CORE]: Using content: sdmc:/retroarch/roms/PCE_CD/Ys Book I & II (USA)/Ys Book I & II (USA).cue. [INFO] [Core]: Content ran for a total of: 00 hours, 00 minutes, 00 seconds. [INFO] [Core]: Unloading core.. [INFO] [Core]: Unloading core symbols.. [INFO] [Video]: Average monitor Hz: 59.122620 Hz. (43.047 % frame time deviation, based on 2048 last samples). [INFO] === Build ======================================= [INFO] Capabilities: [INFO] Built: Mar 30 2021 [INFO] Version: 1.9.1 [INFO] ================================================= [INFO] [Input]: Found input driver: "ctr". [INFO] [Overrides]: No core-specific overrides found at "sdmc:/retroarch/config/Beetle PCE Fast/Beetle PCE Fast.cfg". [INFO] [Overrides]: No content-dir-specific overrides found at "sdmc:/retroarch/config/Beetle PCE Fast/Ys Book I & II (USA).cfg". [INFO] [Overrides]: No game-specific overrides found at "sdmc:/retroarch/config/Beetle PCE Fast/Ys Book I & II (USA).cfg". [INFO] [Environ]: GET_CORE_OPTIONS_VERSION. [INFO] [Environ]: RETRO_ENVIRONMENT_SET_CORE_OPTIONS_INTL. [INFO] [Environ]: SET_CONTROLLER_INFO. [INFO] Core requested VFS version >= v1, providing v3 [INFO] [Remaps]: Remap directory: "sdmc:/retroarch/config/remaps". [INFO] [Overrides]: Redirecting save file to "sdmc:/retroarch/cores/savefiles/Ys Book I & II (USA).srm". [INFO] [Overrides]: Redirecting save state to "sdmc:/retroarch/cores/savestates/Ys Book I & II (USA).state". [INFO] [Environ]: GET_LOG_INTERFACE. [INFO] [Environ]: SYSTEM_DIRECTORY: "sdmc:/retroarch/system". [INFO] [Environ]: SET_PIXEL_FORMAT: RGB565. [libretro INFO] Frontend supports RGB565 - will use that instead of XRGB1555. [INFO] [Environ]: GET_PERF_INTERFACE. [INFO] [Environ]: SET_SUPPORT_ACHIEVEMENTS: yes. [INFO] [Environ]: PERFORMANCE_LEVEL: 5. [INFO] [CONTENT LOAD]: Content loading skipped. Implementation will load it on its own. [INFO] [Environ]: SET_INPUT_DESCRIPTORS: [INFO] [Environ]: SET_AUDIO_BUFFER_STATUS_CALLBACK. [libretro INFO] PCE CD Audio settings changed. [libretro INFO] Loading sdmc:/retroarch/roms/PCE_CD/Ys Book I & II (USA)/Ys Book I & II (USA).cue... [libretro WARN] Unsupported CUE sheet directive: "CATALOG". [libretro INFO] Loading SBI file "sdmc:/retroarch/roms/PCE_CD/Ys Book I & II (USA)/Ys Book I & II (USA).sbi"... [libretro INFO] MDFN_MakeFName: sdmc:/retroarch/system/syscard2.pce [ERROR] [CONTENT LOAD]: Failed to load content
The text was updated successfully, but these errors were encountered: