Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-01-2003, 05:09 AM
|
#1
|
LQ Newbie
Registered: Mar 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 6
Rep:
|
WineX Troubles
Hey everyone, I installed WineX 2.2 or somthing like that using the rpm method.
All seemed to install fine, my friend got the same version and it works for him, but i have a problem.
When i try to use the
winex somthing.exe , command i get this error
wine: lstat /home/andy/.transgaming/wineserver-localhost/socket : No such file or directory
I went into Konsole and took a look around using ls -a command inside the wineserver-localhost directory, the socket directory/file didn't exist.
Yet WineX, the same RPM file actualy, works great for my friend , i think hes using mandrake 9.
If anyone has a solution to this problem, or knows why it could be happening, Please give me a yell.
Thank you!
|
|
|
04-01-2003, 05:13 AM
|
#2
|
Senior Member
Registered: Oct 2002
Location: Belgium
Distribution: Debian, Free/OpenBSD
Posts: 1,123
Rep:
|
Try making the file:
touch /home/andy/.transgaming/wineserver-localhost/socket
|
|
|
04-01-2003, 05:29 AM
|
#3
|
LQ Newbie
Registered: Mar 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 6
Original Poster
Rep:
|
In which case i recieve this error instead.
wine: '/home/andy/.transgaming/wineserver-localhost/socket' is not a socket
I read in another thread is searched for to delete the .transgaming folder every time i try to start the winex program.
I did this, but it recreates the folder like it's suposed to when you run winex, but it obviously fails to create a "socket" whatever this is.
|
|
|
04-01-2003, 05:41 AM
|
#4
|
Senior Member
Registered: Oct 2002
Location: Belgium
Distribution: Debian, Free/OpenBSD
Posts: 1,123
Rep:
|
a socket is the "gate" programs communicate through to each other,
but I have no idea how to make one
|
|
|
04-01-2003, 05:53 AM
|
#5
|
LQ Newbie
Registered: Mar 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 6
Original Poster
Rep:
|
I don't understand why it works for my friend using Mandrake 9, but i get problems using 9.1
I guess i will give it up unless anyone else has a good solution .
|
|
|
04-02-2003, 02:02 AM
|
#6
|
Member
Registered: May 2002
Location: Los Angeles
Distribution: Mandrake 10, LFS 4.1
Posts: 179
Rep:
|
Here's the solution: in your winex script located in /usr/bin add the following line at the begining.
rm -frv $HOME/.transgaming/wineserver-(whatever your localhost is called ie: hocalhost)
|
|
|
05-27-2003, 01:58 AM
|
#7
|
LQ Newbie
Registered: May 2003
Posts: 11
Rep: 
|
hi...am having the same problem....using RH 9.0
I'm unable to locate any winex script in /usr/bin...
Thanx....
Sigh i can hardly get any programs to run on linux properly...always run into problems of all sorts and spending so much time to remedy them...
it's not possible for installation to be as easy as a doubleclick? :-)
Thanx
|
|
|
05-27-2003, 10:25 AM
|
#8
|
LQ Newbie
Registered: Dec 2002
Location: Virginia
Distribution: Gentoo/Debian
Posts: 7
Rep:
|
fyi:
mksock <socketfile>
to create a socket file.
I am experiencing similiar problems with the latest CVS source
for transgaming WineX.
I'll keep plugging away it. If I find a solution, I'll post it here.
|
|
|
06-03-2003, 05:01 PM
|
#9
|
LQ Newbie
Registered: Jun 2003
Location: Canada
Distribution: Red Hat 9, FreeBSD 4.4 and Windows2k
Posts: 4
Rep:
|
I am also having the socket problem, and when i use the mksock command wine simply deletes the socket and throws a complaint at me.
As for:
Quote:
Originally posted by kierwind
hi...am having the same problem....using RH 9.0
I'm unable to locate any winex script in /usr/bin...
Thanx....
Sigh i can hardly get any programs to run on linux properly...always run into problems of all sorts and spending so much time to remedy them...
it's not possible for installation to be as easy as a doubleclick? :-)
Thanx
|
have you looked in /usr/local/bin?
|
|
|
06-03-2003, 05:41 PM
|
#10
|
LQ Newbie
Registered: Jun 2003
Location: Canada
Distribution: Red Hat 9, FreeBSD 4.4 and Windows2k
Posts: 4
Rep:
|
Intrestingly, if you run wineserver before you run wine
ie:
#wineserver
it will create that socket file that you need.
|
|
|
06-04-2003, 07:57 AM
|
#11
|
LQ Newbie
Registered: Dec 2002
Location: Virginia
Distribution: Gentoo/Debian
Posts: 7
Rep:
|
running 'wineserver -p' will keep the server persistent, meaning
the server will continue to run, even when not used. If you don't
use the '-p' option, the will exit after a pre-determined period of
inactivity.
I wrote a quick wrapper script in /usr/local/bin to fix this:
--------------------------
#!/bin/bash
# Wine wrapper script
#
#
ps -fe |grep wineserver|grep -v grep || wineserver -p
wine $*
--------------------------
|
|
|
06-12-2003, 02:37 PM
|
#12
|
Member
Registered: Jun 2003
Distribution: Debian
Posts: 81
Rep:
|
Please help me with my problem-I downloaded Transgaming WineX 3.0 thorough CVS few days ago, but I have problems installing it. When I type ./tools/wineinstall everything is looking OK, but then it stops and the last lines are these:
./library/libwine.so undefined reference to 'errno'
./library/libwine.so undefined reference to 'h_errno'
collect2: ld returned 1 exit status
make: ***[wine] Error 1
What should I do?Please help me;I am usind Red Hat Linux 9.0
Thanks
Last edited by mmm; 06-12-2003 at 02:42 PM.
|
|
|
10-14-2003, 03:53 AM
|
#13
|
LQ Newbie
Registered: Oct 2003
Distribution: Slackware 9.1
Posts: 22
Rep:
|
I'm also having this problem. Does anyone have a proper solution?
|
|
|
10-15-2003, 12:19 PM
|
#14
|
Member
Registered: Jun 2003
Distribution: Debian
Posts: 81
Rep:
|
Hi, I solved it, I found the winex 3.1 on the internet and now is everything working great. if you would like to, send me your email via private message and I can send it to you(if I will find it on my hardrive, but I think I still have it:-).
|
|
|
10-24-2004, 10:17 PM
|
#15
|
Member
Registered: Nov 2003
Location: Montréal (Can)
Distribution: FC4
Posts: 110
Rep:
|
Quote:
Originally posted by mmm
Please help me with my problem-I downloaded Transgaming WineX 3.0 thorough CVS few days ago, but I have problems installing it. When I type ./tools/wineinstall everything is looking OK, but then it stops and the last lines are these:
./library/libwine.so undefined reference to 'errno'
./library/libwine.so undefined reference to 'h_errno'
collect2: ld returned 1 exit status
make: ***[wine] Error 1
What should I do?Please help me;I am usind Red Hat Linux 9.0
Thanks
|
I have the same problem. Did you manage to resolve it? If so, please let me know what you did! Thanks!
|
|
|
All times are GMT -5. The time now is 09:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|