Skip to main content

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

Hi, congrats on the new version release :D

I'm having problem with the game crashing when starting a new game or when launching on Windows PC version. The errors I got are:

1.)

While running game code:

  File "game/script.rpy", line 6481, in <module>

TypeError: 'bool' object is not callable


2).

While running game code:

Exception: Could not load from archive [different file name each time].rpyc



 

(+1)

Hmm, that sounds like renpy is trying to define something as both true and false at the same time. This should completely break the game, and since others are playing fine, I think we can assume at the moment this is a local issue.

I'm not a expert on the inner workings of renpy, but at the moment, I am thinking this is an issue with the download or a corruption in the persistent data (or both).

Please can you try the following steps.

1. Delete the game folder and all past versions of the game folder, as we need a fresh install.

2. Then delete your persistent data. This is usually found C:\Users\<you>\AppData\Roaming\RenPy\ - don't delete the whole renpy folder, just the folder for the Thorns of War should do it. It should be a called something like 'The Thorns of War - 1234567890'.  

Doing the above should remove any persistent data and save files that might have been corrupted between versions.

3. Now we are sure renpy isn't going to be reading any old data, you can re-download versions 2.8 and, with any luck, find the problem has resolved.

Please let me know how you get on - I really hope this works for you


Thanks for the quick reply :D. I did as instructed, but still have the same issues. The game either fails to start or crashes when clicking new game.

Also, other Renpy visual novels are working fine for me.

I also tried toggling Windows defender/firewall on and off but that didn't help.

I downloaded the game from itch link, choosing the windows version, so I doubt there's a problem there.

Here are the errors I got (top part of the traceback.txt) They can be different each time I launch the game, but these seem to be the 3 errors.

1).

While running game code:

  File "game/script.rpy", line 6481, in <module>

TypeError: 'bool' object is not callable

2.)

While running game code:

TypeError: 'unicode' object is not callable

3.)

After initialization, but before game start.

  File "renpy/common/00gltest.rpy", line 50, in prepare_screen

    screen _choose_renderer:

  File "renpy/common/00gltest.rpy", line 50, in prepare

    screen _choose_renderer:

  File "renpy/common/00gltest.rpy", line 75, in prepare

    frame:

  File "renpy/common/00gltest.rpy", line 75, in prepare

    frame:

  File "renpy/common/00gltest.rpy", line 78, in prepare

    has side "c b":

  File "renpy/common/00gltest.rpy", line 78, in prepare

    has side "c b":

  File "renpy/common/00gltest.rpy", line 83, in prepare

    fixed:

  File "renpy/common/00gltest.rpy", line 83, in prepare

    fixed:

  File "renpy/common/00gltest.rpy", line 154, in prepare

    vbox:

  File "renpy/common/00gltest.rpy", line 154, in prepare

    vbox:

  File "renpy/common/00gltest.rpy", line 161, in prepare

    null height 10

  File "renpy/common/00gltest.rpy", line 161, in prepare

    null height 10

TypeError: 'Num' object is not callable

(1 edit) (+1)

Are you using the itch app or just downloading straight from itch.io? I think it might be wise to move this over to support@blackcross-taylor.com, where I can better support you with this query. If you email me there, we can continue to troubleshoot this.

Got it, email sent :D.

(1 edit)

Thanks. Nothing has come through yet, but I will keep an eye on the folder