WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: It says debugger is detected
by Nathan Bennett on Thursday January 7th 2010, 22:34
I had this happen also when running Wine in Gobolinux and a few sources of Wine in PuppyLinux.
After following some instructions on compiling Wine in Puppylinux, I was able to get FlatOut running.
It appears, at least to me, to be related to how Wine is configured befored compiled.
Here are two codes I used, at different times, that worked (thanks to forum member Technosaurus):

[code]
./configure --prefix=/usr --build=i486-t2-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x --without-hal --without-gnutls --without-capi --disable-tests
[/code]

[code]
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu
[/code]

I imagine that some of it is specific to PuppyLinux.
Perhaps it will give you an idea as to the direction of solving this on your OS.

[post new] [reply to this]

Page loaded in 0.01108 seconds.