VDavid003 / sm64-port-android-base

A port of https://github.com/sm64-port/sm64-port for Android.
181 stars 49 forks source link

SDL Error when opening with EXTERNAL_DATA checked #70

Open RickyEarl opened 2 years ago

RickyEarl commented 2 years ago

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

Moltenbastian commented 2 years ago

same

TripleLLL9 commented 1 year ago

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.)

Algiuxs commented 6 months ago

same here

Algiuxs commented 6 months ago

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

Algiuxs commented 2 months ago

Solved, doesn't crash if used with the latest SDL version