Dolphin, the GameCube and Wii emulator - Forums
black screen using latest build - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Android (https://forums.dolphin-emu.org/Forum-android)
+--- Thread: black screen using latest build (/Thread-black-screen-using-latest-build)

Pages: 1 2


black screen using latest build - bobbydazzler1985 - 10-26-2014

I have downloaded the latest android build number 735 on my xperia z1 compact and now games like timesplitters 2 that was working all i get is a blackscreen with all my games.please help.


RE: black screen using latest build - TIMMY - 10-27-2014

I just tried build 740 and I have the same issue, I have a Tab Pro (same chipset as the Z1), and the last working build for me was 716.

Since 717 the app doesn't even reach the list menu at all
However in 725 it was fixed (it was a revert from 717): but now there is no video at all (still sound), in OpenGl. Somewhere between 718-724 something completely broke the graphics.

I'm not a programmer but by the looks of the Comments I think it's 718 or 721 (only 2 graphical changes), but I think it's 721.

Off topic a bit but I wish there was some guide on how to compile for android, at least we could experiment a bit Big Grin

EDIT: sorry software render does work, was just impatient and didn't relize.


RE: black screen using latest build - Sonicadvance1 - 10-27-2014

The blackscreen issue is from degasus enabling post processing at all times. This hits a bug on Qualcomm devices with older drivers since attributeless rendering produces a black screen.
I'm working on implementing a workaround for these devices.


RE: black screen using latest build - Nintonito - 10-27-2014

(10-27-2014, 08:41 PM)Sonicadvance1 Wrote: The blackscreen issue is from degasus enabling post processing at all times. This hits a bug on Qualcomm devices with older drivers since attributeless rendering produces a black screen.
I'm working on implementing a workaround for these devices.

Isn't post processing supposed to be optional? Or is this different from the PC option? I was under the impression it would be the random shader filters.


RE: black screen using latest build - Sonicadvance1 - 10-27-2014

We've enabled it at all times even if it is "disabled" without a PP shader selected.
Someone's working on some code that this change will make their life easier.


RE: black screen using latest build - Nintonito - 10-27-2014

(10-27-2014, 08:57 PM)Sonicadvance1 Wrote: We've enabled it at all times even if it is "disabled" without a PP shader selected.
Someone's working on some code that this change will make their life easier.

I think I get what you are going for. Maybe.


RE: black screen using latest build - bobbydazzler1985 - 10-30-2014

Is there an update when this black screen issue is going to be resolved? Every game i play is now blackscreened


RE: black screen using latest build - Sonicadvance1 - 10-30-2014

I have a workaround in in a PR coming up.
It fixes the black screen issue and the rotation issue on all devices.

https://github.com/dolphin-emu/dolphin/pull/1440


RE: black screen using latest build - TIMMY - 10-30-2014

That's awesome! looking forward to it Big Grin


RE: black screen using latest build - Sonicadvance1 - 10-31-2014

This fix is now merged in to master. Fixes issues all the way back to the first OpenGL ES 3.0 adreno driver interestingly enough.