- Aug 20, 2017
- 942
- 6,686
Getting the following error:
This is with a clean new project or even with teh demo project
Even when i use my old Ren'Py version i get this error.
My soundcard (which i have for over 10 years now i think) only has 1 driver and that is the one that is installed.
These 2 monitors are more recent. Could they be the cause of this error?
And how would i go about fixing them. (Will simply disabling them be enough?)
Code:
I'm sorry, but an uncaught exception occurred.
After initialization, but before game start.
Exception: DirectSoundCreate: Unknown DirectSound error: 0x88890010
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "H:\renpy-6.99.12.4-sdk\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "H:\renpy-6.99.12.4-sdk\renpy\main.py", line 474, in main
renpy.display.core.Interface()
File "H:\renpy-6.99.12.4-sdk\renpy\display\core.py", line 1550, in __init__
renpy.audio.audio.init()
File "H:\renpy-6.99.12.4-sdk\renpy\audio\audio.py", line 766, in init
renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False)
File "renpy/audio/renpysound.pyx", line 192, in renpy.audio.renpysound.init (gen\renpy.audio.renpysound.c:3951)
check_error()
File "renpy/audio/renpysound.pyx", line 61, in renpy.audio.renpysound.check_error (gen\renpy.audio.renpysound.c:955)
raise Exception(e)
Exception: DirectSoundCreate: Unknown DirectSound error: 0x88890010
Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Even when i use my old Ren'Py version i get this error.
My soundcard (which i have for over 10 years now i think) only has 1 driver and that is the one that is installed.
These 2 monitors are more recent. Could they be the cause of this error?
And how would i go about fixing them. (Will simply disabling them be enough?)