Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+2)

I was on a business tour (the plane had landed and the meter was running) when the budget meeting came and when i pressed pay salaries this happened:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 140, in <module>
  File "game/scripts/gesicht/company/map/MAP.rpy", line 7, in execute
  File "game/scripts/gesicht/company/map/MAP.rpy", line 7, in execute
  File "game/scripts/gesicht/company/map/MAP.rpy", line 158, in execute
  File "game/scripts/sound.rpy", line 41, in execute
  File "game/scripts/sound.rpy", line 41, in execute
  File "game/scripts/sound.rpy", line 83, in execute
  File "game/scripts/sound.rpy", line 84, in execute
AttributeError: 'bool' object has no attribute 'ambient'

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

Full traceback:
  File "scripts/time/slow/timeticking SLOW.rpyc", line 140, in script
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/time/slow/timeticking SLOW.rpy", line 140, in <module>
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/exports.py", line 1480, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/screen.py", line 430, in visit_all
    callback(self)
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/screen.py", line 440, in per_interact
    self.update()
  File "/home/[REDACTED]/.config/itch/apps/holonoptic/holonoptic-0.2.3-pc/renpy/display/screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/scripts/gesicht/company/map/MAP.rpy", line 7, in execute
  File "game/scripts/gesicht/company/map/MAP.rpy", line 7, in execute
  File "game/scripts/gesicht/company/map/MAP.rpy", line 158, in execute
  File "game/scripts/sound.rpy", line 41, in execute
  File "game/scripts/sound.rpy", line 41, in execute
  File "game/scripts/sound.rpy", line 83, in execute
  File "game/scripts/sound.rpy", line 84, in execute
  File "<screen language>", line 84, in <module>
AttributeError: 'bool' object has no attribute 'ambient'

Linux-5.3.0-53-generic-x86_64-with-debian-buster-sid
Ren'Py 7.3.5.606
holonoptic open alpha 0.2.3
Sun May 24 16:38:38 2020

I am on linux mint 19.3 Tricia. Hope this helps.

EDIT: redacted name

(+2)

This helps indeed! Thanks, it will be adressed in the next version.

(+1)

Also I have found one, but it didn’t crash the game:

renpy/exports.py”, line 3464, in run fn(*args, **kwargs) TypeError: ‘NoneType’ object is not callable

(+1)

huh weird. Do you remember what you did when this came up?

Sorry for the long delay. Maybe not an issue anymore. I haven’t played it for a longer time.