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.
http://bugs.winehq.org/show_bug.cgi?id=19537
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-07-31 16:21:26 --- Hi, Lars.
Last errors are about firewall manager.
Try this patch series (6 patches) and report back:
http://www.winehq.org/pipermail/wine-patches/2009-July/076494.html
http://bugs.winehq.org/show_bug.cgi?id=19537
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.sonos.com/redir/ | |controller_software_pc
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #2 from Lars Janssen lars-wine@ukmix.net 2009-07-31 18:53:39 --- Wine still quits, but there's only one error message after pressing Next now:
fixme:hnetcfg:fw_profile_get_FirewallEnabled 0x168f80, 0x33c964
http://bugs.winehq.org/show_bug.cgi?id=19537
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2009-08-01 02:54:38 --- Wine does not die here, looks like the firewall stubs are sufficient for this app.
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #4 from Lars Janssen lars-wine@ukmix.net 2009-08-01 04:13:41 --- Hans, which version of wine did you apply the patches to? I tried 1.1.26 and the latest git version (about 10-12 hours ago).
Made a fresh ~/.wine just to be sure.
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #5 from Hans Leidekker hans@meelstraat.net 2009-08-01 05:19:02 --- I used current git and a fresh prefix. Can you run other apps? Say, notepad?
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #6 from Lars Janssen lars-wine@ukmix.net 2009-08-01 05:35:57 --- I don't have Notepad handy but managed to install and run Filezilla without any problems.
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #7 from Lars Janssen lars-wine@ukmix.net 2009-08-01 08:23:40 --- OK, I just set up a virtual machine with Ubuntu 9.04 32-bit and got it working:
- Installed dependencies using this script: http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh - Installed git and downloaded latest wine source - Applied the 6 patches as above - ./configure - make depend && make - sudo make install - wine SonosDesktopController30.exe
The main difference in my 'real' system is that I'm running Gentoo 64-bit rather than Ubuntu 32 bit - however I still configured & compiled as above.
Any suggestions?
Meanwhile, I can confirm the patch fixes the problem on Ubuntu at least so thanks all for the help/comments. :)
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #8 from Austin English austinenglish@gmail.com 2009-08-01 13:06:00 --- (In reply to comment #6)
I don't have Notepad handy but managed to install and run Filezilla without any problems.
Notepad is bundled in wine ;-).
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #9 from Lars Janssen lars-wine@ukmix.net 2009-08-02 12:15:45 --- Ah yes, so it is! ;)
I *finally* got this working in my Gentoo installation, by upgrading the kernel from 2.6.25 to 2.6.29.
Should this bug stay open until the patch makes it into a wine release?
Thanks. :)
http://bugs.winehq.org/show_bug.cgi?id=19537
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2009-08-02 12:28:33 --- (In reply to comment #9)
Should this bug stay open until the patch makes it into a wine release?
Yeah, it'll be RESOLVED FIXED when patch committed and CLOSED FIXED on next Wine release.
http://bugs.winehq.org/show_bug.cgi?id=19537
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #11 from Juan Lang juan_lang@yahoo.com 2009-08-05 13:15:37 --- The firewall patches were committed, so I'm resolving this fixed.
http://bugs.winehq.org/show_bug.cgi?id=19537
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2009-08-07 13:01:05 --- Closing bugs fixed in 1.1.27.
https://bugs.winehq.org/show_bug.cgi?id=19537
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer CC| |focht@gmx.net Component|-unknown |hnetcfg
https://bugs.winehq.org/show_bug.cgi?id=19537
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |