https://bugs.winehq.org/show_bug.cgi?id=37881
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://www.livescribe.com/d | |e/support/echo/setup/ CC| |focht@gmx.net Component|-unknown |msvcp Summary|Livescribe Echo Desktop |Livescribe Echo Desktop 3.0 |does not work under wine |crashes on unimplemented | |function | |msvcp120.dll._Cnd_init Ever confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming from crash log.
--- snip --- fixme:msvcp:_Mtx_init unknown flags ignorred: 2 wine: Call from 0x7b83da72 to unimplemented function msvcp120.dll._Cnd_init, aborting --- snip ---
Tidbit: the installer silently installs .NET Framework 2.0 SP1 on its own if Wine-Mono is not present in WINEPREFIX (as in my case).
I couldn't reproduce the crash though, the GUI is responsive for me.
The crash could be the result of a different code path being hit due to:
- using an older Wine version (1.7.4) - Wine-Mono 4.5.x
You might want to update the Wine version to recent 1.7.3x series, preferably Wine 1.7.34
$ sha1sum EchoDesktop_Setup_v3.0.1.exe 2f32aa96f71b466fbdeb7968220387d4fdc03565 EchoDesktop_Setup_v3.0.1.exe
$ du -sh EchoDesktop_Setup_v3.0.1.exe 159M EchoDesktop_Setup_v3.0.1.exe
$ wine --version wine-1.7.34
Regards