LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-02-2003, 03:03 PM   #1
Jordanl
LQ Newbie
 
Registered: Nov 2002
Distribution: linux mandrake 7.2
Posts: 19

Rep: Reputation: 0
is wine pointless?


i have recently installed wine for mandrake 7.2 and i am not shure if it is working at all although i admit that i have no idea what i am doing like when i insert a windows cd such as the sims or other games i get nothing. Am i supposed do something else besides trying to run the setup file can somebody help me? Also i have purchased micromedia studio does anybody know if their is any way i can install it is linux?
 
Old 02-02-2003, 03:22 PM   #2
mihai11
LQ Newbie
 
Registered: Feb 2003
Location: Bordeaux
Distribution: Debian
Posts: 1

Rep: Reputation: 0
In short: yes, for what you are trying to do is pointless.
Wine is not yet a stable product; even when the wine development will be much more mature I doubt that you will be able to install & run windows applications on linux that easily.

TODO:
install the required application in windows
mount the windows part in your file tree
configure wine
run the application



Regards,
Razvan M


http://counter.li.org
 
Old 02-02-2003, 03:30 PM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you *just* installed mandrake 7.2? you *really* need to upgrade.... that's about 2 years old at least now, things move fast in linux...

generally speaking though wine isn't pointless, it just doesn't work.
 
Old 02-03-2003, 05:18 AM   #4
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Actually if you use CrossOver on Xandros they have it set up so yeah you just put the CD in and it autoruns the setup program. For supported apps (ie MS Office/Lotus Notes etc) it all works just like it would on Windows. Your problem is that

a) You're using a very old version
b) That app isn't yet supported.
 
Old 02-03-2003, 06:45 PM   #5
jdc2048
Member
 
Registered: Jul 2002
Distribution: Redhat, Gentoo, Solaris, HP-UX, etc...
Posts: 391

Rep: Reputation: 30
I keep hearing that you need to pay $15 to transgaming to get a version that will run setup.exe files off the CD.

Has anyone paid them and tried it that way?

I dl'd wine from the CVS repository at transgaming (free) and compiled it. I have been able to run UT (installed under window 2k, mounted on RH8) on RH8 perfectly.

I have not had any luck with running install from CD under RH8.
 
Old 02-04-2003, 08:19 AM   #6
peeples
Member
 
Registered: Sep 2002
Location: Wichita Falls, TX
Distribution: tried a lot of 'em, now using kubuntu
Posts: 180

Rep: Reputation: 30
I'm using wine under Debian sid. Installed Delta Force in Linux (using "wine /cdrom/dfsetup.exe"). It runs great (using "wine ~/.wine/fake_windows/Program\ Files/NovaLogic/Delta\ Force/df.exe). That's the only program, so far, that I can get to work under wine, but, hey!, it's a start...

Just look on the cdrom to find the name of the setup program (in this case dfsetup.exe) and type

wine /path/to/filename.exe

See if it installs. If it does, find the prgram file and try to run it with a similar command. Sometimes it works, most times it won't.

HTH
 
Old 02-04-2003, 07:13 PM   #7
bubber
LQ Newbie
 
Registered: Dec 2002
Location: Aiken, SC
Distribution: Red Hat 8.0
Posts: 11

Rep: Reputation: 0
I have Mathcad 8 working relatively well under Wine and RH8 (as well as it worked under Win98). The only problem is that it crashes when I try to print. The major hurdle with Wine (other than it not working) is setting up the false C drive. Go to www.frankscorner.org/wine/ and download WineTools. It has a neat tool that sets up the C drive for you. Good luck.
 
Old 02-05-2003, 02:23 PM   #8
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
Quote:
Originally posted by acid_kewpie
you *just* installed mandrake 7.2? you *really* need to upgrade.... that's about 2 years old at least now, things move fast in linux...
No.. he said he "just" installed wine for mandy 7.2.



L8rz
 
Old 02-06-2003, 03:30 AM   #9
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
wine is an emulator. What this means the program reads the programs or tries to execute it. Then converts in to code that LINUX understands. Some programs work and other programs don't. There are other programs that work better than wine. One is Win4Lin. It is a good program that runs many programs. I haven't try it. Another program is VMware. VMware makes a virtual machine on your computer so the OS and programs with in it can work purely in its own form. In VMware you have to install the OS and install the programs. There is no 3D support and VESA display support in VMware so you need to ask the game developer for command line switches to run the game in window mode and to setup software rendering. A third alternative is bochs. Bochs is like VMware but its under development. It has the same feature like VMware but the user can setup infinite system configs (Pentium Pro, dual processor, 486, 386, etc). Bochs need to be compiled before running. VMware doesn't need to be compile.


VMware - http://www.vmware.com
Bochs - http://bochs.sourceforge.net/
Win4Lin - http://www.netraverse.com/
 
