JohnnyonFlame / FNAPatches

A repository containing Handheld and SBC Focused FNA game patches.
MIT License
15 stars 4 forks source link

R36S - Salt and sanctuary only launches by FILEMANAGER #2

Closed leld21 closed 3 months ago

leld21 commented 3 months ago

Hi! installed the salt and sanctuary port on my r36s using 04-11-24 version of ArkOS. It launched fine on the PORTS executable until the screen of "saving automatically", then it crashes with some console prompts. I tried using the filemanager to launch the .sh file as i saw on a the portmaster discord message and it worked fine (nice fps btw, between 30-40). Is there a fix for this? why it doesnt work using the launcher on PORTS?

JohnnyonFlame commented 3 months ago

Please post the log file for both the successful and the failed launch.

leld21 commented 3 months ago

Ok. Here are the two logs i got from salt and sanctury folder. crash log.txt success log.txt

JohnnyonFlame commented 3 months ago

"Device or resource busy" is the same bug that happens on muOS - I think it's due to an application taking control of ALSA in the background and causing a resource starvation scenario.

The fix here I think is enabling dmix on your alsa config, it's an annoying ArkOS regression that keeps coming back over and over.

leld21 commented 3 months ago

Got this working following this other issue on ArkOs. Basically the problem is what you said. https://github.com/christianhaitian/arkos/issues/884