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

Large file support missing #198

Open
pasnox opened this issue Jun 19, 2022 · 0 comments
Open

Large file support missing #198

pasnox opened this issue Jun 19, 2022 · 0 comments

Comments

@pasnox
Copy link

pasnox commented Jun 19, 2022

The core is lacking proper large file support.
This can lead to crash in some case, by example for me on rclone mount points.
In the scummvm file browser (add game) - rclone mount points where not browsable, still those mount points were from the RetroArch front end.
When starting scummvm games from the frontend then scummvm lead to RA crash.
I tracked and fixed the crash for myself (libreelec / rpi3), So I did not pushed a pull review as it need proper support for all systems.

What I done to fix it for me is to add this define:

DEFINES += -D_FILE_OFFSET_BITS=64

Both in Makefile and Makefile.common.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant