렌파이로 게임 하나 만들어보자 하고 간단한 예제 만들어서 연습해보는데 분명 어제까지만 해도 멀쩡히 작동했었거든?  근데 오늘 켜보니 프로젝트 실행이 안되면서 이런게 뜸. 뭘 어떻게 하라는 건지 아는 사람?



I'm sorry, but an uncaught exception occurred.


While running game code:

  File "renpy/common/00start.rpy", line 207, in script call

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "renpy/common/00start.rpy", line 207, in script call

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 390, in <module>

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test

    _gl_performance_test()

  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test

    ui.interact(suppress_underlay=True, suppress_overlay=True)

Exception: DirectSoundCreate8: No audio device found


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


Full traceback:

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

    renpy.main.main()

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

    run(restart)

  File "renpy/main.py", line 148, in run

    renpy.execution.run_context(True)

  File "renpy/execution.py", line 922, in run_context

    context.run()

  File "renpy/common/00start.rpy", line 207, in script call

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "renpy/common/00start.rpy", line 207, in script call

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

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

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

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

    exec(bytecode, globals, locals)

  File "renpy/common/00gltest.rpy", line 390, in <module>

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test

    _gl_performance_test()

  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test

    ui.interact(suppress_underlay=True, suppress_overlay=True)

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

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

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

    self.start()

  File "renpy/display/core.py", line 2200, in start

    renpy.audio.audio.init()

  File "renpy/audio/audio.py", line 955, in init

    renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)

  File "renpysound.pyx", line 390, in renpy.audio.renpysound.init

  File "renpysound.pyx", line 98, in renpy.audio.renpysound.check_error

Exception: DirectSoundCreate8: No audio device found