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