Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, enjoying the new build as always. :)

Got another exception for ya:

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

While running game code:
  File "game/script.rpy", line 4053, in script
    play mvoice merc1_crackmeup
  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 4053, in <module>
    play mvoice merc1_crackmeup
NameError: name 'merc1_crackmeup' is not defined

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

Full traceback:
  File "game/script.rpy", line 4053, in script
    play mvoice merc1_crackmeup
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-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.6-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.6-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.6-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 4053, in <module>
    play mvoice merc1_crackmeup
NameError: name 'merc1_crackmeup' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.6
Sat May 11 10:59:25 2019
[/code]

It wouldn't be a new release without its bugs :P

Thanks for the report - I've found it, and fixed it for the next release!