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: err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ef9171c What is the seh component? What can I try? thanks.
According to the AppDB, it worked in 1.1.41. Try downgrading to that version. If that fixes it, please run a regression test and file a bug. http://wiki.winehq.org/RegressionTesting
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: $ 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?
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: > > $ 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-b62ae8f996e97e1df7258bb8eaec2e83e54ca799 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.