http://bugs.winehq.org/show_bug.cgi?id=22951
Summary: AutoCAD 2005 Mechanical: Fails to start 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
Created an attachment (id=28414) --> (http://bugs.winehq.org/attachment.cgi?id=28414) WINEDEBUG=+relay on Wine-1.2-rc2
Steps to reproduce: 1) remove ~/.wine 2) install AutoCAD 2005 Mechanical using Wine-1.2-rc2 3) start AutoCAD 2005 by wine acad.exe
Behaviour: On Wine-1.2-rc1 and Wine-1.2-rc2 AutoCAD 2005 doesn't start and displays nothing in terminal
On Wine-1.1.44 AutoCAD 2005 starts fine.
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