I am using the CVS wine as of 6/22/04 and when I run the compiled binary of wine, I get a Segmentation Fault. In fact, most of the wine* binaries located in /usr/local/bin give me a Segmentation Fault. I have tried a manual compile: ./configure, make depend && make, su -c make install. and using the wineinstall tool. I'm running fedora 2 and using the sources. RPMs don't work either.
-- David Lee
On Tue, 22 Jun 2004 10:32:12 -0700, David Lee wrote:
I am using the CVS wine as of 6/22/04 and when I run the compiled binary of wine, I get a Segmentation Fault. In fact, most of the wine* binaries located in /usr/local/bin give me a Segmentation Fault. I have tried a manual compile: ./configure, make depend && make, su -c make install. and using the wineinstall tool. I'm running fedora 2 and using the sources. RPMs don't work either.
Does it work if you run wine-pthread directly?
Mike Hearn <mike <at> navi.cx> writes:
On Tue, 22 Jun 2004 10:32:12 -0700, David Lee wrote:
I am using the CVS wine as of 6/22/04 and when I run the compiled binary of wine, I get a Segmentation Fault.
Does it work if you run wine-pthread directly?
i didn't start this thread but i am equally (maybe more so?) interested to see this Wine & Fedora problems (finally) resolved. i'm using FC2 and yes, i can attest that using wine-pthread directly seemingly allows things to work correctly.
i.e.
[root@markf78 windows]# wine notepad.exe & [1] 8068 [root@markf78 windows]# [1]+ Segmentation fault wine notepad.exe [root@markf78 windows]# wine-pthread notepad.exe & [1] 8070 [root@markf78 windows]# [1]+ Done wine-pthread notepad.exe [root@markf78 windows]#
this lingering problem between Fedora and Wine is in bugzilla here: http://bugs.winehq.org/show_bug.cgi?id=2137
mark. :-)
Le ven 25/06/2004 à 20:21, Mark A Fonnemann a écrit :
Mike Hearn <mike <at> navi.cx> writes:
On Tue, 22 Jun 2004 10:32:12 -0700, David Lee wrote:
I am using the CVS wine as of 6/22/04 and when I run the compiled binary of wine, I get a Segmentation Fault.
Does it work if you run wine-pthread directly?
i didn't start this thread but i am equally (maybe more so?) interested to see this Wine & Fedora problems (finally) resolved. i'm using FC2 and yes, i can attest that using wine-pthread directly seemingly allows things to work correctly.
Could you try current CVS and see if it works (using straight wine)?
Alexandre committed a fix for that yesterday.
Vincent