Ruka-CFW / s30-cfw

Custom FW for PocketGO S30 Game Console
Other
16 stars 4 forks source link

xrick cant extract zip file #23

Closed MikeBergmann closed 2 years ago

MikeBergmann commented 2 years ago

Describe the bug

It seems that there is something missing for xrick to extract his zip file.

Custom Firmware version: [e.g. v3.0 Alpha 1]

S30 CFW v0.2

See:

[INFO] === Build =======================================
[INFO] Capabilities:  NEON VFPv3 VFPv4
[INFO] Built: Oct  5 2021
[INFO] Version: 1.9.10
[INFO] =================================================
[ERROR] Couldn't find any input driver named "sdl2"
[INFO] Available input drivers are:
[INFO]  s30
[INFO]  null
[WARN] Going to default to first input driver...
[INFO] [Core]: Loading dynamic libretro core from: "/mnt/extsd/cores/xrick_libretro.so"
[INFO] [Overrides]: No core-specific overrides found at "/mnt/extsd/retroarch/config/xrick/xrick.cfg".
[INFO] [Overrides]: No content-dir-specific overrides found at "/mnt/extsd/retroarch/config/xrick/xrick.cfg".
[INFO] [Overrides]: No game-specific overrides found at "/mnt/extsd/retroarch/config/xrick/data.cfg".
[INFO] [Environ]: SET_SUPPORT_NO_GAME: yes.
[INFO] [Environ]: SET_VARIABLES.
[INFO] [Remaps]: Remap directory: "/mnt/extsd/retroarch/config/remaps".
[INFO] [Overrides]: Redirecting save file to "/mnt/extsd/retroarch/saves/data.srm".
[INFO] [Overrides]: Redirecting save state to "/mnt/extsd/retroarch/states/data.state".
[INFO] [Environ]: SYSTEM_DIRECTORY: "/mnt/extsd/retroarch/system".
[INFO] [Environ]: CORE_ASSETS_DIRECTORY: "/mnt/extsd/retroarch/downloads".
[INFO] [Environ]: GET_SAVE_DIRECTORY.
[INFO] [Environ]: SET_PIXEL_FORMAT: XRGB8888.
[INFO] [CONTENT LOAD]: Core requires uncompressed content - extracting archive to temporary directory.
[ERROR] [CONTENT LOAD]: Failed to extract content from compressed file: /mnt/extsd/roms/xrick/data.zip

[INFO] [Core]: Content ran for a total of: 00 hours, 00 minutes, 00 seconds.
[INFO] [Core]: Unloading core..

The zip file works fine with simple 30.

MikeBergmann commented 2 years ago

Should be fixed by compiling the latest core.

See https://github.com/libretro/RetroArch/issues/12690

theVanZan commented 2 years ago

could you not just download it from: https://buildbot.libretro.com/stable/1.9.14/linux/

edit: nope just tried them both and no joy.

If you do compile the correct one if you could share it id be grateful.

acmeplus commented 2 years ago

The libretto cores from the build bot does not include xrick for armhf neon architecture. I've not tried xrick in ages, but just compiled the latest code. Give it a try and let me know if it works xrick_libretro.zip .

theVanZan commented 2 years ago

Works great! Thank you kind sir! :)

MikeBergmann commented 2 years ago

Yes, working. Thanks a lot.