Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I think you may be experiencing an issue. I have not received any reports of this kind. If there were a problem with the game, an error message would appear.
Could you please tell me more about the issue you are experiencing?

A rollback often works when this screen comes up but sometimes it just freezes and I have to use the Task Manager to get out of it.



I'm sorry, but an uncaught exception occurred.

While running game code:

TypeError: '>=' not supported between instances of 'int' and 'str'

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

Full traceback:

  File "game/tl/english/script.rpyc", line 25639, in script

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\ast.py", line 921, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\exports.py", line 1373, in say

    who(what, *args, **kwargs)

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\character.py", line 1266, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\character.py", line 927, in do_display

    display_say(who,

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\character.py", line 666, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\display\core.py", line 3377, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\display\core.py", line 3887, in interact_core

    if renpy.display.draw.update(force=self.display_reset):

  File "gl2draw.pyx", line 553, in renpy.gl2.gl2draw.GL2Draw.update

  File "D:\Girl from the zone\LaFilleDeLaZone-v2_00-pc\renpy\display\core.py", line 144, in get_size

    if size[0] >= 256 and size[1] >= 256:

TypeError: '>=' not supported between instances of 'int' and 'str'

Windows-10-10.0.26200 AMD64

Ren'Py 8.0.3.22090809

SOPHIE: La fille de la zone v2_00

Sun Jan 11 08:30:20 2026

Can you give me the exact moment when this happens? The code says it is looking for an image but that it does not have the correct size or is not defined properly. However, it is just an image that has not been resized, so there is no reason for this code to appear.

Since I am unable to reproduce the issue on my end, it is likely due to a specific setting on your machine. Switching to ANGLE mode usually resolves freezing issues on Windows.

Instructions:

Launch the game.

Select French language.

Then press Shift + G.

Under 'Renderer' (Moteur graphique), select ANGLE.

Quit and restart the game.

Note: You should also set the 'Energy Saving' (Economie d'energie) option to 'Disabled' (Désactivé) for better performance.

If the game still crashes after this, please repeat the process (Shift + G) and select GL2. This mode can be slower, but it serves as a more compatible fallback option.