LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 06-18-2008, 04:01 PM   #1
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Rep: Reputation: 49
Lightbulb Has anyone tried to run wine on windows?


A friend of mine tries to get some old win95 games to run... xwing fighter and such. They work in wine, but they don't run on XP, dosbox or win95 in a virtual machine (needs directX 7 or something). You can download some zip files for windows from winehq: http://www.winehq.org/site/download, but I don't know what to do with them.

Last edited by oskar; 06-18-2008 at 04:03 PM.
 
Old 06-18-2008, 04:06 PM   #2
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,180

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Try running Microsoft's Virtual PC. You can download it for free, and install win95 or win98 that way. It is still a vm, but I found that it does run windows better than vmware and I have played starcraft and discworld II with no real problems.
 
Old 06-18-2008, 05:43 PM   #3
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Original Poster
Rep: Reputation: 49
I think he already tried that... doesn't support directX. I might be wrong though.
Right now the latest VMWare Fusion Beta supports up to DirectX9, but it's not available for windows either.
 
Old 06-18-2008, 06:29 PM   #4
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,180

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Discworld II and Starcraft require directx, and this was in win98, so I would imagine win95 has a version of directx much lower than 98. Virtual PC handles windows and directx relatively well.
 
Old 06-19-2008, 02:50 AM   #5
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Original Poster
Rep: Reputation: 49
But Diskworld and Starcraft are both 2D... I don't think 3D stuff works. I'll ask him if he tried that, I'm pretty sure he did though.
 
Old 06-19-2008, 07:24 AM   #6
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by oskar View Post
But Diskworld and Starcraft are both 2D... I don't think 3D stuff works. I'll ask him if he tried that, I'm pretty sure he did though.
Sounds about right. VMWare does not support 3D acceleration.
 
Old 06-19-2008, 07:41 AM   #7
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 62
Quote:
Originally Posted by oskar View Post
You can download some zip files for windows from winehq: http://www.winehq.org/site/download, but I don't know what to do with them.
Probably it'll work same way as in *nix. "wine.exe program_name". But wine for windows uses quite old version of Wine.

Quote:
Originally Posted by SlowCoder View Post
VMWare does not support 3D acceleration.
It does.

I'd try wine for windows first, though, since wine performance probably will be better.

By the way:
Quote:
Originally Posted by oskar View Post
A friend of mine tries to get some old win95 games to run... xwing fighter and such
Have he really tried to google for solution? Games probably give some error messages, which can be used to find solution. Changing program compatibility settings also might help.

Last edited by ErV; 06-19-2008 at 08:06 AM.
 
Old 06-19-2008, 09:59 AM   #8
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Original Poster
Rep: Reputation: 49
Quote:
Have he really tried to google for solution? Games probably give some error messages, which can be used to find solution. Changing program compatibility settings also might help.
Apparently not:
http://www.rebelsquadrons.org/classicgames/tie.php

Anyway, I'm still curious how to get that wine for windows stuff to work... there is no wine.exe in there, just a bunch of dll and cfg files.

VMware Workstation might support direct3d, but VMWare Workstation costs 200$
 
Old 06-19-2008, 11:14 AM   #9
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by ErV View Post
It does
I wasn't actually aware that they were working on that, so that's a good one to know. Thanks! But I don't think that counts. Experimental. I'm talking production level ... Stable.
 
Old 06-19-2008, 11:27 AM   #10
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 62
Post

Quote:
Originally Posted by oskar View Post
Anyway, I'm still curious how to get that wine for windows stuff to work... there is no wine.exe in there, just a bunch of dll and cfg files.
1) Oh, I forgot. There is no real need for wine.exe, because you can use native windows loader. So you are probably(I'm not certain about it!) supposed to copy dll's into program folder (do not put them somewhere else (especialy avoid c:\windows\system32), you might damage your Windows system very badly, if you are unlucky) or something like that. But before doing that you should double check all available documentation for "wine for windows" - I've no idea how exactly "wine for windows" works - on Linux Wine emulates registry, for example, and it is unclear whether wine for windows will use native registry or emulate it's own. This means that toying with windows system in this way is really dangerous - for example you can damage your windows system (registry) by doing something wrong - for example, if with wine for windows you are supposed to copy *.dll's into program folder and it emulates it's own registry, then you might damage your system's registry if you forget to copy *.dll responsible for registry access (that's advapi32, if I remember correctly).

Aren't there any instructions in the packages? Maybe some kind of readmes? Or maybe comments in *.cfg files?

2) Or you can try installing cygwin and compiling wine from source within Cygwin. That's not guarranteed to work, though, although compatibility will be better in case of successfull compilation. That's because "Wine for windows" version is way too old.

3) If you have some kind of programming knowledge you could try building wine on Windows using either Microsoft Visual Studio express (free) or Mingw (or OpenWatcom, or whatever). That's may be difficult, but it is possible. Also, as I've said, you don't have to convert all parts wine project on windows (I think it isn't really necessarry to convert kernel32.dll, gdi32, user32 and such, but I may be wrong). You'll just need some *.dll's that doesn't work in your current windows version.
 
Old 06-26-2008, 06:53 AM   #11
perry
Member
 
Registered: Sep 2003
Location: USA & Canada
Distribution: Slackware 12.0
Posts: 978

Rep: Reputation: 30
"wine for windows"

your kidding me...

but here's a blurb on it...

Last edited by perry; 06-26-2008 at 06:56 AM.
 
  


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
wine software can it run all applications which can run in windows linusunis Linux - Software 4 06-14-2008 03:34 PM
must have windows in case to run wine ? LinuxNewbie999 Linux - General 2 04-11-2008 07:56 AM
how to run windows printer driver with wine ? jabka Linux - Newbie 4 07-22-2006 04:09 AM
Wine - The game will not run under Windows 95 shermang Linux - Software 3 09-04-2003 01:29 PM
what windows application do you run with wine etc Alexop Linux - General 3 08-21-2002 04:54 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

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