-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulkan android no more working on every build after v1.5.4-582-gb3957ff35 #10662
Comments
Work fine in my S6 and one plus 5T Oreo |
That‘s weird,i’d tried every build after v1.5.4-582-gb3957ff35,non of them working. |
So 587 crashes? Or black screen? Very surprising, that change should have been quite safe... If 582 works but 587 crashes, the culprit is #10645 |
with vulkan backend ppsspp can't start and turn back to phone, by edit back to opengl in ppsspp.ini manually can start normaly |
Can you get ADB logs from your device? Would like to see how it crashes. |
How to get ABD logs? |
Use the adb tool from the Android SDK. Here's an old tutorial I found, hopefully it works: |
--------- beginning of main |
alogcat.2018-03-01-15-43-11+0800.txt |
Yeah, exactly, but get it right after the crash. Also if you run it like this, it will filter out irrelevant things:
|
alogcat.2018-03-01-15-58-29+0800.txt |
I don't see anything from PPSSPP in those... |
c:\adb>adb logcat -s DEBUG PPSSPPNativeActivity PPSSPP NativeGLView NativeRenderer NativeSurfaceView |
is it that? |
Yup, that's it! Still rather odd that it crashes there, but good to know. It's when we load the UI atlas texture, which now happens at a different point during load. |
Thanks god i got the right ADB logs(¯―¯٥) |
I cut down the log you pasted a bit, only needed the last bit :) I'm making a new commit shortly that will add some more logging so later I'm going to ask you do to this again, to understand the problem.. |
ok |
As mentioned in the comments in ee752f5, this is now fixed. |
What happens?
Whenever select vulkan backend ppsspp won't start .
What should happen?
Opengl is OK.
What hardware and operating system are you running PPSSPP on? GPU might matter if it's a graphical issue.
Oneplus 5 Oneplus A5000 OxygenOS 4.5.15 Android 7.1.1
The text was updated successfully, but these errors were encountered: