Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
etwineb
Level 4
Posts: 101 Joined: Wed Dec 10, 2008 12:05 pm
Post
by etwineb » Mon May 24, 2010 4:47 pm
I am using Wine 1.1.44 to execute Autocad 2000, but today the program crashed when starting a new drawing or opening an existing one.
Unfortunately I use Autocad fairly rarely so I do no really know what version break it.
Here is the relevant message
Code: Select all
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ef9171c
What is the seh component? What can I try?
thanks.
etwineb
Level 4
Posts: 101 Joined: Wed Dec 10, 2008 12:05 pm
Post
by etwineb » Wed May 26, 2010 9:00 am
I downgraded to version 1.1.41: it seems Autocad 2000 works fine with it.
I see if I can compile wine 32 bin in my 64 bit system; but it seems unlikely.
Code: Select all
$ echo z.c
int main() {}
$ gcc -m32 z.c
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
Should I at least write a result in the AppDB?
dimesio
Moderator
Posts: 13373 Joined: Tue Mar 25, 2008 10:30 pm
Post
by dimesio » Wed May 26, 2010 9:50 am
etwineb wrote: I downgraded to version 1.1.41: it seems Autocad 2000 works fine with it.
I see if I can compile wine 32 bin in my 64 bit system; but it seems unlikely.
Code: Select all
$ echo z.c
int main() {}
$ gcc -m32 z.c
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
Should I at least write a result in the AppDB?
You should be able to compile Wine on a 64 bit system, but you need to install some 32 bit packages.
http://wiki.winehq.org/WineOn64bit#head ... 83e54ca799
Yes, please file a test report in the AppDB. But running a regression test is far more important. This is probably the same as
http://bugs.winehq.org/show_bug.cgi?id=22723 , which still needs a regression test.
etwineb
Level 4
Posts: 101 Joined: Wed Dec 10, 2008 12:05 pm
Post
by etwineb » Sat May 29, 2010 4:09 am
Instead of installing hundred of libraries I just set-up a 32 bit chroot environment and I could compile wine-git!
No need of bisections, Autocad 2k works fine with the newest version.
Thanks for everything.