http://bugs.winehq.org/show_bug.cgi?id=22723
Summary: AutoCad R14 stopped working with update to wine 1.1.43 on Mandriva 2010.0 x86-32 Product: Wine Version: 1.1.43 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: rapp.dl@gmail.com
AutoCad R14 at start-up shows "Fatal Error" "Heap Error." Clicking OK closes AutoCad R14. AutoCad R14 was working in previous version of Wine (1.1.39) Mandriva 2010.0 x86 32 bit.
http://bugs.winehq.org/show_bug.cgi?id=22723
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Priority|P3 |P2 Summary|AutoCad R14 stopped working |AutoCad R14 crashes on |with update to wine 1.1.43 |start |on Mandriva 2010.0 x86-32 | Severity|critical |normal
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-05-16 12:09:16 --- Not critical: http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Attach terminal output and perform complete regression testing as described here: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=22723
Tom tomhomme13@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tomhomme13@gmail.com
--- Comment #2 from Tom tomhomme13@gmail.com 2010-05-20 14:24:12 --- I get the same error as rapp.dl@gmail.com. The version which does not have the "Fatal Error" "Heap Error" is 1.1.42. Both 1.1.43 and 1.1.44 exhibit the Heap Error behaviour.
http://bugs.winehq.org/show_bug.cgi?id=22723
fixbox2001@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fixbox2001@hotmail.com
--- Comment #3 from fixbox2001@hotmail.com 2010-06-25 11:53:12 --- 1.1.42-330-g10023a1 works 1.1.42-331-gd58b385 heap error
This is my first try at compiling / regression testing, but the first bad commit seems to be
msvcrt: Change implementation of setlocale
http://bugs.winehq.org/show_bug.cgi?id=22723
--- Comment #4 from Austin English austinenglish@gmail.com 2010-06-25 12:11:01 --- (In reply to comment #3)
1.1.42-330-g10023a1 works 1.1.42-331-gd58b385 heap error
This is my first try at compiling / regression testing, but the first bad commit seems to be
msvcrt: Change implementation of setlocale
Does native msvcrt work then? Or checking out the commit before that one?
http://bugs.winehq.org/show_bug.cgi?id=22723
--- Comment #5 from fixbox2001@hotmail.com 2010-06-25 16:42:08 --- Installing the native msvcrt allows the application to open without the heap error.
http://bugs.winehq.org/show_bug.cgi?id=22723
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt
http://bugs.winehq.org/show_bug.cgi?id=22723
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2010-06-25 17:14:56 --- So this one, right?:
commit d58b385b385b9ba244377c534f2a7e09c50aa997 Author: Piotr Caban piotr@codeweavers.com Date: Thu Apr 15 14:25:13 2010 +0200
msvcrt: Change implementation of setlocale.
Did you try to revert this commit?
http://bugs.winehq.org/show_bug.cgi?id=22723
--- Comment #7 from fixbox2001@hotmail.com 2010-07-01 17:09:50 --- I retrieved the latest (1.2-rc5-g71fb006) today using git and recompiled on Fedora 13 (32 bit). The heap error was gone and the program started correctly.
1.2-rc5 on Ubuntu 64 bit from the repositories still has the heap error and the program crashes on startup.
I suspect this is what fixes it:
3 days ago Alexandre Julliard msvcrt: Use the correct strdup function for locale...
http://bugs.winehq.org/show_bug.cgi?id=22723
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |dank@kegel.com Resolution| |FIXED
--- Comment #8 from Dan Kegel dank@kegel.com 2010-07-01 19:26:21 --- Great, marking fixed then.
http://bugs.winehq.org/show_bug.cgi?id=22723
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-07-02 12:35:13 --- Closing bugs fixed in 1.2-rc6.
http://bugs.winehq.org/show_bug.cgi?id=22723
--- Comment #10 from fixbox2001 fixbox2001@hotmail.com 2010-07-03 18:43:57 --- Confirmed fixed on both 32 and 64 bit releases of rc6.