mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Update FAQ
This commit is contained in:
parent
92e54168d2
commit
1c8cd72910
@ -13,6 +13,20 @@ description: FAQ & Troubleshooting for nds-bootstrap
|
||||
- Try with all cheats disabled for that game as some cheats are not compatible with nds-bootstrap at the moment, you can use <kbd class="l">L</kbd> to disable all cheats for a game
|
||||
- If it worked before, delete the `fatTable` and `patchOffsetCache` folders in `sd:/_nds/nds-bootstrap/`
|
||||
|
||||
#### nds-bootstrap troubleshooting
|
||||
If you get issues with using the latest version of nds-bootstrap, here's how you could troubleshoot it.
|
||||
|
||||
1. Run the game with different settings, including changing the ARM9 CPU Speed, DS / DSi Mode, sound quality, Card Read DMA, etc
|
||||
2. Delete the `fatTable` and `patchOffsetCache` folders in `sd:/_nds/nds-bootstrap/`
|
||||
3. It's probably not that big of an issue; ask in the [Discord server](https://discord.gg/yD3spjv)
|
||||
|
||||
If the server says it's an nds-bootstrap issue, check if the game hasn't been reported already on GitHub. Check the closed issues too in case we had one issue closed in preference a different one. If it doesn't have any GitHub issue attached to it, go ahead and make a new one.
|
||||
|
||||
Also, make sure you add it to the [compatibility list](https://wiki.ds-homebrew.com/nds-bootstrap/testing) on Google Sheets.
|
||||
|
||||
#### Why doesn't multiplayer work?
|
||||
This is a [known issue](https://github.com/DS-Homebrew/nds-bootstrap/issues/553) with cloneboot. Please wait for a fix.
|
||||
|
||||
#### Why are there issues with ROM loading, even though they're run natively?
|
||||
nds-bootstrap patches the ROM functions to run from an SD card, as the ROMs are hardcoded to read from Slot-1.
|
||||
There are also timing issues and AP measures (which most are already removed), both of which would cause the ROMs to not work properly.
|
||||
@ -42,13 +56,3 @@ Your cheat probably uses that type. It is not a fault of the cheat database, but
|
||||
|
||||
For more info on cheats, look [here](https://wiki.ds-homebrew.com/ds-index/retail-roms#action-replay-cheats).
|
||||
|
||||
#### nds-bootstrap troubleshooting
|
||||
If you get issues with using the latest version of nds-bootstrap, here's how you could troubleshoot it.
|
||||
|
||||
1. Run the game with different settings, including changing the ARM9 CPU Speed, DS / DSi Mode, sound quality, Card Read DMA, etc
|
||||
2. Delete the `fatTable` and `patchOffsetCache` folders in `sd:/_nds/nds-bootstrap/`
|
||||
3. It's probably not that big of an issue; ask in the [Discord server](https://discord.gg/yD3spjv)
|
||||
|
||||
If the server says it's an nds-bootstrap issue, check if the game hasn't been reported already on GitHub. Check the closed issues too in case we had one issue closed in preference a different one. If it doesn't have any GitHub issue attached to it, go ahead and make a new one.
|
||||
|
||||
Also, make sure you add it to the [compatibility list](https://wiki.ds-homebrew.com/nds-bootstrap/testing) on Google Sheets.
|
||||
|
||||
@ -20,6 +20,9 @@ Follow this guide to fix the issue: <https://3ds.hacks.guide/troubleshooting#dsi
|
||||
- If that doesn't work, format your SD card to FAT32 with 32 KB cluster/allocation size
|
||||
- If that also doesn't work, try a different SD card
|
||||
|
||||
#### Where is the Acekard/Wood UI theme?
|
||||
The acekard (also called Wood UI) theme was removed due to its buggy behaviour and causing SD Card corruption. Please wait for a fix. Progress for the return of this theme can be found in [this PR](https://github.com/DS-Homebrew/TWiLightMenu/pull/1109).
|
||||
|
||||
#### How do I fix TWiLight Menu++ restarting or giving a Guru Meditation Error when launching a game?
|
||||
Go into TWLMenu++ Settings, and disable `Update recently played list`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user