Added a space in between a quote and the sentence below it. Just in case the site parses it weirdly otherwise.

SleepingSnakezzz 2022-04-27 13:27:58 +02:00
parent 7a38adf7c9
commit ebd8a72d9d

1
FAQ.md

@ -281,6 +281,7 @@ HW.Memory <Error> core/memory.cpp:Read:322: unmapped Read32 @ 0x0000008C at PC 0
HW.Memory <Error> core/memory.cpp:Read:322: unmapped Read32 @ 0x00000090 at PC 0x00332C54 HW.Memory <Error> core/memory.cpp:Read:322: unmapped Read32 @ 0x00000090 at PC 0x00332C54
HW.Memory <Error> core/memory.cpp:Read:322: unmapped Read32 @ 0x00000094 at PC 0x00332C54 HW.Memory <Error> core/memory.cpp:Read:322: unmapped Read32 @ 0x00000094 at PC 0x00332C54
``` ```
This line may repeat itself over and over, making for a very big log file (sometimes also including some unmapped writes). What this usually means is one of 3 things: This line may repeat itself over and over, making for a very big log file (sometimes also including some unmapped writes). What this usually means is one of 3 things:
1. You have an incompatible cheat code active. The log file will tell you if there are any cheat codes active earlier in the log file: `Core.Cheats <Warning> core/cheats/gateway_cheat.cpp:SetEnabled:432: Cheats enabled. This might lead to weird behavior or crashes` 1. You have an incompatible cheat code active. The log file will tell you if there are any cheat codes active earlier in the log file: `Core.Cheats <Warning> core/cheats/gateway_cheat.cpp:SetEnabled:432: Cheats enabled. This might lead to weird behavior or crashes`