fifomori / android

OMORI+NWCompat launcher for Android
MIT License
21 stars 0 forks source link

Black Screen crash to Home Screen #7

Closed Soloem closed 1 month ago

Soloem commented 1 month ago

I've reviewed quite a few of the issues posted here and followed some other information elsewhere and I can't seem to get it to run. It gets stuck on a black screen (which can turn gray if I press a button, using a Retroid Pocket handheld even without controller support). Or just crashes back to the Home Screen.

I'm using the newly release Beta.

I currently have the www folder in storage/emulated/0/OMORI/www as it seemed the app was having trouble getting it on an SD Card or within too many folders. I have also tried just simply using the OMORI directory and the www directory.

www causes the back to Home Screen crash. OMORI does nothing and stays on a black screen.

www Log omori.log

OMORI Log omori.log

The chip is also a Unisoc T618, so it may simply be possible that this won't boot due to that.

cafeed28 commented 1 month ago

Please run adb logcat -c then adb logcat, crash the game (with www folder set as installation directory) and send the output here

Soloem commented 1 month ago

Here's the output:

https://pastebin.com/57JGAp01

cafeed28 commented 1 month ago

Looks like your webview is crashing, you can try to download Android System WebView Beta from play store and set it as WebView implementation in Developer settings image image

Soloem commented 1 month ago

That did indeed fix it. Thanks!