LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-14-2003, 06:52 PM   #1
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Angry Make WINe Work


I have been trying to make WINe work on my system. OK, I UnRPM'ed it, found and generated a Wine.conf file, and tried to run WINe to see what it needed. I found there is no executeable for WINe upon executing wine at a konsole. The software I am most interested in running is the NetZero ZeroPort for Windows as available at www.netzero.com and is either used to handle their free plan as well as their Platinum (all you can handle for a small price). I like their service but the fact there is no Linux ZeroPort really ticks me off. Can you guys help me figure out how to make WINe work? After the ZeroPort works, my next challenge will be Half-Life. Maybe I can make it work more easily than I am on the ZeroPort now.
 
Old 07-14-2003, 07:26 PM   #2
warkrime
Member
 
Registered: Jul 2003
Location: Sammamish, WA, USA
Distribution: Gentoo
Posts: 42

Rep: Reputation: 15
Do this:
Code:
[asdfsdf]$ cd /usr/bin
[dfasdf]$ winesetuptk
Also:

Quote:
If you're planning to include access to a CD-ROM drive in your Wine configuration on Linux, then make sure to add the "unhide" mount option to the CD-ROM file system entry in /etc/fstab, e.g.:


/dev/cdrom /cdrom iso9660 ro,noauto,users,unhide 0 0
After that cd to the directory of the exe you want to run and, assuming the exe is zeroport.exe, type
Code:
[asdfasd]$ wine zeroport.exe
 
Old 07-15-2003, 03:26 PM   #3
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by warkrime
Do this:
Code:
[asdfsdf]$ cd /usr/bin
[dfasdf]$ winesetuptk
After that cd to the directory of the exe you want to run and, assuming the exe is zeroport.exe, type
Code:
[asdfasd]$ wine zeroport.exe
What is that? Where do I put it? Is that entries in the Wine.conf file? I believe my executeable is actually nZstart.exe and is under the /bin folder of where I put Netzero. That executeable then calls several other executeables including like nZcast.exe.
After I get all this in, how do I invoke nZcast.exe so that WINe picks it up and runs it?
 
Old 07-15-2003, 03:35 PM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok first you just type them commands in a terminal and second nzstart.exe shouldn't be in your /bin folder...you should get wine working, and then run the netzero installer, which will install to your fake windows directory, and then you will type
wine nZstart.exe from the root of the folder where netzero is installed.
 
Old 07-15-2003, 04:37 PM   #5
warkrime
Member
 
Registered: Jul 2003
Location: Sammamish, WA, USA
Distribution: Gentoo
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by DrOzz
ok first you just type them commands in a terminal and second nzstart.exe shouldn't be in your /bin folder...you should get wine working, and then run the netzero installer, which will install to your fake windows directory, and then you will type
wine nZstart.exe from the root of the folder where netzero is installed.
You forgot to mention that he will need wine to run the nzstart installer.
 
Old 07-15-2003, 07:22 PM   #6
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Actually, A) NetZero is already unpacked and placed, and it seems to run fine under Windows if I have a crash and reinstall Windows without reinstalling the NetZero ZeroPort. ...and B) it is actually under /mnt/win3/Web.../NetZero/Bin (IE /bin under where I installed it). ...so you execute those commands and then wine nZstart.exe at a konsole and WINe takes it from there?

Last edited by lectraplayer; 07-15-2003 at 07:27 PM.
 
Old 07-15-2003, 08:13 PM   #7
warkrime
Member
 
Registered: Jul 2003
Location: Sammamish, WA, USA
Distribution: Gentoo
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by lectraplayer
Actually, A) NetZero is already unpacked and placed, and it seems to run fine under Windows if I have a crash and reinstall Windows without reinstalling the NetZero ZeroPort. ...and B) it is actually under /mnt/win3/Web.../NetZero/Bin (IE /bin under where I installed it). ...so you execute those commands and then wine nZstart.exe at a konsole and WINe takes it from there?
That didn't make a whole lot of sense.
 
Old 07-16-2003, 05:21 PM   #8
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Makes perfect sense to me.

A) I have actually run this program without using the installer, like after a major crash where I had to replace my operating system

B) My file isn't in /usr/bin or other such Linux folder, but under the /bin folder of where I installed the program.
 
Old 07-22-2003, 04:14 PM   #9
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Nobody has ideas?
I found out I need my Windows 98 files, Windows XP won't cut it (and neither will any Windows NT).
 
Old 07-22-2003, 05:27 PM   #10
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
If you are going to use WINE with Half-Life, you are better off compiling WINE. Don't forget to compile WINE for opengl support.

For WINE, make a directory on your LINUX partitions to store your programs for WINE. If you want to run Windows programs from your Windows partition, copy it to LINUX partitions. This makes WINE seperate from Windows and it won't effect Windows at all. Next you need to copy the dll to the WINE directory. For each program that you run with WINE, you may need to use DLLs from Windows. Read the documentation on how the wine.conf is setup.

Sometimes WINE crashes. When it does the wine.conf comes with it. Everytime you run WINE make a backup of wine.conf. You can write a script that makes a copy to /tmp that states the date and time that you run wine. When WINE crashes, you will always have a backup of wine.conf file.

For hardware setup, you will need to add a line for COM in the wine.conf too. You may need to change permissions on your modem or commuications ports. Read the WINE documentation for the format.

Happy hair pulling!!!
 
Old 07-23-2003, 04:24 PM   #11
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
That's the thing about Linux. You gotta work to get it the way you like it, but once you get it there, it's SWEET!
 
Old 07-23-2003, 05:03 PM   #12
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Quote:
Originally posted by lectraplayer
That's the thing about Linux. You gotta work to get it the way you like it, but once you get it there, it's SWEET!
Thats what it was in the old days. Now these days people are getting bad habits from using Windows.
 
Old 07-24-2003, 06:07 PM   #13
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by Electro
Thats what it was in the old days. Now these days people are getting bad habits from using Windows.
True, true. That's all the more reason people should use Linux a bit more. ...that and the fact that the monopoly shouldn't be supported. ...then again, some of those bad habbits (except rebooting ) can transfer easily to Linux if you use KDE or something.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 - Diablo II LOD TCP/IP doesn't work +where is my wine.conf brainlesspinkey Linux - Games 7 08-26-2007 08:10 AM
Wine+KazaaLite... Cant make it work! :-( michelbehr Linux - Software 2 11-13-2004 02:08 AM
How do I make a change to a current kernel? Would 'make oldconfig' work... jtp51 Slackware 11 11-01-2004 11:02 PM
how do i compile or make "Wine" work in slackware? Tod_Con Linux - Software 2 06-21-2004 02:53 AM
How does Wine work and how do I MAKE it work? TheMusicGuy Linux - Newbie 7 03-10-2004 07:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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