mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-12 11:44:34 +02:00
47 lines
991 B
Markdown
47 lines
991 B
Markdown
|
|
When creating the MSET9 ID1 on Windows 10 and above, the script may fail with this error:
|
|
|
|

|
|
|
|
This occurs because of the beta UTF-8 support in Windows. You must disable it to run MSET9:
|
|
|
|
1. Hit **Windows Key + R** to open up the Run dialogue, type `intl.cpl` then click "OK"
|
|
|
|
::: info
|
|
|
|

|
|
|
|
:::
|
|
|
|
1. Click on `Administrative`, then `Change System Locale`
|
|
|
|
::: info
|
|
|
|

|
|
|
|
:::
|
|
|
|
::: info
|
|
|
|

|
|
|
|
:::
|
|
|
|
1. Uncheck the box next to `Beta: Use Unicode UTF-8 for worldwide language support` then click "OK"
|
|
|
|
::: info
|
|
|
|

|
|
|
|
:::
|
|
|
|
1. Click "Restart Now"
|
|
|
|
::: info
|
|
|
|

|
|
|
|
:::
|
|
|
|
After your PC has rebooted, try creating the MSET9 ID1 again.
|