Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can you show me the error code, please?

Same problem. The traceback says :

While running game code:

  File "game/scripts/Mechanics/UI.rpy", line 75, in <module>

  File "game/scripts/Mechanics/UI.rpy", line 485, in execute

  File "game/scripts/Mechanics/UI.rpy", line 485, in execute

  File "game/scripts/Mechanics/UI.rpy", line 487, in execute

  File "game/scripts/Mechanics/UI.rpy", line 487, in <module>

TypeError: can only concatenate str (not "bool") to str

Sorry for the late reply, here it is. I played an earlier build and didn't get this problem. I'm on windows

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/Mechanics/UI.rpy", line 63, in <module>

  File "game/scripts/Mechanics/UI.rpy", line 429, in execute

  File "game/scripts/Mechanics/UI.rpy", line 429, in execute

  File "game/scripts/Mechanics/UI.rpy", line 431, in execute

  File "game/scripts/Mechanics/UI.rpy", line 431, in <module>

TypeError: can only concatenate str (not "bool") to str

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

Full traceback:

  File "scripts/Mechanics/UI.rpyc", line 63, in script

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\ast.py", line 1131, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\python.py", line 1061, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/scripts/Mechanics/UI.rpy", line 63, in <module>

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\ui.py", line 299, in interact

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

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-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:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\core.py", line 3810, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\core.py", line 3810, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "D:\Games\Itch Apps\w2c\W2C-0.7.0-pc\renpy\display\screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/scripts/Mechanics/UI.rpy", line 429, in execute

  File "game/scripts/Mechanics/UI.rpy", line 429, in execute

  File "game/scripts/Mechanics/UI.rpy", line 431, in execute

  File "game/scripts/Mechanics/UI.rpy", line 431, in <module>

TypeError: can only concatenate str (not "bool") to str

Windows-10-10.0.22621 AMD64

Ren'Py 8.0.3.22090809

WelCUM To The City 0.7.0

Fri Jan 19 11:12:22 2024

[/code]