We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On macOS and Gentoo Linux, When building the examples with the provided CMake.txt file, as below:
cd projects/CMake mkdir build cd build cmake .. make
When I run the example file rres_load_image, I see the following RRES output:
rres_load_image
RRES: CDIR: Central Directory found at offset: 0x00aaf736 RRES: CDIR: Central Directory file entries count: 20 RRES: INFO: Loading resource from file: resources.rres RRES: INFO: Found requested resource id: 0x5809cde2 RRES: IMGE: Id: 0x5809cde2 | Base size: 786452 | Packed size: 195662 RRES: WARNING: IMGE: Data decryption failed, wrong password or corrupted data
As expected, it appears the image does not load, as seen below:
My environments are as follows.
OS: macOS Sonoma 14.7.1 Chip: Apple M3 Max
OS: Gentoo 2.17 CPU: Intel Core i5-8350U
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On macOS and Gentoo Linux, When building the examples with the provided CMake.txt file, as below:
When I run the example file
rres_load_image
, I see the following RRES output:As expected, it appears the image does not load, as seen below:
My environments are as follows.
OS: macOS Sonoma 14.7.1
Chip: Apple M3 Max
OS: Gentoo 2.17
CPU: Intel Core i5-8350U
The text was updated successfully, but these errors were encountered: