http://bugs.winehq.org/show_bug.cgi?id=19537
Summary: Sonos 3.0 dies after first step in setup wizard Product: Wine Version: 1.1.26 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lars-wine@ukmix.net
Removed existing ~/.wine and killed any wine processes.
Downloaded version 3.0 of the PC desktop controller from http://www.sonos.com/support/downloads/
Installed using wine SonosDesktopController30.exe, English language, default install location.
Ran the following command (replace [username] with your username): env WINEPREFIX="/home/[username]/.wine" wine "C:\Program Files\Sonos\sonos.exe"
"Sonos Setup Wizard" ("Welcome to Sonos") window was displayed, with this output in the console:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION: STUB fixme:iphlpapi:NotifyAddrChange (Handle 0x33f5e4, overlapped 0x634ae8): stub fixme:iphlpapi:NotifyRouteChange (Handle 0x33f5e4, overlapped 0x634afc): stub fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
Clicked the "Next" button and the window closed/all wine processes died, with the following console output:
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x17 err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x17
This is under Gentoo AMD64 and I was able to run Sonos 2.8 desktop controller with no significant problems.