[Bug 45752] New: Visual Studio 2010 (full edition): exception raised on startup
https://bugs.winehq.org/show_bug.cgi?id=45752 Bug ID: 45752 Summary: Visual Studio 2010 (full edition): exception raised on startup Product: Wine Version: 3.14 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: bob.mt.wya(a)gmail.com Distribution: --- I've recently been bashing away trying to get my old Visual Studio 2010 installer to work under Wine. To summarise my findings (using Gentoo): wine-staging-3.14 built with gcc 8.1.0 CFLAGS="... -O0" : Visual Studio starts up as expected wine-staging-3.14 built with gcc 8.1.0 CFLAGS="... -O1" : Visual Studio starts up as expected wine-staging-3.14 built with gcc 8.1.0 CFLAGS="... -O2" : Visual Studio starts up and immediately raises an exception wine-vanilla-3.14 built with gcc 8.1.0 CFLAGS="... -O0" : Visual Studio starts up and immediately raises an exception wine-vanilla-3.15 built with gcc 8.1.0 CFLAGS="... -O0" : Visual Studio starts up and immediately raises an exception -- 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=45752 --- Comment #1 from Robert Walker <bob.mt.wya(a)gmail.com> --- Created attachment 62194 --> https://bugs.winehq.org/attachment.cgi?id=62194 wine-staging-3.14_p1-ms_visual_studio_2010_seh_module_log.txt Wine Staging 3.14 built with: gcc 8.1.0 CFLAGS="... -O1" export WINEDEBUG=+timestamp,+tid,+seh,+module Microsoft Visual Studio 2010 starts up OK with this Wine build. -- 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=45752 --- Comment #2 from Robert Walker <bob.mt.wya(a)gmail.com> --- Created attachment 62195 --> https://bugs.winehq.org/attachment.cgi?id=62195 wine-staging-3.14-ms_visual_studio_2010_seh_module_log.txt Wine Staging 3.14 built with: gcc 8.1.0 CFLAGS="... -O2" export WINEDEBUG=+timestamp,+tid,+seh,+module Microsoft Visual Studio 2010 starts up and fails immediately with a raised exception. -- 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=45752 --- Comment #3 from Robert Walker <bob.mt.wya(a)gmail.com> --- Created attachment 62196 --> https://bugs.winehq.org/attachment.cgi?id=62196 wine-vanilla-3.15-ms_visual_studio_2010_seh_module_log.txt Wine 3.15 built with: gcc 8.1.0 CFLAGS="... -O0" export WINEDEBUG=+timestamp,+tid,+seh,+module Microsoft Visual Studio 2010 starts up and fails immediately with a raised exception. -- 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=45752 Markus Fischer <exterminator(a)forty-seven.info> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |exterminator(a)forty-seven.in | |fo -- 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=45752 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #4 from Fabian Maurer <dark.shadow4(a)web.de> --- For me it sounds like being related to bug 45199. Does downgrading gcc change anything? -- 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=45752 --- Comment #5 from Robert Walker <bob.mt.wya(a)gmail.com> --- (In reply to Fabian Maurer from comment #4)
For me it sounds like being related to bug 45199. Does downgrading gcc change anything?
That's what I assumed initially... I've got gcc 7.3.0 installed as well as gcc 8.1.0. Rebuilding wine-staging with gcc 7.3.0 CFLAGS=" ... -O2" didn't help this specific problem. An identical exception was raised still. -- 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=45752 --- Comment #6 from Robert Walker <bob.mt.wya(a)gmail.com> --- wine-staging-3.17 gcc 8.2.0 CFLAGS="... -O0" : Visual Studio starts up as expected wine-staging-3.17 gcc 8.2.0 CFLAGS="... -O2" : Visual Studio starts up and immediately raises an exception So it _appears_ that this issue is not to be directly related to: https://bugs.winehq.org/show_bug.cgi?id=45199 -- 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=45752 --- Comment #7 from Fabian Maurer <dark.shadow4(a)web.de> --- The fixes there are specific fixes, not generic, so maybe something is missing for this here. -- 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=45752 zzzzzyzz(a)hacari.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz(a)hacari.org -- 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=45752 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24(a)gmail.com --- Comment #8 from Alex Henrie <alexhenrie24(a)gmail.com> --- Can you get a backtrace if you run the program with winedbg? -- 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=45752 Andrey <andrey.gursky(a)e-mail.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.gursky(a)e-mail.ua -- 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=45752 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Component|-unknown |build-env CC| |focht(a)gmx.net Status|UNCONFIRMED |RESOLVED Summary|Visual Studio 2010 (full |Microsoft Visual Studio |edition): exception raised |2010 crashes on startup |on startup |after compiling Wine with | |GCC 8.x+ and -O2 (detours | |hook engine can't handle | |GOT/PIC code emitted at | |function entry) --- Comment #9 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, dupe of bug 45213 Regards *** This bug has been marked as a duplicate of bug 45213 *** -- 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=45752 --- Comment #10 from Robert Walker <bob.mt.wya(a)gmail.com> --- (In reply to Anastasius Focht from comment #9)
Hello folks,
dupe of bug 45213
Regards
Thanks for your hard work once again! :-) -- 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=45752 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Duplicate. -- 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=45752 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20111128000656/http://down | |load.microsoft.com/download | |/2/4/7/24733615-AA11-42E9-8 | |883-E28CDCA88ED5/X16-42552V | |S2010UltimTrial1.iso Keywords| |download -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla