[Bug 29509] New: Visual Studio 2005 trial crashes quickly building Wine
http://bugs.winehq.org/show_bug.cgi?id=29509 Bug #: 29509 Summary: Visual Studio 2005 trial crashes quickly building Wine Product: Wine Version: 1.3.36 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Classification: Unclassified Visual C++ 2005 Trial installs ok with following recipe: winetricks mfc42 dotnet20 use wine-1.3.15 to work around bug 27987 (or maybe just create the directory that bug mentions) mount image and run installer Trying to load the projects generated by tools/winapi/msvcmaker throws up one "operation could not be completed" dialog on display.drv16.dsp, but seems to complete. (The IDE may freeze for 30 seconds after loading the wine projects the first time, but is then responsive sooner on later runs.) Doing Build / Build Solution compiles a few files, and generates real-looking warnings, but then the IDE crashes. You can get the IDE to crash sooner by running with WINEDEBUG=warn+heap; then it doesn't even compile one file before it crashes. Installing vcrun2005 might make it slighly more stable, but doesn't solve the problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29509 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.microsoft.c | |om/download/6/f/5/6f5f7a01- | |50bb-422d-8742-c099c8896969 | |/En_vs_2005_vsts_180_Trial. | |img -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29509 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #1 from André H. <nerv(a)dawncrow.de> 2012-01-02 08:39:16 CST --- i know i could generate it for the whole tree, but it's always such a mess, so could you please attach display.drv16.dsp -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29509 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2012-01-02 08:53:57 CST --- Created attachment 38222 --> http://bugs.winehq.org/attachment.cgi?id=38222 Generated project for display_drv16 OK, le voila. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29509 --- Comment #3 from André H. <nerv(a)dawncrow.de> 2012-01-02 09:11:33 CST --- what happens if you do: wine nmake.exe /f "display_drv16.mak" (just to be sure the file is ok / or maybe load the file on windows) further a +relay,+seh,+tid log would be great -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29509 --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2012-01-02 09:45:33 CST --- I don't see any .mak files, only .dsp's. dank(a)pantry:~/wine-git/dlls/display.drv16$ ls display.c display.drv16.spec display_drv16.vcproj.pantry.dank.user Makefile oic_hand.ico display_drv16.dsp display_drv16.vcproj display.rc Makefile.in -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29509 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=29509 --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2012-01-09 05:29:33 CST --- Aha, I see it was Visual Studio 6 that had an Export Makefile option, but that was removed in all later versions of Visual Studio. So can't try with .mak. There is a /Build option on devenv.exe which does let one build without the gui, at least after you convert the projects to the new format. I tried a bit more on wine, and seem to recall that 'winetricks msxml3' got rid of one msxml error and made a commandline build get a bit further. Then to figure out what the expected behavior is on windows, I switched to building wine there. My partial recipe is at http://kegel.com/wine/wow.html but it doesn't build much of wine successfully yet. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=29509 --- Comment #6 from Austin English <austinenglish(a)gmail.com> --- wine.dsw won't open for me, see bug 37224 -- 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=29509 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #6)
wine.dsw won't open for me, see bug 37224
With bug 37224 fixed, I tried building wine-1.7.26-21-g45c1d7c (using the same version). There are issues with .dsp's and the api-* dlls, which may be VC bugs (haven't checked windows), but there is no crash. The build itself fails for other reasons (I'll attach a build log). -- 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=29509 --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- Created attachment 49536 --> https://bugs.winehq.org/attachment.cgi?id=49536 build log -- 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=29509 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.27. -- 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=29509 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net URL|http://download.microsoft.c |https://web.archive.org/web |om/download/6/f/5/6f5f7a01- |/20161115203751/http://down |50bb-422d-8742-c099c8896969 |load.microsoft.com/download |/En_vs_2005_vsts_180_Trial. |/6/f/5/6f5f7a01-50bb-422d-8 |img |742-c099c8896969/En_vs_2005 | |_vsts_180_Trial.img -- 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