tatomcm80

Member
Jul 18, 2019
169
391
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/1024.jpg'>:
File "game/script.rpy", line 5248, in script
t "Mrs. Watson, you cannot believe how much my ears have longed to hear this."
Exception: Could not load image u'images/1024.jpg': error('Unsupported image format',)
It's because some images size 0 bytes:
0 bytes.jpg
 
  • Like
Reactions: jozzi

hu lover

Forum Fanatic
Jul 27, 2022
4,216
6,221
Any link for the game
In the main page the given link i am able to only download but I can't install it it says
The application can't install
You referring to the main page of page 1 of this thread? Try all of the mirror download links first, if you are unable to install the game, just google the game name of "Christine Watson" on google and find a free download of the game that way.
 

AnyName'llDo

Active Member
Feb 12, 2018
525
591
Getting a few syntax errors. Here's one:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 8707, in script
if gp = 11:
SyntaxError: invalid syntax (script.rpy, line 8707)

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 8707, in script
if gp = 11:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2274, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 835, in py_compile
raise e
SyntaxError: invalid syntax (script.rpy, line 8707)
 

hu lover

Forum Fanatic
Jul 27, 2022
4,216
6,221
Fix the game
Yes, but I don't think he knows exactly how, so he put the error syntax in his most recent post. Ren Py errors are quite common in some related Ren Py coded games, the only way to really fix this is wait for the next update of the game. Usually these errors are caused by bad coding and poorly written strings of code.
 
  • Like
Reactions: L0b0ts
3.10 star(s) 36 Votes