-
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
Crash on arm64 when launching PPSSPP from an intent and then loading an ISO #12825
Comments
put your phone full specifications |
@kenkieo what devices are you using? |
@Panderner the iso is too large,i can`t upload it |
This is why you can't upload iso files it's illegal. |
Of course, when the game is launched from other apps, the parameters passed in look like this,
and it will crash |
No crash here. |
@kenkieo what game, can you try ppsspp buildbot apk!? |
@Emulatorer @Panderner |
My phone Realme C2 works fine when I running any games. |
@Emulatorer @Panderner the video |
some log
|
@kenkieo try the apk here https://buildbot.orphis.net/ppsspp/index.php |
@Emulatorer |
@kenkieo just try the apk from there in the ppsspp buildbot and if it's still crash follow the steps in the description below. Can you try providing a log? Either from adb or the web debugger: https://github.com/hrydgard/ppsspp/wiki/How-to-get-an-adb-logcat-from-a-PC |
@kenkieo still crashing using the latest ppsspp from ppsspp buildbot!? |
Does seem like a bug, it should be possible to start PPSSPP that way. Do you have an example of an existing app that launches PPSSPP that I can use to test this? |
@Panderner @Emulatorer |
@kenkieo what's is the use of this https://github.com/kenkieo/emu_test.git |
It's for me to repro the bug for testing, don't worry about it. |
@hrydgard @Emulatorer |
Yeah, thanks kenkeio, I'll test it later today. |
The crash is happening in an unlink block from invalidating the icache, when creating an HLEHelperThread. Just to confirm, does this happen with cube.iso? I'm guessing it may only happen in specific cases. -[Unknown] |
@hrydgard how fix the bug or how start game from other app |
I built a PPSSPP Gold in Debug mode (changed the variantFilter in build.gradle to
to make that possible). Then I launched your app, clicked PPSSPP, and chose an ISO file. Instead of crashing inside PPSSPP, I got the following rather odd errors:
This can't be good:
Note how it's org.ppsspp.ppssppgold on the left, and org.ppsspp.ppsspp on the right. Hm... |
I believe this old issue is fixed, closing. Please re-open if not. |
What happens?
crash on arm64 all phones
android:versionCode="19030000"
android:versionName="1.9.3.0"
The text was updated successfully, but these errors were encountered: