LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-23-2004, 06:07 AM   #1
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Rep: Reputation: 15
Unhappy Wine-20030115.tar.gz problems


I've downloaded Wine from winehq the file is totally OK because my friend borrowed the CD and it works for him, but he doenst have the time to help me install so I need help.

I've tryed installing it while being root user but when i've unpacked it and types ./tools/wineinstall it says "ure running the wine installation as root this is not advisible", so I log in as a user and installs it and everything seems fine, BUT I dunno if it works or not so I need some commands for Wine and howto install it. Please give me a DETAILED installation manual. Not just unpack and install.

Grateful for an answer
 
Old 06-23-2004, 07:09 AM   #2
SBing
Member
 
Registered: Mar 2004
Posts: 519

Rep: Reputation: 35
Re: Wine-20030115.tar.gz problems

Quote:
Originally posted by roAder
so I log in as a user and installs it and everything seems fine, BUT I dunno if it works or not
Open a terminal window
Type 'wine notepad'

What happens?

Steve
 
Old 06-24-2004, 06:32 AM   #3
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
this is what happends

bash-2.05b# wine notepad
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /c (No such file or directory), ignoring drive C:
Invalid path L"c:\\windows" for L"windows" directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/root/.wine/config'


just so u know, I havent imported a registry because when i type "registry" is says the same thing as above....
Can u tell me howto configure it because I think thats where the prob is
 
Old 06-24-2004, 10:48 AM   #4
GodSendDeath
Member
 
Registered: Mar 2004
Posts: 71

Rep: Reputation: 15
run /tools/wineinstall as normal user. When it asks to "SU to root" do it and it will install. The binaries can be run as a normal user from now on. I'd recommend letting it create a new *fake* c drive somewhere in your home directory. "wine" is the command. for ex.

I download WinMX.exe from www.winmx.com to /home/GodSendDeath/c/WinMX.exe

i type the following:

cd c

wine WinMX.exe
then after install, i run the program like this

pwd
/home/GodSendDeath/

wine c/Program\ Files/WinMX/WinMX.exe

I hope this helps with some basic use


-GSD
 
Old 06-24-2004, 03:48 PM   #5
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
CD?

how do I install from a CD then? lets say I want to install Half-Life and then CS.
 
Old 06-24-2004, 03:53 PM   #6
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
still problems

You didnt really answer my question because when i type "wine Winamp.exe" it gives me a error message (same as above).
Im really sure that it is because I havent configured my config file or have imported a registry

Grateful for an answer
 
Old 06-24-2004, 08:36 PM   #7
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Well, wine should create a $HOME/.wine/ directory with it's config inside. The configuration file is fully commented so i guess that by simply looking at it you should be able to configure it and run your desired programs.
 
Old 06-25-2004, 03:27 AM   #8
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
yup

Yeah ure right I have configured it, the only thing I did was to change the mount point of my cdrom.
But now im totally, absolutely sure what the problem is. The problem is in the thingy
Nah but seriously heres what I've done so far:

First I typed cd /root
then I typed tar -xvf Wine-20030115.tar.gz
After that I entered the Wine-20030115 directory and then opened a new terminal and typed ./tools/wineinstall
I ran the installation as my user roAder.
The installation went fine but, when it was done the installation should import a registry but it came up some sort of error message that sayed that it couldnt find a library in bin or something like that.
So the reason that i cant get wine working is because of the regedit problem!
 
Old 06-25-2004, 03:38 AM   #9
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
this is just a part that i copyed from my terminal window:

Created /home/roader/.wine/config using default Wine configuration.
You probably want to review the file, though.

Compiling regedit...
make: Nothing to be done for `all'.

Preparing to install default Wine registry entries...
Installing default Wine registry entries...

Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
/home/roader/wine-20030115/miscemu/wine: could not load 'F:\wine-20030115\programs\regedit\regedit.exe.so': /home/roader/wine-20030115/programs/regedit/regedit.exe.so: undefined symbol: FormatMessageA
Registry install failed.



theres the problem
please help me
 
  


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
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 02:48 AM
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM
installation problems with libxml2-2.2.66.tar.gz and libxml2-devel2-2.6.20-3.tar.gz g-string 3 Linux - Software 6 11-24-2005 11:39 AM
Problems insalling Wine-20040121.tar.gz. winger Linux - Software 5 07-15-2004 07:44 PM
xmule-1.6.1.tar.gz - how to install? / how to use Wine? nando_d9 Linux - Software 2 10-15-2003 10:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:28 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