From f41040ee19903be5eb3e7ba700883b5bfb575cc9 Mon Sep 17 00:00:00 2001 From: Dniel97 Date: Thu, 8 Aug 2024 06:13:21 +0000 Subject: [PATCH] Improved sections, close #9 --- FAQ.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ce425c8..422b721 100644 --- a/FAQ.md +++ b/FAQ.md @@ -123,6 +123,8 @@ enable=1 Domain `mobirouter.loc` or `dslrouter.loc` has been resolved, which should be stubbed by segatools. Change your DNS server to a different one. +## In-Game error codes + ### Error 0000 - Unexpected Error Occurred Bad dump, get a better one! @@ -178,6 +180,8 @@ Function: enum am::util::ModuleContext<3>::Status __cdecl am::netdeliver::Contex Message: amGfetcherInit(). ErrCode -1. ``` +Find your exact error message in the [AM Daemon](#am-daemon-error-codes) section down below. + ### Error 6401 - I/O board not connected Restart the game and make sure you are not running out of CPU ressources. @@ -223,6 +227,10 @@ Update segatools and make sure it shows `DVD: hook enabled.` during startup, oth Update your segatools version or create a new TXT file, then rename it `first_ar.conf` inside `C:\Users\\temp`. + + +## AM Daemon error codes + ### ampdGd1232a01aInit(). ErrCode -4. Invalid VFD port number set. Update your segatools or check that your VFD has the same port defined as in the `config*.json`. @@ -241,4 +249,6 @@ Cannot write sysfile.dat in the amfs folder specified in `segatools.ini`. Check ### amGfetcherInit(). ErrCode -1 -ICF1 (ICF2) is missing in the amfs directory. Get a correct Installation Configuration File (ICF) for your game (the gameId must be correct). \ No newline at end of file +ICF1 (ICF2) is missing in the amfs directory. Get a correct Installation Configuration File (ICF) for your game (the gameId must be correct). + +Go to the [SEGAguide wiki](https://gitea.tendokyu.moe/Dniel97/SEGAguide/wiki) and select the corresponding page for your game. Head to the packages section, and download one with `ICF1` in it. \ No newline at end of file