LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-05-2003, 04:50 PM   #1
Zattix
LQ Newbie
 
Registered: May 2003
Posts: 6

Rep: Reputation: 0
Installing Wine....


<--------n00b! (warning)

Decided to give linux a try but still wanted to be able to use a few of windows apps such as counter-strike ect... so I figured I would install "Wine" BUT! I am a n00b and have no idea what I am doing. I downloaded the rpm file for Red Hat 9 installed them... by typing rpm -i wine-YYYYMMDD-i386.rpm into the terminal, but now what....
any help would be great thanks..
 
Old 05-05-2003, 04:55 PM   #2
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
http://www.winehq.com/?page=documentation
 
Old 05-05-2003, 04:57 PM   #3
Zattix
LQ Newbie
 
Registered: May 2003
Posts: 6

Original Poster
Rep: Reputation: 0
I read that... the steps didnt work very well was looking for some more info then what can be found on the website thanks for all your help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Old 05-05-2003, 05:01 PM   #4
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
Well then how about posting your ~/.wine/config file and ask what your specific problem is? Your questions are quite general.
 
Old 05-05-2003, 05:02 PM   #5
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
A bit more info would be helpful.

What progs are you trying to run?
What did you try (commands)?
Why didn't it work (errors)?
 
Old 05-05-2003, 05:03 PM   #6
Zattix
LQ Newbie
 
Registered: May 2003
Posts: 6

Original Poster
Rep: Reputation: 0
config file... didnt know i got that far....
all i have done is run the rpm file that i downloaded from http://www.winehq.com/
after that I have no idea what I am doing.
 
Old 05-05-2003, 05:03 PM   #7
Zattix
LQ Newbie
 
Registered: May 2003
Posts: 6

Original Poster
Rep: Reputation: 0
I dont know how much more info you need I have on idea what I am doing looking for a step by step install of wine i guess... :/
 
Old 05-05-2003, 05:11 PM   #8
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
well the configfile is stored at /home/your_user_name/.wine/config

it's a plain text file and if it does not exist make one with an editor of your choice.

Then open a console and arrange the Editor and the console so that you can see them both at the same time and enter "man wine.conf" into the console.

Now add the settings - modified to suit your needs - save the configfile.

And try to run a program. A simple one like solitaire for instance.

If that doesn't work try to resolve the error and try again. Do that until it runs.

Wine is a bitch and you actually have to do these steps for basically every app you wanna run - if it will run at all.

Good luck
 
Old 05-05-2003, 05:19 PM   #9
Zattix
LQ Newbie
 
Registered: May 2003
Posts: 6

Original Poster
Rep: Reputation: 0
I found a tutorial on google and followed the steps it told me to change some things in the config file basicly the same thing you just said above then told me to type wine -version when i typed that into the terminal i got back
wine: chdir to /tmp/.wine-root/server-302-59c093 : No such file or directory
*shrug*


edit: this is the page I am looking at
http://kennethhunt.com/archives/000041.html

Last edited by Zattix; 05-05-2003 at 05:20 PM.
 
Old 05-05-2003, 05:37 PM   #10
Zattix
LQ Newbie
 
Registered: May 2003
Posts: 6

Original Poster
Rep: Reputation: 0
still looking for help :/
 
Old 05-09-2003, 05:14 AM   #11
browny_amiga
Member
 
Registered: Dec 2001
Location: /mnt/UNV/Mlkway/Earth/USA/California/Silicon Valley
Distribution: Kubuntu, Debian Buster Stable, Windoze 7
Posts: 684

Rep: Reputation: 56
Same Wine Problem: /tmp/... no such file or dir

Hi

I just read your post and yes, I also do have the same problem. I am not new to wine and have done quite some stuff with it, but BLAST what is that with this annoying error message?:
/tmp/.wine-[username]/server-301-73c9c : No such file or directory

I was searching the web and nobody seems to know anything about it.

Here my config and what I did:
RedHat 9, Wine 20030508 fresh from WineHQ, + devel.
Installed it with RPM, worked fine and then changed to a normal user and when running wine, I get this error. The command does not even work, so I hardly suspect any problems with the .config files.

What is going on here? Am I completely blind or is the installer broken? Or is it a problem with RH9? It used to work fine in other versions.

Any pointers are welcome..

Thanks

Markus
 
Old 05-09-2003, 07:28 AM   #12
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
1) To test wine, run "notepad" from the command line (this is a wine builtin app). Then go get a simple test app like WinRar or something and try installing and running that, learn what you're doing. Most apps don't work correctly remember.

2) The wineserver message means you need to configure using --with-nptl
 
Old 05-12-2003, 10:20 AM   #13
browny_amiga
Member
 
Registered: Dec 2001
Location: /mnt/UNV/Mlkway/Earth/USA/California/Silicon Valley
Distribution: Kubuntu, Debian Buster Stable, Windoze 7
Posts: 684

Rep: Reputation: 56
Unhappy need to configure using --with-nptl

Please elaborate:

Where am I supposed to give this parameter? (I browsed through the doc and found no reference to it)
wine --version
should normaly work, right?

Well, it does not in my case. It always reports this error message mentioned above. This occurs in all different versions of wine.

I am pretty stuck and confused. Am I the only one with this error?

Cheers

Markus
 
Old 05-12-2003, 11:44 AM   #14
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
No, lots and lots and lots of people have it. Search the archives, my answers to this tend to be short because I answer it literally every day
 
Old 05-14-2003, 01:57 AM   #15
browny_amiga
Member
 
Registered: Dec 2001
Location: /mnt/UNV/Mlkway/Earth/USA/California/Silicon Valley
Distribution: Kubuntu, Debian Buster Stable, Windoze 7
Posts: 684

Rep: Reputation: 56
Talking Thanks, it worked!!

Hi

I did not configure it again, since it is a binary and there is not sourcecode to do again.

But the thing:

export LD_ASSUME_KERNEL=2.2.5

worked. Now at least wine will give a version number without crashing...

Thanks!!!

and the next click goes on the affero button.

Markus
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wine: installing win apps. using wine on mandrake10 dexmax Linux - Newbie 2 09-05-2005 04:40 PM
installing wine ashutosh_singh Linux - Newbie 1 09-08-2004 01:54 AM
installing wine davidfes Linux - General 2 08-03-2004 07:24 AM
Installing Wine fuelinjection Linux - Software 3 04-07-2004 01:31 PM
Installing WINE Trust Slackware 11 03-26-2004 03:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration