diff --git a/docs.py b/docs.py index 852864c..4cba2a2 100644 --- a/docs.py +++ b/docs.py @@ -53,7 +53,8 @@ SEGA_CONTENTS = { "groovemaster.html": "GrooveMaster.ini", }), "manual": ("Manual", { - "keychip.html": "Keychip Modding" + "errors.html": "Error Codes", + "keychip.html": "Keychip Modding", }), # "network": ("Networking", { # "allnet.html": "ALL.Net" diff --git a/templates/pages/sega/manual/errors.html b/templates/pages/sega/manual/errors.html new file mode 100644 index 0000000..1872a82 --- /dev/null +++ b/templates/pages/sega/manual/errors.html @@ -0,0 +1,370 @@ +{% extends "sega.html" %} +{% block title %}RingEdge Errors{% endblock %} +{% block body %} +

RingEdge Errors

+ +

mxstartup

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Error codeMessageMeaning
0500SecurityCheck error
0501CheckEwfState error
0502GetSystemVersion error
0503GetsystemKeyFile
0504SetDiskAccessPrivilege
0505MountSystem
0506MountUpdate error
0507ExecuteMaMaster
0508GetOSUpdateKeyFile error
0509ExecuteMxOSUpdate error
0510ChangeEWFStateEnable error
0511GetSBRSlotOSState error
0512Deleate Key File error
0513MountDriver error
0514CheckPlatform error
0540Unmount error
0541MountRecoveryVolume error
0543MxChangeActivePartition error
0545osuSystemReboot error
0546GetSystemDiskNumber error
????SetBackupComputerName failed
+ +

mxsegaboot

+ + + + + + + + + + + + + + + +
Error codeMessageMeaning
0010Unexpected Game Program Failure
+ +

mxGetHwInfo

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Error codeMessageMeaning
0901Wrong Platform
0902Wrong System Program
0905Graphic Function Not Found
0906Sound Function Not Found
0907Not Enough System Memory
0908Not Enough SRAM
0909Not Enough Storage Device
0910Wrong Resolution Setting
0911Wrong Horizontal / Vertical Setting
0950PCI Device Not Found
0950USB Device Not Found
0083Storage Device Not Acceptable
+ +

ALLNetProc

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Error codeMessageMeaning
0008Keychip Access Failed
0025Main Board Malfunction
0027Low Battery
8001Network address error(DHCP)
8002Network setting error(SYSTEM)
8003Network address error(Dup.IP)
8004Network setting error(Dup.IP)
8005Network type error(WAN)
8006Network timeout error(DHCP)
8007Network timeout error(DNS-WAN)
8008Network timeout error(DNS-LAN)
8103ALL/Net System error(TIMEOUT)
8104ALL/Net System error(REG)
8106ALL/Net System Caution
8111ALL/Net System error(REG)
8113ALL/Net System error(MODE)
0949Keychip Not Found
0800Unknown Error.Generic error code. Check the event log for details
0801Unknown Error.Generic error code. Check the event log for details
0802Unknown Error.Generic error code. Check the event log for details
0803Unknown Error.Generic error code. Check the event log for details
0901Unknown Error.Invalid serial number
+ +

maimai

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Error codeMessageMeaning
3101Touch Sensor Error
3102Touch Sensor Not Found
31031P/2P Touch Sensor Error(INITIALIZE)
3501LCD and main board are not connected correctly
+{% endblock %} \ No newline at end of file