Skip to content
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

Citra_MMJ_20240520 版本前端启动崩溃 #941

Open
EagleFlyInSky opened this issue Jun 13, 2024 · 0 comments
Open

Citra_MMJ_20240520 版本前端启动崩溃 #941

EagleFlyInSky opened this issue Jun 13, 2024 · 0 comments

Comments

@EagleFlyInSky
Copy link

Citra_MMJ_20240520 新版本通过daijisho启动游戏崩溃

相关信息

日志报错
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 5746 (org.citra.emu), pid 5746 (org.citra.emu)

测试参数

-n org.citra.emu/org.citra.emu.ui.EmulationActivity -a android.intent.action.VIEW -e GameId 0004000000176E00 -e GamePath "/storage/741A-9000/Emluator/Roms/3DS/塞尔达传说 三剑客.cci"
运行成功

-n org.citra.emu/org.citra.emu.ui.EmulationActivity -a android.intent.action.VIEW -e GamePath "/storage/741A-9000/Emluator/Roms/3DS/塞尔达传说 三剑客.cci"
运行崩溃

if (mGameId == null || mGameId.isEmpty()) { mGameId = NativeLibrary.GetAppId(mGamePath); mGameName = NativeLibrary.GetAppTitle(mGamePath); }

错误应该发生在 NativeLibrary.GetAppId(mGamePath); 方法中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant