http://bugs.winehq.org/show_bug.cgi?id=32161 Luis Javier Merino <ninjalj(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ninjalj(a)gmail.com --- Comment #2 from Luis Javier Merino <ninjalj(a)gmail.com> 2013-04-21 08:52:29 CDT --- Rocksmith uses PortAudio. The issue can be reproduced on a mingw cross-compiled PortAudio with the WASAPI hostapi selected, i.e. the result of: $ ./configure --host=i686-pc-mingw32 --with-winapi=wasapi Then, running one of the examples included exits immediately with no sound: $ (cd lib/.libs/; wine ../../bin/.libs/paex_pink) [...] err:ole:marshal_object couldn't get IPSFactory buffer for interface {1cb9ad4c-dbfa-4c32-b178-c2f568a703b2} err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040155 err:ole:CoMarshalInterface Failed to marshal the interface {1cb9ad4c-dbfa-4c32-b178-c2f568a703b2}, 80040155 An error occured while using the portaudio stream Error number: -9999 Error message: Unanticipated host error Note that the above correctly produces sound when using WinMME. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.