http://bugs.winehq.org/show_bug.cgi?id=22954
Summary: AutoCAD 2008: SP1 crashes Product: Wine Version: 1.2-rc1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com CC: julliard@winehq.org
Created an attachment (id=28418) --> (http://bugs.winehq.org/attachment.cgi?id=28418) Terminal output on Wine-1.2-rc2
Steps to reproduce: 1) remove ~/.wine 2) winetricks dotnet20 2) install AutoCAD 2008 3) start SP1 for AutoCAD 2008 by wine autocad2008lockedsp1.exe
Behaviour: On Wine-1.2-rc1 and Wine-1.2-rc2 Wine shows Program Error
On Wine-1.1.44 SP1 starts and displays error 1603 but it's error from service pack and not Wine
Regression test between Wine 1.2-rc1 and Wine 1.1.44 did give
f7f4e9e3be9f0bff65857637030dfb0718bfb8bd is the first bad commit commit f7f4e9e3be9f0bff65857637030dfb0718bfb8bd Author: Alexandre Julliard julliard@winehq.org Date: Fri May 7 22:38:32 2010 +0200
include: Force inlining exported API functions to avoid duplicate definitions.
:040000 040000 0cfb7987288bc96c4dd34a4f064b8df178b4c390 53b20cbcdf158b6d9bffcfbc60c78d5dcaa9541c M include
It worth noticing that I always did git bisect bad.
After reverting that patch Wine fails to compile with following error
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O0 -o mbtowc.o mbtowc.c ../tools/widl/widl -I. -I. -I../include -I../include -h -H tom.h tom.idl {standard input}: Assembler messages: {standard input}:1587: Error: symbol `wine_get_fs' is already defined {standard input}:1617: Error: symbol `wine_set_fs' is already defined make[1]: *** [ldt.o] Error 1 make[1]: *** Waiting for unfinished jobs.... ../tools/widl/widl -I. -I. -I../include -I../include -h -H urlhist.h urlhist.idl make[1]: Leaving directory `/home/Wojnilowicz/wine-git/libs/wine' make: *** [libs/wine] Error 2 make: *** Waiting for unfinished jobs....
Additional info
1) Wine 1.2-rc1 and 1.2-rc2 were compiled by following command CFLAGS="-g -gdwarf-2" ./configure --disable-tests && make -j3 2) Wine 1.1.44 was compiled by following command ./configure --disable-tests && make -j3 because of errors about source tree during compilation process
3) All devel packages were installed besides libmpg123 4) gcc --version gives gcc (GCC) 4.4.4 20100503 (Red Hat 4.4.4-2) 5) I'm using Fedora 13 32 bit