https://bugs.winehq.org/show_bug.cgi?id=37988
Bug ID: 37988 Summary: Jeskola Buzz (Build 1499) fails to run Product: Wine Version: 1.7.35 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: gimmeapill@gmail.com Distribution: ---
Created attachment 50618 --> https://bugs.winehq.org/attachment.cgi?id=50618 backtrace
On a fresh 32 bit prefix with dotnet40 installed (via winetricks, as I didn't find any other way), the newest build of Jeskola Buzz tracker installs successfully but fail to run.
Steps to reproduce:
WINEARCH=win32 WINEPREFIX=~/.wine winecfg winetricksmsxml3 winetricks dotnet40 winetricks vcrun2010
Buzz build (x86) on which the test was run (latest at the time of writing) http://jeskola.net/buzz/beta/files/setup/BuzzSetup1499.exe
Installation succeeds, but Buzz fails to start with error:
... Unhandled Exception: System.Runtime.InteropServices.COMException: Unknown authentication service. (Exception from HRESULT: 0x800706D3) at System.Windows.Media.MediaSystem.ConnectTransport() at System.Windows.Media.MediaSystem.Startup(MediaContext mc) at System.Windows.Media.MediaContext..ctor(Dispatcher dispatcher) at System.Windows.Media.MediaContext.From(Dispatcher dispatcher) at System.Windows.Media.MediaContext.get_CurrentMediaContext() at BuzzGUI.CBuzzGUI.CreateToolBar(CBuzzGUI* , HWND__* parent) wine: Unhandled exception 0xe0434352 in thread 9 at address 0x7b83aadc (thread 0009), starting debugger... ...