https://bugs.winehq.org/show_bug.cgi?id=36539
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://filehippo.com/downlo | |ad_evernote/57658 CC| |focht@gmx.net Component|windowscodecs |-unknown Version|unspecified |1.7.19 Summary|Evernote_5.4.0.3698 .exe: |Evernote 5.4 crashes on |it gives an error and asks |startup (automatic proxy |me to close the app |configuration fails)
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
runs fine here. Created notes, shared etc.
The app suffers from bug 35041 (use 'taskset -c 0 wine ./Evernote.exe').
The backtrace is almost useless without symbol information but hints at 'jsproxy' dll (automatic proxy configuration) which was introduced with Wine 1.7.19
There was one commit on top of Wine 1.7.19 (0dda8a14db8d83505670f1375966d35ed3c05ecd -> "jsproxy: Avoid potential NULL dereference (Coverity).") so you could try GIT or wait for Wine 1.7.20
Create a trace log using:
--- snip --- $ WINEDEBUG=+tid,+seh,+winhttp,+jsproxy,+jscript wine ./Evernote.exe >>log.txt 2>&1 --- snip ---
and attach it to the bug.
$ sha1sum Evernote_5.4.0.3698.exe cb00e6a2976b3af3c727a505ffc11a600eae3879 Evernote_5.4.0.3698.exe
$ du -sh Evernote_5.4.0.3698.exe 83M Evernote_5.4.0.3698.exe
$ wine --version wine-1.7.19-70-gd6a59f7
Regards