https://bugs.winehq.org/show_bug.cgi?id=35209
Jan Ceuleers jan.ceuleers@computer.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jan.ceuleers@computer.org
--- Comment #6 from Jan Ceuleers jan.ceuleers@computer.org --- I have the same problem as in comment #4: the application installs and runs but does not find any inverters via SpeedWire (i.e. Ethernet).
I noticed using Wireshark on Windows that one of the first things this application does is join a couple of multicast groups using IGMPv3, and I see no such network traffic using Wireshark while starting Sunny Explorer with wine 1.7.38 under Ubuntu 14.04. I know that the setcap incantation is required and has properly taken effect because without it there is an error about SOCK_RAW creation needing special permissions. As a matter of fact it is not enough to incant this incantation on wineserver, I've also done it on wine and the application itself.
The only errors now thrown by wine (obviously in addition to a load of fixmes) are:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded err:ole:CoGetContextToken apartment not initialised
Any further hints would be gratefully received.