[Bug 22723] New: AutoCad R14 stopped working with update to wine 1.1.43 on Mandriva 2010.0 x86-32
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(a)winehq.org ReportedBy: rapp.dl(a)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. -- 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=22723 Vitaliy Margolen <vitaliy(a)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(a)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 -- 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=22723 Tom <tomhomme13(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomhomme13(a)gmail.com --- Comment #2 from Tom <tomhomme13(a)gmail.com> 2010-05-20 14:24:12 --- I get the same error as rapp.dl(a)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. -- 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=22723 fixbox2001(a)hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fixbox2001(a)hotmail.com --- Comment #3 from fixbox2001(a)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 -- 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=22723 --- Comment #4 from Austin English <austinenglish(a)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? -- 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=22723 --- Comment #5 from fixbox2001(a)hotmail.com 2010-06-25 16:42:08 --- Installing the native msvcrt allows the application to open without the heap error. -- 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=22723 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt -- 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=22723 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-25 17:14:56 --- So this one, right?: commit d58b385b385b9ba244377c534f2a7e09c50aa997 Author: Piotr Caban <piotr(a)codeweavers.com> Date: Thu Apr 15 14:25:13 2010 +0200 msvcrt: Change implementation of setlocale. Did you try to revert this commit? -- 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=22723 --- Comment #7 from fixbox2001(a)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... -- 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=22723 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |dank(a)kegel.com Resolution| |FIXED --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2010-07-01 19:26:21 --- Great, marking fixed then. -- 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=22723 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-02 12:35:13 --- Closing bugs fixed in 1.2-rc6. -- 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=22723 --- Comment #10 from fixbox2001 <fixbox2001(a)hotmail.com> 2010-07-03 18:43:57 --- Confirmed fixed on both 32 and 64 bit releases of rc6. -- 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.
participants (1)
-
wine-bugs@winehq.org