Old 02-06-2003, 04:58 AM   #10
finidi
Member
 
Registered: Dec 2002
Location: World
Distribution: Fedora Core 4
Posts: 127

Rep: Reputation: 15
Note VMWare is a commercial product.

Bochs is a software emulator, it emulates even the CPU, so is sloooow ...
 
Old 02-06-2003, 02:42 PM   #11
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Bochs is not a emumlator. Its a virtual machine. There is a difference. Bochs and VMware are similar in their operation.

VMware works flawless though it cost a lot. Bochs needs to be compile and configure to run properly. For a novice LINUX person Bochs will take a long time to setup. VMware is easier. Install it, configure a drive or image drive, install OS.

Download each program and see what program works for you. Any program that you use will be slow because it is using software to handle most of the machine's commands.
 
Old 02-06-2003, 07:06 PM   #12
xcon
Member
 
Registered: Jan 2002
Location: Ohio
Distribution: Slackware 9.1 (and some 9.0)
Posts: 181

Rep: Reputation: 30
things that run under fresh CVS wine rebuilt nearly every day,
and considerably well, while not perfectly:

TreadMarks 1.6
Alice
Jedi Knight 2
Return to Castle Wolfenstein
couple other games... forgot, since i don't play them

WinMX
IrfanView
Winamp & lots of plugins, very nice OpenGL visuals
WinRAR
QuickTime Player
Trillian
FileZilla
Frhed
VirtualDub
TMPGEnc
TieraZon
Calculator
Norton Ghost Explorer
Media Player (the crummy old one)
the Windows 98 Control Panel... wine "C:\Windows\Rundll32.exe" -- C:\\Windows\\System\\shell32.dll,Control_RunDLL

hence it is NOT USELESS!!!
and a lot of the errors I get that keep me from running twice as many apps are due to my lack of a very sharp configuration.

in case anyone cares, here's the autopilot wine builder, which assumes you have a wine source snapshot, extracted into /usr/src/wine, the CVS dirs extracted into the source, and CVS installed for updating

Code:
echo "Started total WINE rebuild/update at:" >> ~/winetime && clock >> ~/winetime
cd /usr/src/wine
export CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine
cvs login
cvs update -PAd
cvs logout
./configure --with-x --with-opengl --with-curses --enable-win16 --prefix=/opt/wine
make depend
make
make uninstall
make install
make distclean
echo "Finished total WINE rebuild/update at:" >> ~/winetime && clock >> ~/winetime
cat ~/winetime
edit the configure options as necessary... then put it in a text file, /bin/newwine over here. then

chmod +x /bin/newwine

put /opt/wine/bin in your PATH, in /etc/profile... and lastly,

echo "/opt/wine/lib" >> /etc/ld.so.conf

logout and back in to refresh the environment. all that must be done only once. as many times as you want the good stuff, type newwine on the prompt, type "cvs" for a password, and watch it go!! (anyone know a proper way to track the passage of time during execution of a command?) it's "time", it works great. "time make depend all install"

Last edited by xcon; 09-07-2003 at 03:40 AM.
 
Old 02-07-2003, 01:54 AM   #13
finidi
Member
 
Registered: Dec 2002
Location: World
Distribution: Fedora Core 4
Posts: 127

Rep: Reputation: 15
Quote:
Originally posted by Electro
Bochs is not a emumlator. Its a virtual machine. There is a difference. Bochs and VMware are similar in their operation.
Go to sourceforge and open the Home Page for the Bochs project:

"Bochs: The Open Source IA-32 Emulation Project"

Bochs EMULATE the CPU, VMWare NOT. Bochs can run M$ Windows, say on alpha CPU. VMWare NOT.
 
Old 04-30-2003, 03:02 PM   #14
Pwcca
Member
 
Registered: Jan 2003
Location: Florida, USA
Distribution: Slackware
Posts: 169

Rep: Reputation: 30
Why do so many people run UT under wine when the game is ported to linux? There is the loki installer and patches available.
 
Old 04-30-2003, 04:24 PM   #15
vagabond
LQ Newbie
 
Registered: Apr 2003
Distribution: Slackware 9.0
Posts: 5

Rep: Reputation: 0
Quote:
Originally posted by Electro
wine is an emulator.
No, Wine Is Not an Emulator, hence W.I.N.E.
 
  


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
New pointless war - Folder vs. Directory scott_R General 34 01-24-2007 05:59 AM
A TOTALLY pointless thread voteforpedro8 LinuxQuestions.org Member Success Stories 7 02-19-2005 11:36 AM
I think I found the world's most pointless website. Travis86 General 5 03-03-2004 09:15 AM
Maybe pointless Peingune Linux - Newbie 4 11-07-2002 05:54 AM
My LFS Forum now pointless. trickykid Linux From Scratch 13 01-20-2002 08:25 PM

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

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