touchHLE
touchHLE copied to clipboard
Only a white screen is displayed on PowerVR devices
I tried using touchHLE on my old phone, but when I start it, I only see a white screen. I've tried different OpenGL options, but the result is always the same. Here is the logcat file from the phone. Thank you for this great app. logcat.txt
Hi, could you upload the log.txt file from the touchHLE directory? I think it is in /sdcard/Android/data/org.touchhle.android/files.
Alright log.txt
Thanks!
From the log I can see what GPU you have:
touchHLE::window: Driver info: OpenGL ES-CM 1.1 / Imagination Technologies / PowerVR Rogue GE8100
I'd previously gotten a report from someone else that had this problem, and they also had a PowerVR GPU. So this issue has something to do with PowerVR.
I don't have a PowerVR device myself, so I probably can't fix this quickly, but thank you for telling me about it. I might contact you at some point in order to try to debug this.
Sure! 👍
Btw @ciciplusplus may have found the problem: NPOT textures. At least, that is the problem on iOS, so it might be on Android. Fixing touchHLE's code so it doesn't need NPOT texture sizes is a bit tedious, but doable. Not a priority for me.