I'm getting a weird renpy error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00mixers.rpy", line 25, in script
init -1600 python hide:
File "renpy/common/00mixers.rpy", line 25, in <module>
init -1600 python hide:
File "renpy/common/00mixers.rpy", line 45, in _execute_python_hide
renpy.music.register_channel(i)
AttributeError: 'module' object has no attribute 'NO_VIDEO'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/home/paul/Games/LewdSiblingDuo/renpy/bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "/home/paul/Games/LewdSiblingDuo/renpy/main.py", line 423, in main
renpy.game.context().run(node)
File "renpy/common/00mixers.rpy", line 25, in script
init -1600 python hide:
File "/home/paul/Games/LewdSiblingDuo/renpy/ast.py", line 882, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/paul/Games/LewdSiblingDuo/renpy/python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00mixers.rpy", line 25, in <module>
init -1600 python hide:
File "renpy/common/00mixers.rpy", line 45, in _execute_python_hide
renpy.music.register_channel(i)
File "/home/paul/Games/LewdSiblingDuo/renpy/audio/audio.py", line 726, in register_channel
c = Channel(name, loop, stop_on_mute, tight, file_prefix, file_suffix, buffer_queue, movie=movie, framedrop=framedrop)
File "/home/paul/Games/LewdSiblingDuo/renpy/audio/audio.py", line 244, in __init__
self.movie = renpy.audio.renpysound.NO_VIDEO
AttributeError: 'module' object has no attribute 'NO_VIDEO'
Linux-4.4.0-137-generic-i686-with-debian-stretch-sid
Ren'Py 7.1.0.882
Mon Oct 15 12:28:39 2018