http://bugs.winehq.org/show_bug.cgi?id=35209
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Version|unspecified |1.6.1 URL| |http://files.sma.de/dl/8494 | |/SunnyExplorerSetup%20v1.06 | |.17.R.exe Keywords| |download Component|-unknown |mscoree CC| |focht@gmx.net Ever confirmed|0 |1 Summary|application crash (SMA |SMA Sunny Explorer 1.06.17 |Sunny Explorer 1.06.17) |crashes on startup
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks
obviously a Wine-Mono problem.
--- snip --- Unhandled exception: page fault on read access to 0x20800001 in 32-bit code (0x6d5eeaf0). ... =>0 0x6d5eeaf0 in libmono-2.0-x86 (+0xeeaf0) (0x0033fc08) 1 0x00e08b44 (0x0033fc08) --- snip ---
The app requires at least .NET Framework 2.0
The installer suffers from bug 35134 (just type 'exit' in command prompt to work around):
--- snip --- fixme:advapi:CreateProcessAsUserW 0xec L"C:\windows\system32\cmd.exe" L"/C "C:\users\focht\Temp\{1CA29E7A-4D33-4D9A-B17B-263B9FC96E96}.bat"" (nil) (nil) 1 0x08000000 (nil) (null) 0xe8ddcc 0xe8de18 - semi- stub Microsoft Windows 5.1.2600 (1.7.9)
Z:\home\focht\Downloads> --- snip ---
Anyway, the app starts fine with 'winetricks -q dotnet20' in 32-bit WINEPREFIX.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/SMA/Sunny Explorer ... $ wine ./SunnyExplorer.exe --- snip ---
Couldn't test further as the app requires real device communication via 'Bluetooth' (won't work as of now) or 'Speedwire' where SMA uses some IGMP Multicast (needs SOCK_RAW -> 'setcap cap_net_raw=ep', beware of bug 26256).
$ sha1sum SunnyExplorerSetup\ v1.06.17.R.exe bf676e3b924e24b2ecddc8f3ce29771cfafc63d5 SunnyExplorerSetup v1.06.17.R.exe
$ du -sh SunnyExplorerSetup\ v1.06.17.R.exe 76M SunnyExplorerSetup v1.06.17.R.exe
$ wine --version wine-1.7.9-138-g773697a
Regards