Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Game starts up and then immediately crashes. Then Notepad opens and gives me this.

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/audio_channels.rpy", line 1, in script

  File "game/audio_channels.rpy", line 8, in <module>

NameError: name 'default_ambient_volume' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/style.pyx", line 96, in renpy.style.get_style

  File "renpy/style.pyx", line 83, in renpy.style.get_style

Exception: Style 'green' does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/style.pyx", line 96, in renpy.style.get_style

  File "renpy/style.pyx", line 98, in renpy.style.get_style

Exception: Style 'text_green' does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/style.pyx", line 96, in renpy.style.get_style

  File "renpy/style.pyx", line 98, in renpy.style.get_style

Exception: Style 'big_text_green' does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "game/audio_channels.rpy", line 1, in script

  File "game/audio_channels.rpy", line 1, in script

  File "game/poker_screen.rpy", line 129, in prepare_screen

  File "game/poker_screen.rpy", line 129, in prepare

  File "game/poker_screen.rpy", line 130, in prepare

  File "game/poker_screen.rpy", line 130, in prepare

  File "game/poker_screen.rpy", line 137, in prepare

  File "game/poker_screen.rpy", line 137, in prepare

  File "game/poker_screen.rpy", line 138, in <module>

  File "renpy/style.pyx", line 216, in renpy.style.StyleManager.__getattr__

  File "renpy/style.pyx", line 98, in renpy.style.get_style

Exception: Style 'poker_big_text_green' does not exist.

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

Traceback (most recent call last):

  File "game/audio_channels.rpy", line 1, in script

  File "renpy/ast.py", line 1193, in execute

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

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1276, in py_exec_bytecode

    exec(bytecode, globals, locals)

    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/audio_channels.rpy", line 8, in <module>

NameError: name 'default_ambient_volume' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/style.pyx", line 96, in renpy.style.get_style

  File "renpy/style.pyx", line 83, in renpy.style.get_style

Exception: Style 'green' does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/style.pyx", line 96, in renpy.style.get_style

  File "renpy/style.pyx", line 98, in renpy.style.get_style

Exception: Style 'text_green' does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/style.pyx", line 96, in renpy.style.get_style

  File "renpy/style.pyx", line 98, in renpy.style.get_style

Exception: Style 'big_text_green' does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "renpy/bootstrap.py", line 401, in bootstrap

    renpy.main.main()

    ~~~~~~~~~~~~~~~^^

  File "renpy/main.py", line 488, in main

    node.execute_init()

    ~~~~~~~~~~~~~~~~~^^

  File "renpy/ast.py", line 1077, in execute_init

    renpy.game.context().run(self.block[0])

    ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^

  File "game/audio_channels.rpy", line 1, in script

  File "game/audio_channels.rpy", line 1, in script

  File "renpy/display/error.py", line 135, in report_exception

    renpy.game.invoke_in_new_context(

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

        call_exception_screen,

        ^^^^^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        ignore_action=ignore_action,

        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    )

    ^

  File "renpy/game.py", line 285, in invoke_in_new_context

    return callable(*args, **kwargs)

           ~~~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/display/error.py", line 44, in call_exception_screen

    return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)

           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/ui.py", line 306, in interact

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

         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/core.py", line 2163, in interact

    repeat, rv = self.interact_core(

                 ~~~~~~~~~~~~~~~~~~^

        preloads=preloads,

        ^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        **kwargs,

        ^^^^^^^^^

    )

    ^

  File "renpy/display/core.py", line 2393, in interact_core

    renpy.display.screen.prepare_screens()

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^

  File "renpy/display/screen.py", line 1035, in prepare_screens

    s.ast.prepare_screen()

    ~~~~~~~~~~~~~~~~~~~~^^

  File "game/poker_screen.rpy", line 129, in prepare_screen

  File "game/poker_screen.rpy", line 129, in prepare

  File "game/poker_screen.rpy", line 130, in prepare

  File "game/poker_screen.rpy", line 130, in prepare

  File "game/poker_screen.rpy", line 137, in prepare

  File "game/poker_screen.rpy", line 137, in prepare

  File "renpy/python.py", line 1301, in py_eval_bytecode

    return eval(bytecode, globals, locals)

           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/poker_screen.rpy", line 138, in <module>

  File "renpy/style.pyx", line 216, in renpy.style.StyleManager.__getattr__

  File "renpy/style.pyx", line 98, in renpy.style.get_style

Exception: Style 'poker_big_text_green' does not exist.

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.5.3.26051504

Gentlemen's Strip Poker 0.3

Fri Sep  4 05:21:21 2026

(+1)

Thank you for the full traceback! I will check that out immediately

(1 edit) (+1)

I just pushed out a new build. It contains a one-line fix that should hopefully fix the issue you're facing. TY for letting me know!