From a190eda061c2b3f76141993104f04d4d2dfe3594 Mon Sep 17 00:00:00 2001 From: Leo626 Date: Fri, 20 Jan 2017 18:37:13 -0400 Subject: [PATCH] Add "Break reason: Panic" and "Emulated program broke execution!" error --- FAQ.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index c1fdd89..07defa8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -24,7 +24,13 @@ Refer to [Dumping Game Cartridges](https://github.com/citra-emu/citra/wiki/Dumpi Most of Pokémon games work properly but some are unplayable (we don't know why yet). -The ones that do work require a [[Home Folder dump|Dumping System Archives and the Shared Fonts from a 3DS Console]] and crashes are common. +The ones that do work require a [[Home Folder dump|Dumping System Archives and the Shared Fonts from a 3DS Console]] and crashes are common. + +If the console prints the following error log, then the Home Folder dump is missing. +``` +Debug.Emulated core\hle\svc.cpp:SVC::Break:466: Break reason: PANIC +Debug.Emulated core\hle\svc.cpp:SVC::Break:450: Emulated program broke execution! +``` #### Does _Citra_ support network connectivity or online play? No, Network has not yet been implemented in _Citra_ therefore any online function does not work.