xroix / MCBE-Win10-FOV-Changer

Ever wanted to zoom in in MCBE Win10?
GNU General Public License v3.0
57 stars 10 forks source link

Address detection issue for overseas (JP) #139

Closed yuto0214w closed 2 years ago

yuto0214w commented 2 years ago

Log: crash_log.txt

Description

When "Start" clicked, it ran into problem and crash for non-English user.

Expected

Found address correctly and run

Actual

Ran into problem UnicodeDecodeError: 'cp932' codec can't decode byte 0xef in position 0: illegal multibyte sequence

Fix

By setting locale "UTF-8" or "English/US" in control panel Though I'm never recommending changing locale to English/US since it has adverse effects to some application. I don't know if UTF-8 but I'm pretty sure it doesn't have adverse effects.

  1. Open Control Panel and click "Change date, time, number formats"
  2. Click "Administrative"
  3. Click "Change system locale..."

image

  1. Toggle "Beta: Use Unicode UTF-8 for worldwide language support"

image

xroix commented 2 years ago

First, thanks for the detailed bug report! The issue was actually resolved in 6d75b0275ce3121fe3c0607281fd6cf147627f8d , however, the binaries haven't been updated ever since. So, either you can run the current master branch or use a already frozen binary which was posted in our discord server: http://www.mediafire.com/file/ay5z53t9logj2wz/FOV-Changer-1.1.6-beta.zip/file

yuto0214w commented 2 years ago

Thanks. I love this application, good work! :)