https://bugs.winehq.org/show_bug.cgi?id=48873
Bug ID: 48873 Summary: Evernote 6.4.x crashes when dropping file into open note Product: Wine Version: 5.5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: robert.munteanu@gmail.com Distribution: ---
Created attachment 66806 --> https://bugs.winehq.org/attachment.cgi?id=66806 Crash backtrace
With Wine 5.5, Evernote 6.42.2.8919
I get a crash when dragging and dropping a file into the note editor. This used to work at some point, but I can't tell exactly when.
https://bugs.winehq.org/show_bug.cgi?id=48873
--- Comment #1 from Robert Munteanu robert.munteanu@gmail.com --- Ugh, that was meant to say 6.24.x, not 6.4.x
https://bugs.winehq.org/show_bug.cgi?id=48873
Robert Munteanu robert.munteanu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://cdn1.evernote.com/wi | |n6/public/Evernote_6.24.2.8 | |919.exe
https://bugs.winehq.org/show_bug.cgi?id=48873
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Evernote 6.4.x crashes when |Evernote 6.24.x crashes |dropping file into open |when dropping file into |note |open note
https://bugs.winehq.org/show_bug.cgi?id=48873
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://cdn1.evernote.com/wi |https://web.archive.org/web |n6/public/Evernote_6.24.2.8 |/20200403152332/http://cdn1 |919.exe |.evernote.com/win6/public/E | |vernote_6.24.2.8919.exe CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce this. Dropping text files with ANSI/UNICODE content (including links) works fine here. Does your file have any special content/MIME type?
I'm surprised that you didn't mentioned any other problems.
* installer crashes in clean 64-WINEPREFIX due to Wine + app bug (bad error handling/code paths) -> already reported as bug 42687 but not analysed
* main executable 'Evernote.exe' doesn't start reliably, it crashes early in 50% of the cases due to heap corruption
It seems there a quite a number of Evernote bug reports, most of them have not been properly analysed yet
https://bugs.winehq.org/buglist.cgi?quicksearch=%20Evernote&list_id=6921...
$ sha1sum Evernote_6.24.2.8919.exe 99b67c78a6551292d601d5faf6751171580ad57e Evernote_6.24.2.8919.exe
$ du -sh Evernote_6.24.2.8919.exe 125M Evernote_6.24.2.8919.exe
$ wine --version wine-5.5-208-g3047385437
Regards
https://bugs.winehq.org/show_bug.cgi?id=48873
--- Comment #3 from Robert Munteanu robert.munteanu@gmail.com --- Hello.
(In reply to Anastasius Focht from comment #2)
Hello folks,
I can't reproduce this. Dropping text files with ANSI/UNICODE content (including links) works fine here. Does your file have any special content/MIME type?
It works for plain text files. I think that happens since they have their content added to the note. But it crashes reliably for
- PDF files - image files - JSON files
All of those are presumably attached/embedded to the note.
I'm surprised that you didn't mentioned any other problems.
- installer crashes in clean 64-WINEPREFIX due to Wine + app bug (bad error
handling/code paths) -> already reported as bug 42687 but not analysed
That's because I have not installed for a long time. My install works.
- main executable 'Evernote.exe' doesn't start reliably, it crashes early in
50% of the cases due to heap corruption
It seems there a quite a number of Evernote bug reports, most of them have not been properly analysed yet
https://bugs.winehq.org/buglist.cgi?quicksearch=%20Evernote&list_id=6921...
I try to keep the version I'm using up-to-date in AppDB - see https://appdb.winehq.org/objectManager.php?sClass=version&iId=38847 . It's not bug-free, but good enough for day-to-day use.
$ sha1sum Evernote_6.24.2.8919.exe 99b67c78a6551292d601d5faf6751171580ad57e Evernote_6.24.2.8919.exe
$ du -sh Evernote_6.24.2.8919.exe 125M Evernote_6.24.2.8919.exe
$ wine --version wine-5.5-208-g3047385437
Still a problem with 5.6.
Thanks, Robert