LinuxQuestions.org
Review your favorite Linux distribution.
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 06-08-2007, 01:04 PM   #1
General
Member
 
Registered: Aug 2005
Distribution: Debian 7
Posts: 526

Rep: Reputation: 31
WINE alternative


Is there any other program, besides WINE and DOSbox that can run Windows proprams within Linux? I have to run a very simple utility that is only abailable for Windows and does not run in DOS mode and WINE for some odd reason has trouble with (it runs, but doesn't fully work, and returns 0 error messages).
 
Old 06-08-2007, 01:31 PM   #2
PlancksCnst
Member
 
Registered: Sep 2006
Posts: 34

Rep: Reputation: 15
Quote:
Originally Posted by General
Is there any other program, besides WINE and DOSbox that can run Windows proprams within Linux? I have to run a very simple utility that is only abailable for Windows and does not run in DOS mode and WINE for some odd reason has trouble with (it runs, but doesn't fully work, and returns 0 error messages).
You can take a look at Cedega by TransGaming, but it is not free, and is geared towards games. There is also Crossover Linux by Codeweavers, bit it als isn't free.
 
Old 06-08-2007, 03:39 PM   #3
KenJackson
Member
 
Registered: Jul 2006
Location: Maryland, USA
Distribution: Fedora and others
Posts: 757

Rep: Reputation: 145Reputation: 145
Using Wine you can experiment with the winecfg command. It pops up a GUI app that allows you to configure a few things. For example, you can select the windows version: Windows XP, Windows 2000, etc.

Also, if it's a console command, the wineconsole command gives better results than wine.
 
Old 06-08-2007, 03:58 PM   #4
gwbooth
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Rep: Reputation: 0
Have you tried running your utility from a console ? You get back lots of messages you won't normally see if you run

wine <your.exe>

or according to a previous post ( I've never done it )

wineconsole <your.exe>

Also make sure you're running the latest wine. If your distro is more than one or two releases behind I'd either try adding wine's own distributions from their site, or downloading and compiling the latest source from them from

http://www.winehq.org/site/download

Also if you're missing any dll files you can get them from

http://www.dll-files.com/dllindex/index.shtml

Good luck,

Greg

PS: The winehq link as links to the other Wine clones
 
Old 06-08-2007, 04:53 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by PlancksCnst
You can take a look at Cedega by TransGaming, but it is not free, and is geared towards games. There is also Crossover Linux by Codeweavers, bit it als isn't free.
they are both based on WINE....

With Crossover at least, there are some things that will work that will not work with WINE. They have a free trial, so you might want to test it.
 
Old 06-08-2007, 05:20 PM   #6
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
Hi,

You might try playing around with different versions of Wine. Something they might fix in one release may have broken compatibility with something else in another release. Maybe do a search for your program + wine, and see if someone else got it to work with a different version. Then try the same version.

Sam
 
Old 06-08-2007, 06:30 PM   #7
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
qemu is a nice windows emulator, but you have to install the whole os to run apps
 
Old 06-10-2007, 08:35 AM   #8
tomcdyer
Member
 
Registered: Jun 2007
Location: Surrey, UK
Distribution: Slackware 11 (mainly), Vista, XP
Posts: 108

Rep: Reputation: 15
is 'qemu' like VMware then?
 
Old 06-10-2007, 11:56 PM   #9
cyberfishee
Member
 
Registered: Mar 2005
Distribution: Debian Testing
Posts: 133

Rep: Reputation: 15
Quote:
is 'qemu' like VMware then?
yes, there is Xen too, provided your CPU has hardware virtualization support (Vanderpool or Pacifica)
 
Old 06-11-2007, 02:58 PM   #10
tomcdyer
Member
 
Registered: Jun 2007
Location: Surrey, UK
Distribution: Slackware 11 (mainly), Vista, XP
Posts: 108

Rep: Reputation: 15
I knew about Xen, but i have never heard of 'qemu'. sounds interesting
 
Old 06-11-2007, 03:26 PM   #11
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Now you are not talking emulators---things like qemu, xen, VMware are virtual machine programs---they still require you to install Windows. But, yes, they are the ultimate alternative if your favorite thing won't run on some form of WINE.
 
Old 06-13-2007, 10:31 AM   #12
tomcdyer
Member
 
Registered: Jun 2007
Location: Surrey, UK
Distribution: Slackware 11 (mainly), Vista, XP
Posts: 108

Rep: Reputation: 15
But...

The virtual machine emulation are much more resource intensive than the program level emulation. But not all things will run in things like WINE
 
Old 06-13-2007, 10:44 AM   #13
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Yes with an emu you have to install windows, and then every time you want to use it you must wait for windows to boot up. Also some VMs don't allow you to store data outside of their windows 'image'.

If you can get wine or similar working that is preferable.
 
Old 06-13-2007, 06:01 PM   #14
cyberfishee
Member
 
Registered: Mar 2005
Distribution: Debian Testing
Posts: 133

Rep: Reputation: 15
Quote:
every time you want to use it you must wait for windows to boot up
I don't know about other solutions, but VMware has a suspend feature that basically captures the current state of the VM and freeze it. Later, it can be resumed in a few seconds.
Quote:
Also some VMs don't allow you to store data outside of their windows 'image'.
There is always the samba option as long as there is networking support =).
 
Old 06-13-2007, 11:44 PM   #15
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Qemu has a run option (-smb) that allows you to specify a path to be available in the running OS as a "virtual" SMB share. It also has the suspend option and with kqemu, about 6 months ago I had it running Windows XP at near native speeds.

It slowed down considerably when trying to use the then experimental USB support but that could have been fixed by now, who knows.
 
  


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
A wine question: Theming wine or changing wine's colour scheme PatrickMay16 General 8 12-17-2006 06:53 AM
Alternative to Wine snares Linux - Software 7 04-05-2006 11:11 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
problems with windows programs in linux (QEMU, WINE, or linux alternative) bulldogzerofive Linux - Software 2 08-18-2005 05:49 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 - Software

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