https://bugs.winehq.org/show_bug.cgi?id=52488
Bug ID: 52488 Summary: Nota Bene crashes at the end of install with denormal float operand exception Product: Wine Version: 7.1 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Follow up to bug 12732. Now that the thunks are not getting freed anymore, this is the next issue plaguing the installer. Note that it works fine in winevdm from otya128 and we have permissions to port fixes back to Wine.
https://bugs.winehq.org/show_bug.cgi?id=52488
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.notabene.com/do | |wnload/demos/nbdemo80.exe Keywords| |download, Installer, win16 Depends on| |12732
https://bugs.winehq.org/show_bug.cgi?id=52488
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Created attachment 71788 --> https://bugs.winehq.org/attachment.cgi?id=71788 Fix for the crash
Attaching a fix for that crash. Not really sure why that works, or what it does...
Found by investigating otya128/winevdm, specifically https://github.com/otya128/winevdm/commit/d36e691b09fb50448625e16a27941c01d4...
https://bugs.winehq.org/show_bug.cgi?id=52488
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=52488
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Nota Bene crashes at the |Nota Bene 8.0 crashes at |end of install with |the end of install with |denormal float operand |denormal float operand |exception |exception URL|https://www.notabene.com/do |https://web.archive.org/web |wnload/demos/nbdemo80.exe |/20220116231657/https://www | |.notabene.com/download/demo | |s/nbdemo80.exe
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20220116231657/https://www.notabene.com/download...
https://www.virustotal.com/gui/file/c8eabc87415ecf744a9c9b89791ca4515b5a5b88...
$ sha1sum nbdemo80.exe 86b33402921d6cb3abfe71f9c3181878b92bc68f nbdemo80.exe
$ du -sh nbdemo80.exe 18M nbdemo80.exe
Regards
https://bugs.winehq.org/show_bug.cgi?id=52488
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=52488
Julian RĂ¼ger jr98@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98@gmx.net
https://bugs.winehq.org/show_bug.cgi?id=52488
crazyc bs666_1@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bs666_1@hotmail.com
--- Comment #3 from crazyc bs666_1@hotmail.com --- (In reply to Fabian Maurer from comment #1)
Created attachment 71788 [details] Fix for the crash
Attaching a fix for that crash. Not really sure why that works, or what it does...
Found by investigating otya128/winevdm, specifically https://github.com/otya128/winevdm/commit/ d36e691b09fb50448625e16a27941c01d473577a
The PR, https://github.com/otya128/winevdm/pull/894, does explain what it's for and does.