We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 新版本通过daijisho启动游戏崩溃
相关信息
日志报错 Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 5746 (org.citra.emu), pid 5746 (org.citra.emu)
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 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" 运行崩溃
-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); 方法中
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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); 方法中
The text was updated successfully, but these errors were encountered: