https://bugs.winehq.org/show_bug.cgi?id=41279
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |FIXED Fixed by SHA1| |19e72fe14921a30fb3323213428 | |68d352fc5b56f Summary|SonosController6.x crashes |Sonos Desktop Controller |when starting |6.x (.NET 4.x app) crashes | |with | |System.NotImplementedExcept | |ion (needs hnetcfg | |INetFwPolicy2::get_Rules)
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
this specific problem (comment #9 and following) was fixed by commit:
https://source.winehq.org/git/wine.git/commitdiff/19e72fe14921a30fb332321342...
Thanks Alistair
--- snip --- $ pwd /home/focht/winetest/drive_c/Program Files/Sonos
$ WINEDEBUG=+seh,+relay,+hnetcfg wine ./Sonos.exe >>log.txt 2>&1 ... 0038:trace:hnetcfg:hnetcfg_cf_CreateInstance (nil) {98325047-c671-4174-8d81-defcd3f03186} 0x3b0d6cc 0038:trace:hnetcfg:NetFwPolicy2_create ((nil),0x3b0d66c) ... 0038:trace:hnetcfg:create_INetFwRules (0x1ed7bc) ... 0038:trace:hnetcfg:create_INetFwRules returning iface 0x1c9310 0038:trace:hnetcfg:NetFwPolicy2_create returning iface 0x1ed7b8 0038:trace:hnetcfg:fwpolicy2_QueryInterface 0x1ed7b8 {98325047-c671-4174-8d81-defcd3f03186} 0x3b0d6cc 0038:Ret ole32.CoCreateInstance() retval=00000000 ret=06669e6f 0038:trace:hnetcfg:fwpolicy2_get_Rules 0x1ed7b8 0x3b0d7ec 0038:Call oleaut32.VariantInit(03b0d794) ret=0666a0d6 0038:Ret oleaut32.VariantInit() retval=03b0d794 ret=0666a0d6 0038:fixme:hnetcfg:netfw_rules_get__NewEnum 0x1c9310, 0x3b0d7b0 ... --- snip ---
The app still doesn't start properly, but these are different (known) problems.
$ sha1sum SonosDesktopController84.exe ad55c1571987a1ce4cc39b87cccca9e779fba4c5 SonosDesktopController84.exe
$ du -sh SonosDesktopController84.exe 25M SonosDesktopController84.exe
$ wine --version wine-3.5
Regards