LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-03-2005, 07:55 AM   #1
citizen_lc
LQ Newbie
 
Registered: Apr 2005
Location: Poland
Distribution: Slackware 10.1
Posts: 10

Rep: Reputation: 0
Wine


Hello,
I know it's stupid question but... I just have download Wine for Slackware (Wine-20050310-i486-S10.tgz, that contains directories usr i install), enter into install directory, typed sh doinst.sh and I don't know what to do later I tried to type wine /mnt/windows/system32/sol.exe but bash says "wine: command not found".
I browsed some forums an I was tried to find on official Wine page (winehq.com) but I haven't found any information. Please, help me...
Best regards
 
Old 04-03-2005, 08:01 AM   #2
junme
Member
 
Registered: Oct 2004
Location: ~/.au
Distribution: Mepis Kanotix SUSE
Posts: 189

Rep: Reputation: 31
try "winesetup"
 
Old 04-03-2005, 08:36 AM   #3
citizen_lc
LQ Newbie
 
Registered: Apr 2005
Location: Poland
Distribution: Slackware 10.1
Posts: 10

Original Poster
Rep: Reputation: 0
in which directory? install, usr or where? typed in console: winesetup: command not found
 
Old 04-03-2005, 08:47 AM   #4
JohnKFT
Member
 
Registered: Aug 2003
Location: NW Scotland
Distribution: Slackware 10
Posts: 169

Rep: Reputation: 30
Go here : http://www.frankscorner.org/

This is an excellent resource for Wine info. Wine has to be set up properly which is quite tricky. I use Winetools from this site and it is very good. But read all the info on the site first.


PS Are you sure you installed Wine properly? You should have just done :

installpkg Wine ----etc as root.

Look in /var/log/packages for wine and see what files are listed. There should be a /usr/bin/wine which you do not appear to have.

Last edited by JohnKFT; 04-03-2005 at 09:06 AM.
 
Old 04-03-2005, 09:15 AM   #5
citizen_lc
LQ Newbie
 
Registered: Apr 2005
Location: Poland
Distribution: Slackware 10.1
Posts: 10

Original Poster
Rep: Reputation: 0
it's possible I'm absolutely blind, but I can't find any informations about just installing, not running or something like this. if there is no step-by-step tutorial for absolute newbies? I promise that if I will run Wine I will write this tutorial.
 
Old 04-03-2005, 10:42 AM   #6
lagartoflojo
Member
 
Registered: Sep 2004
Location: Santiago de Chile
Distribution: Slackware 10.2
Posts: 46

Rep: Reputation: 15
All Slackware packages (files with the .tgz extension) are installed with a simple command:
Code:
installpkg file.tgz
In your case, you want to go in a terminal, 'cd' to the directory where the Wine-20050310-i486-S10.tgz file is located, type
Code:
su
and press enter, then type your root password. Then you are ready to install any package, so type this:
Code:
installpkg Wine-20050310-i486-S10.tgz
After that's done you should type
Code:
exit
to get out of 'root-mode'. Now you can do
Code:
wine /mnt/windows/system32/sol.exe
and it should work right. Hope this helps.

-- L*F


PS: Not ALL files with the .tgz files are Slackware packages, so don't "installpkg" a file unless you know that it is. Sometimes they are source code: programmers use the tgz extension to replace tar.gz.
 
Old 04-03-2005, 11:30 AM   #7
citizen_lc
LQ Newbie
 
Registered: Apr 2005
Location: Poland
Distribution: Slackware 10.1
Posts: 10

Original Poster
Rep: Reputation: 0
Thanks a lot, it works... Almost...
I was trying to run sol.exe from Windows XP. I think I should configure wine to give an access to this data.... Am I right?

wine: Unhandled exception (thread 0009), starting debugger... ----> from console (it was a lot of mistakes like this)
 
Old 04-03-2005, 03:16 PM   #8
lagartoflojo
Member
 
Registered: Sep 2004
Location: Santiago de Chile
Distribution: Slackware 10.2
Posts: 46

Rep: Reputation: 15
Hmm... Maybe what you mean is that you want wine to imitate WinXP. In that case, you want to go to your ~/.wine/wine.conf file and look at the pertinent line:
Code:
[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "winxp"
I copied the sol.exe and the cards.dll files from my windows installation into my home directory. Then I run wine sol.exe and it works perfectly. I hope this helps.

-- L*F
 
Old 04-03-2005, 03:21 PM   #9
fcaraballo
Member
 
Registered: Feb 2004
Location: WA
Distribution: Slackware
Posts: 230

Rep: Reputation: 31
After you install the wine package you need to run wineprefixcreate as your user. This creates your fake windows tree. Then you can put your files for sol, as mentioned above, in the .wine/drive_c/Program Files directory in your users home directory.

MagicMan

Last edited by fcaraballo; 04-03-2005 at 03:26 PM.
 
  


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
Trouble running wine from src wine:error while loading shared libraries: libwine.so.1 brynjarh Linux - Newbie 2 05-28-2013 10:59 AM
Wine - Diablo II LOD TCP/IP doesn't work +where is my wine.conf brainlesspinkey Linux - Games 7 08-26-2007 08:10 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
wine [wine] config detailed settings...directory paths... breezewax Linux - Software 2 10-19-2004 06:15 PM
wine: chdir to /tmp/.wine-tom/server-306-33fca : No such file or directory Kinstonian Linux - Software 19 06-21-2003 05:16 AM

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

All times are GMT -5. The time now is 07:17 AM.

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