Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

New build, new bugs :) This time with a couple of the new Centaur voice tracks.

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6947, in script
    play mvoice centaurA_sawsomething
  File "renpy/common/000statements.rpy", line 120, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/script.rpy", line 6947, in <module>
    play mvoice centaurA_sawsomething
NameError: name 'centaurA_sawsomething' is not defined

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

Full traceback:
  File "game/script.rpy", line 6947, in script
    play mvoice centaurA_sawsomething
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 120, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1944, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6947, in <module>
    play mvoice centaurA_sawsomething
NameError: name 'centaurA_sawsomething' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.5
Sat May 04 12:48:42 2019
[/code]

-----------------------------------------------------------------------------------------------------------------------

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6956, in script
    play mvoice centaurA_stones
  File "renpy/common/000statements.rpy", line 120, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/script.rpy", line 6956, in <module>
    play mvoice centaurA_stones
NameError: name 'centaurA_stones' is not defined

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

Full traceback:
  File "game/script.rpy", line 6956, in script
    play mvoice centaurA_stones
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 120, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1944, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6956, in <module>
    play mvoice centaurA_stones
NameError: name 'centaurA_stones' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.5
Sat May 04 12:50:09 2019
[/code]

War. War never changes. Thank you! I've caught and fixed them - they'll be working in the next release.