On Wed, 11 May 2005 23:01:17 +1200, Adrian Harvey wrote:
Well, I got some output at least! Never used strace before, but it looks kinda like a +relay trace for the kernel :-)
Yep, that's exactly what it is :)
I also happened to be tailing the syslog (I was looking at something completely different) and I noticed that the following was written:
May 11 22:50:55 orac kernel: strace[7749] trap stack segment rip:410c86 rsp:800000007b20 error:0 May 11 22:50:55 orac kernel: wine-preloader[7750]: segfault at 000000005575b624 rip 000000005575b624 rsp 00000000ffffc824 error 15
I doubt it's much use, but I thought any information might help here....
Somehow you managed to compile Wine as 64-bits, which isn't going to work. I think you need to remove your current Wine installation and install/compile it as 32 bits.
thanks -mike