[Bug 43940] New: Runtime error: Invalid floating point operation in Dys-Vocal2 installer
https://bugs.winehq.org/show_bug.cgi?id=43940 Bug ID: 43940 Summary: Runtime error: Invalid floating point operation in Dys-Vocal2 installer Product: Wine Version: 2.19 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: xerox.xerox2000x(a)gmail.com Distribution: --- This error window comes up while starting the installer in Staging, then exits. The error is not present in wine-2.19. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de Product|Wine |Wine-staging Keywords| |download, Installer Component|-unknown |-unknown URL| |http://www.dyslogiciel.fr/# | |t1 --- Comment #1 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- added some info -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 --- Comment #2 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Created attachment 59578 --> https://bugs.winehq.org/attachment.cgi?id=59578 debuglog Added +relay,+seh,+tid debuglog sha1sum Installation-de-Dys-Vocal2.exe d0c8bf2a26291d4cdd0d56181a3ecb20a47d898d Installation-de-Dys-Vocal2.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Robert Walker <bob.mt.wya(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bob.mt.wya(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- Can reproduce with Arch Linux packages (both staging and non-staging), but can't reproduce the error with current git tree (with or without staging patches). Can you provide more information? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 --- Comment #4 from Fabian Maurer <dark.shadow4(a)web.de> --- Okay, appears in wine-2.19, too. Marking as non-staging issue. Problem appears when compiling normally, but not with CFLAGS="-g -O0". Can you confirm these findings? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 --- Comment #5 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (In reply to Fabian Maurer from comment #4)
Okay, appears in wine-2.19, too. Marking as non-staging issue. Problem appears when compiling normally, but not with CFLAGS="-g -O0".
Can you confirm these findings?
Hi Fabian, I compiled my wine with -O0, and used precomiled staging package (i guess those are compiled with -02(?)), so that supports your findings. Note however this thread https://forum.winehq.org/viewtopic.php?f=8&t=29640 I think it`s the same issue and the user reported that wine-2.0.3 (i guess precompiled package) solves the issue as well -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 --- Comment #6 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Created attachment 59612 --> https://bugs.winehq.org/attachment.cgi?id=59612 msvcrt compiled with CFLAGS=-02 (gives runtime error) I attach here msvcrt.dll compiled with CFLAGS=-02, this gives the runtime error When compiled with CFLAGS=-00 there`s no error; i`ll attach that hereafter -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 --- Comment #7 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Created attachment 59613 --> https://bugs.winehq.org/attachment.cgi?id=59613 msvcrt.dll compiled with CFLAGS=-O0 (no error, works fine) Attached a ``good working`` msvcrt.dll, compiled with CFLAGS=-O0 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt Product|Wine-staging |Wine --- Comment #8 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (not a staging bug) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |ee33d38c5041a8293c642578015 | |72d1c742b0aba --- Comment #9 from Piotr Caban <piotr.caban(a)gmail.com> --- Following patch fixes the issue for me: ee33d38c5041a8293c64257801572d1c742b0aba (msvcrt: Call cdecl functions with empty FPU stack in _CI* functions) You can try it yourself by building wine from git or wait for wine 3.0-rc1 (that should be released on 8th of December). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.0-rc1. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.0.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43940 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.x |--- --- Comment #11 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 2.0.x milestone from bugs included in 2.0.5. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org