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

The below bug appears first during the scene with Eliza asking for a favor in the morning. Happens a bunch more times during said scene and during the newer events with Laguna as well (specifically during "Into the soul"). Also appears when asking Jeff about Tommy (after the line "How are you and Tommy going to catch up to me?".

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/eliza_dialog.rpy", line 691, in <module>

Exception: Audio channel 'ambient' is unknown.

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

Full traceback:

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  [Previous line repeated 2 more times]

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  [Previous line repeated 3 more times]

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  [Previous line repeated 4 more times]

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  [Previous line repeated 13 more times]

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  [Previous line repeated 7 more times]

  File "game_starting.rpyc", line 17, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  File "game_starting.rpyc", line 74, in script call

  [Previous line repeated 15 more times]

  File "game_starting.rpyc", line 17, in script call

  File "eliza_dialog.rpyc", line 691, in script

  File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] TheSeam\TheSeam-0.1.4-pc\renpy\ast.py", line 1138, in execute

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

  File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] TheSeam\TheSeam-0.1.4-pc\renpy\python.py", line 1122, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/eliza_dialog.rpy", line 691, in <module>

  File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] TheSeam\TheSeam-0.1.4-pc\renpy\audio\music.py", line 481, in set_volume

    c = renpy.audio.audio.get_channel(channel)

  File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] TheSeam\TheSeam-0.1.4-pc\renpy\audio\audio.py", line 947, in get_channel

    raise Exception("Audio channel %r is unknown." % name)

Exception: Audio channel 'ambient' is unknown.

Windows-10-10.0.19045 AMD64

Ren'Py 8.1.0.23051307

Wed Feb 14 18:34:19 2024

```

Hello. To be honest, it's a strange bug, because... For others it seems to work fine. Have you started a new game? Or did you load an old save?

(1 edit)

The error seems to be on my end. While I did start a new game, I just tried to start anew again to double check but the bug occured the moment I clicked "new game". Guess the files somehow got screwed up. 


EDIT: Copying my saves to a different location, uninstalling the game, wiping the save data in app data --> roaming ---> Renpy, reinstalling the game and putting my saves back in fixed it

Your bug seemed strange to me, because it consists in the absence of an additional sound channel that I created. The point is that the line of code that is responsible for this is located at the very beginning and could not have been missed by the game. In general, it turned out strange. 

Thank you!