Replies: 4 comments 6 replies
-
Could be some character in the name the Cart Reader can't write. I'm excluding characters that make it crash here: https://github.com/sanni/cartreader/blob/master/Cart_Reader/N64.ino#L2406 |
Beta Was this translation helpful? Give feedback.
-
I can't replicate the error. I could only find out that it has nothing to do with any special chars, so my initial guess was wrong. Have you tried with an empty SD with just the SD files and with the folder number reset. For resetting the folder number hold and keep holding the left button while hovering over about until it says "Resetting folder". You have to keep holding it for quite a while even after it enters the about screen. |
Beta Was this translation helpful? Give feedback.
-
You can step through the code with some added wait(); and then press a button to get to the next wait(); to see where exactly it resets:
|
Beta Was this translation helpful? Give feedback.
-
Interesting. Can you remove the pauses and only add one at a time to see what pause exactly is the one that fixes it? |
Beta Was this translation helpful? Give feedback.
-
I came across two carts that for whatever reason will not dump with v7.3. Explanation below.
Carts:
[NUS-NGPJ-JPN] Goemon - Mononoke Sugoroku
[NUS-NMHJ-JPN] Mahjong Hourouki Classic
Front Covers:
Cart Info Screen:
n64.txt data:
965c4575,NGPJ,16,0
990a8e54,NMHJ,12,0
Issue:
Once you reach the "Read ROM" screen, I select that option and the Cart Reader jumps back to the main menu.
Beta Was this translation helpful? Give feedback.
All reactions