Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Thepikachugamer/WinError 234: Difference between revisions

User page
(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...")
(No difference)

Revision as of 04:01, 22 June 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 happens because of Windows's in-beta UTF-8 support. Instructions to disable it are as follows:

  1. Open Settings
  2. Navigate to "Time and Language" --> "Language and Region" --> "Administrative language settings"
  3. In the new dialog that pops up, select "Change system locale...."
  4. Ensure that "Beta: Use Unicode UTF-8 for worldwide language support is disabled"
  5. Press OK.
  6. If prompted to restart your computer, do so.

The injection should now be working properly.