Opened 7 years ago

Closed 6 years ago

Last modified 5 years ago

#10024 closed defect (fixed)

ANDROID: Black screen hang on start up

Reported by: dafioram Owned by: csnover
Priority: blocker Component: Port: Android
Version: Keywords: has-pull-request
Cc: Game:

Description

If I start up the latest build-bot android build (2c6b2532dd19d0ff268dc1c099f4bf18e86a42da July 30) for android-arm and install it on my Android 4.0 tablet or Android 7.0 phone it installs fine, but every time I start the program it hangs at a black screen.

The release versions of scummvm android work just fine.

Merging PR:898 to master may solve this problem.

Attachments (7)

2017-08-01-08-21-26.txt (656.1 KB ) - added by dafioram 7 years ago.
catlog
scummvm-debug-2017-11-23-11-33-07.txt (12.3 KB ) - added by spinktvis 6 years ago.
scummvm-pr-2017-11-23-11-34-32.txt (17.0 KB ) - added by spinktvis 6 years ago.
scummvm debug Screenshot_20171123-113511.png (66.9 KB ) - added by spinktvis 6 years ago.
scummvm pr Screenshot_20171123-113527.png (93.1 KB ) - added by spinktvis 6 years ago.
scummvm-2017-11-25-21-52-35.txt (19.9 KB ) - added by spinktvis 6 years ago.
Screenshot_20171125-215422.png (46.0 KB ) - added by spinktvis 6 years ago.

Download all attachments as: .zip

Change History (28)

comment:1 by dafioram, 7 years ago

by dafioram, 7 years ago

Attachment: 2017-08-01-08-21-26.txt added

catlog

comment:2 by dafioram, 7 years ago

Maybe someone could build a current version with PR898 merged in and I can test that and provide feedback? I don't have a build environment for android set up.

comment:3 by csnover, 6 years ago

Priority: highblocker

Raising all identified crasher, hang, and memory violation bugs which I could not fully triage myself to blocker priority for the next release.

comment:4 by csnover, 6 years ago

Keywords: has-pull-request added

comment:5 by csnover, 6 years ago

Owner: set to csnover

comment:6 by csnover, 6 years ago

I can’t reproduce a black screen on startup regardless of how the activities are set up in AndroidManifest.xml. Here are the builds I use, which you may try. One is an essentially vanilla build from master, the other is the same but with PR#898 applied:

https://www.dropbox.com/s/s7us7dc6wc7uvic/ScummVM-debug.apk?dl=0
https://www.dropbox.com/s/dzlbd52am0jly52/ScummVM-debug-PR898.apk?dl=0

Eliminating the second activity doesn’t make a lot of sense to me in terms of getting things working since with its intents should only apply to Android TV devices using the Leanback interface.

Please let me know promptly if either or both of these builds work. Thanks!

Last edited 6 years ago by csnover (previous) (diff)

comment:7 by dafioram, 6 years ago

I am out of town and will be returning on Tuesday.

comment:8 by dafioram, 6 years ago

On my android phone I cannot install either package. It says that it cannot be parsed.

comment:9 by dafioram, 6 years ago

Also the file sizes are both under 1mb while the 1.9.0.1 release is about 15 mb so maybe something is up with that or maybe the debug yoi made doesnt include any engines so that is why they may be so small.

comment:10 by csnover, 6 years ago

Yes, these builds include only one engine (SCI) so they are smaller than a full build. They are also armv7a builds, which will not run on extremely old/low-end devices. I don’t know what is required to install an APK that is not signed by a valid key; I had no issues using adb install to sideload these directly onto an Android 4.1 tablet, but I would imagine that Android would refuse to install them if you download them directly onto a normal device without developer mode enabled.

Version 0, edited 6 years ago by csnover (next)

by spinktvis, 6 years ago

by spinktvis, 6 years ago

comment:11 by spinktvis, 6 years ago

I've attached two logs, one for the debug build, the other for the debug PR build. Screenshots as well. As you can see, the debug build gives black screen. The PR build I can at least see the ScummVM menu.

comment:12 by spinktvis, 6 years ago

Forgot to add, I'm running a custom ROM, crdroid 3.8.3, android 7.1.2, on my 1+5. Both builds don't work, and crash. Even if I click OK on the error, ScummVM doesn't respond to my touch.

comment:13 by csnover, 6 years ago

I have generated a new build which should fix both issues. Please give it a try and let me know how it goes: https://www.dropbox.com/s/s7us7dc6wc7uvic/ScummVM-debug.apk?dl=0

Please note that this build is signed with a different debug key than the old one, so you will need to explicitly uninstall the old build before trying to install this one.

comment:14 by spinktvis, 6 years ago

Confirmed that both issues I described earlier are fixed on my device. Unfortunately I don't have a SCI game installed on my phone to test further with. Thanks so much for the fixes, I'm looking forward to running nighties again on my phone.

comment:15 by csnover, 6 years ago

Resolution: fixed
Status: newclosed

Thanks for your report! A patch for this issue has been added in commit 404657d80d9e21c31771bdeec9b58317ec3fd938 and will be available in daily builds 2.0.0git-15 and later.

comment:16 by spinktvis, 6 years ago

One "regression" I noticed when playing around with the latest buildbot build, is that MT32 emulation is not baked in. The beta build sev placed on the forum (http://forums.scummvm.org/viewtopic.php?t=14364) does include it and it works perfect, would it be possible to include it for the buildbot builds?

Other than that the build runs fine, been playing Riven.

comment:17 by csnover, 6 years ago

Here is a build with SCUMM, SCI, and Mohawk engines built in with the MT-32 emulator enabled. Please let me know how it works:

https://www.dropbox.com/s/du30rkhldjhqkn4/ScummVM-debug.apk?dl=1

by spinktvis, 6 years ago

by spinktvis, 6 years ago

comment:18 by spinktvis, 6 years ago

With the last build it seems I've got the SD card bug, unable to browse the storage. Attached log and screenshot.

comment:19 by csnover, 6 years ago

Please open new tickets for new bugs and make sure to provide the information requested at https://bugs.scummvm.org. Thanks!

comment:20 by spinktvis, 6 years ago

Created a ticket here: https://bugs.scummvm.org/ticket/10333

comment:21 by digitall, 5 years ago

Component: PortsPort: Android
Note: See TracTickets for help on using tickets.