Issue with SPU2
#1
Hi there.

I have an weird Issue. Thats how I run my system:

Laptop>AVR>TV

Laptop runs with XBMC and Advance Launcher with this code:

Code:
#Include <GUIConstantsEx.au3>
#Include <WindowsConstants.au3>

HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 2 Then
    GUICreate('MyGUI', @DesktopWidth, @DesktopHeight, 0, 0, BitOR($WS_POPUP, $WS_EX_TOPMOST))
    GUICtrlCreatePic('F:\Games\PS2\play-station-2-logo.jpg', 0, 0, @DesktopWidth, @DesktopHeight)
    GUISetState()
    Run("pssuspend XBMC.exe", "", @SW_HIDE)
    Run ( '"F:\Games\PS2\Emulator\Current PCSX2\current_pcsx2.exe" --nogui --fullscreen "' & $CmdLine[1] & '" --cfgpath="F:\Games\PS2\Inis\' & $CmdLine[2] & '"', "F:\Games\PS2\Emulator\Current PCSX2\" )
    While 1
            Sleep(100)
    WEnd
EndIf

Terminate

Func Terminate()
    Run ("nircmd win max process XBMC.exe" )
    Run("pssuspend -r XBMC.exe")
    WinWaitActive ("XBMC")
    ProcessClose( "current_pcsx2.exe" )
    Exit 0
EndFunc

If I run it under xAudio 2 I get: failed to create mastervoice (0X8889000A) in xbmc.

But when I run a iso directly with pcsx2 it works fine. What am I doing wrong here?!

And yes my audio driver are updated. When I chose DirectSound I dont hear anything at all.

Cheers.
Reply

Sponsored links

#2
No one has an idea about the error code (0X8889000A) ?!
Reply
#3
I solved the issue myself.

Anyone who comes across that issue:

Its a setting in xbmc:

Passtrough HDMI should NOT be DirectSound.

Thanks anway.
Reply




Users browsing this thread: 1 Guest(s)