(Created page with "When injecting MSET9 on Windows 10 and up, the script sometimes crashes with this error: <code>OSError: [WinError 234] More data is available: '[X]:\\Nintendo 3DS/################################/\uffff\ufaff餑䠇䚅敩 ꄈ∁䬅䞘䙨䙙ꫀᰗ䙃䰃䞠䞸退ࠊꁱࠅ캙ࠄsdmc退ࠊb9'</code> This seems to happens because of Windows's in-beta UTF-8 support. Instructions to disable it are as follows: # Open Settings # Navigate to "Time and Language" --> "Language and...") |
m (add category) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
<code>OSError: [WinError 234] More data is available: '[X]:\\Nintendo 3DS/################################/\uffff\ufaff餑䠇䚅敩 ꄈ∁䬅䞘䙨䙙ꫀᰗ䙃䰃䞠䞸退ࠊꁱࠅ캙ࠄsdmc退ࠊb9'</code> | <code>OSError: [WinError 234] More data is available: '[X]:\\Nintendo 3DS/################################/\uffff\ufaff餑䠇䚅敩 ꄈ∁䬅䞘䙨䙙ꫀᰗ䙃䰃䞠䞸退ࠊꁱࠅ캙ࠄsdmc退ࠊb9'</code> | ||
This seems to | This seems to happen because of the in-beta UTF-8 support in Windows. Instructions to disable it are as follows: | ||
# Open Settings | # Open Settings | ||
# Navigate to "Time and Language" | # Navigate to "Time and Language" -> "Language and Region" -> "Administrative language settings" | ||
# In the new dialog that pops up, select "Change system locale...." | # In the new dialog that pops up, select "Change system locale...." | ||
# Ensure that "Beta: Use Unicode UTF-8 for worldwide language support is disabled" | # Ensure that "Beta: Use Unicode UTF-8 for worldwide language support is disabled" | ||
# Press OK | # Press OK | ||
# If prompted to restart your computer, do so | # If prompted to restart your computer, do so | ||
The injection should now | The injection should now work properly. | ||
[[Category:Nintendo 3DS troubleshooting]] |
Latest revision as of 17:55, 6 September 2024
When injecting MSET9 on Windows 10 and up, the script sometimes crashes with this error:
OSError: [WinError 234] More data is available: '[X]:\\Nintendo 3DS/################################/\uffff\ufaff餑䠇䚅敩 ꄈ∁䬅䞘䙨䙙ꫀᰗ䙃䰃䞠䞸退ࠊꁱࠅ캙ࠄsdmc退ࠊb9'
This seems to happen because of the in-beta UTF-8 support in Windows. Instructions to disable it are as follows:
- Open Settings
- Navigate to "Time and Language" -> "Language and Region" -> "Administrative language settings"
- In the new dialog that pops up, select "Change system locale...."
- Ensure that "Beta: Use Unicode UTF-8 for worldwide language support is disabled"
- Press OK
- If prompted to restart your computer, do so
The injection should now work properly.