-
Notifications
You must be signed in to change notification settings - Fork 50
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
SDL Error when opening with EXTERNAL_DATA checked #70
Comments
same |
Oh! I was about to make a new issue with this, cuz I have the same problem... Hopefully someone can find a solution. (I wanna do Render96 textures and models, y'know! Yeah, I know there's a precompiled one, but... eh.) |
same here |
It's because the sm64port is designed to run lower than android 11, so the access to files is limited, so the code can't read the base,zip |
Solved, doesn't crash if used with the latest SDL version |
When Termux compiles the APK with EXTERNAL_DATA checked, I get a popup "SDL Error" immediately on launching the SM64 app. The app works file if compiled with EXTERNAL_DATA not checked, but the option to enable the Render96 textures is not in the DynOS menu (as expected).
I feel like I'm missing something simple and fundamental here, but I've retraced my steps several times and the same thing happens.
Thanks
The text was updated successfully, but these errors were encountered: