Can anyone tell me the reason for this error.
I translated this game as soon as it released version 1.6.0.
I tested it at the time and it opened the game without any errors.
Some people downloaded the translation and no one complained about any errors.
And now it just doesn't give this error if I leave these files with the final name charinfo.rpy in the original language.
I don't know why this error only increased in this update only one chapter, the rest is the same as the previous version.
==================================================================
I'm sorry, but an uncaught exception occurred.
While parsing C:\Users\Mc\AlternateExistence-1.7.0-pc/game/s1e1_charinfo.rpy.
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 334: invalid continuation byte
While parsing C:\Users\Mc\AlternateExistence-1.7.0-pc/game/s1e2_charinfo.rpy.
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 334: invalid continuation byte
While parsing C:\Users\Mc\AlternateExistence-1.7.0-pc/game/s1e3_charinfo.rpy.
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 334: invalid continuation byte
While parsing C:\Users\Mc\AlternateExistence-1.7.0-pc/game/s1e4_charinfo.rpy.
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 334: invalid continuation byte
While parsing C:\Users\Mc\AlternateExistence-1.7.0-pc/game/s1e7_charinfo.rpy.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 769, in load_appropriate_file
data, stmts = self.load_file(dir, fn + source)
File "renpy/script.py", line 594, in load_file
stmts = renpy.parser.parse(fullfn)
File "renpy/parser.py", line 2953, in parse
lines = list_logical_lines(fn, filedata, linenumber)
File "renpy/parser.py", line 240, in list_logical_lines
data = f.read().decode("utf-8", "python_strict")
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/encodings/utf_8.py", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 334: invalid continuation byte