3.40 star(s) 73 Votes
Sep 30, 2020
65
130
I'm sorry, but an uncaught exception occurred.
While running game code: File "game/00_Functions/02_init_python_translation.rpy", line 17, in script init python:
File "game/00_Functions/02_init_python_translation.rpy", line 17, in script init python:
File "game/00_Functions/02_init_python_translation.rpy", line 33, in <module> languageFile = json.loads(languageFileStr) ValueError: Expecting , delimiter: line 28265 column 1 (char 15384018)
-- Full Traceback -----------------------------------------------------------Full traceback: File "renpy/bootstrap.py", line 326, in bootstrap renpy.main.main()
File "renpy/main.py", line 515, in main renpy.game.context().run(node)
File "game/00_Functions/02_init_python_translation.rpy", line 17, in script init python:
File "game/00_Functions/02_init_python_translation.rpy", line 17, in script init python:
File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals)
File "game/00_Functions/02_init_python_translation.rpy", line 33, in <module> languageFile = json.loads(languageFileStr)
File "/home/tom/ab/renpy-build/tmp/install.linuxx86_64/lib/python2.7/json/__init__.py", line 339, in loads File "/home/tom/ab/renpy-build/tmp/install.linuxx86_64/lib/python2.7/json/decoder.py", line 364, in decode File "/home/tom/ab/renpy-build/tmp/install.linuxx86_64/lib/python2.7/json/decoder.py", line 380, in raw_decode ValueError: Expecting , delimiter: line 28265 column 1 (char 15384018)
Windows-10-10.0.18362

I have not tested it yet. Will try tonight.
 
  • Like
Reactions: Bahamut Zero

fishbrain

Engaged Member
Apr 9, 2018
2,417
2,529
Utorrent wasn't working for me. Fired up qBittorrent and downloading fine now. Odd. Thanks for the help, everyone!!
The utorrent version that worked was already outdated when I downloaded it over a year ago but I also just switched to qbit and have noticed a big improvement. Definitely important to have the torrent option for some of the larger games.
 
  • Like
Reactions: DukeNukem6666

Bahamut Zero

Engaged Member
Apr 27, 2017
2,614
2,004
ipatch fixed for season 2 version 2. enjoy.

If anything is wrong in the text or makes no sense, then let me know.
Hi first of all thank you for the ipatch.
i try to follow the installation you made

Just replace the file in the game folder.

Rename file to "language_dict_backup.json" and replace with the one in the" tl" folder. This fixed some problems where changes would not load.

So to make the patch work i need to:
"Not only" copy/replace this file "language_dict.json" into the folder "game"
but then i also have to replace the one in the "tl" folder? and rename the same file into "language_dict_backup.json"
Right?

Because the first time i only replace the one into the "tl" folder, then i start the game but the game was without the patch.
So then i think perhaps i have read the installation wrong, perhaps i need to replace also the one into the folder "game"?
So i replace both file and now look like work.

But i wanna know if this is the right process. I don't want to mess up the file in game.
Is this the correct order?


Thank you
 
Last edited:
3.40 star(s) 73 Votes