|
Hello, I frequently want to run a windows app (usually a game) on my linux machines, the best way to do this is via wine, the windows emulator. The problem is that this is quite difficult to do. The apps frequently stall or crash with very little information...
Started by Gearoid Murphy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
From man wine
[...] ENVIRONMENT VARIABLES ....
Hi,
did you take a look at man wine ? I saw that there's a Debug option in it.
Checking the comments section for the crash.
Wine's AppDB is the best place to check up on compatibility.
|
|
I need to make my Delphi solutions available on Linux and I have tested them on both Wine and Lazarus. What are the technical considerations I should take into account (Programming, Deployment, Maintenance etc.) on the longer term in order to avoid landing...
Started by mm2010 on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
You spare yourself of the Wine....
If you depend on WINE, you are also at the mercy of WINE at DelphiLive 2009 - to provide native Delphi on Linux and Mac, I would for now go with Lazarus.
I would generally recommend using Lazarus.
|
|
Hi,
is anybody running this game under Linux / Wine?
Started by Brausepaul on
, 13 posts
by 8 people.
Answer Snippets (Read the full thread at matrixgames):
Might wantNo, but that's only because....
In windows.
|
Ask your Facebook Friends
|
Thief 2 + 8800 GT + Linux: Good results w/ wine I'm happy to report that Thief 2 works almost perfectly in Linux under the latest Wine, even with a Nvidia 8800 GT. Not WineX/Cedega, the pay-for branch, but plain old free Wine. Since it seems like we 8...
Started by BeefTheDarkProject on
, 25 posts
by 9 people.
Answer Snippets (Read the full thread at ttlg):
--
Larris Is there a way, that eax will also work under wine/linux? Originally Posted by MH.TheFreak Is there a way, that eax will also work under wine/linux? I can't try it out, as I just have my cheapy integrated audio....
|
|
Sometimes, there's a Linux app that I'd like to run in Windows (XP). Is there something similar to Wine that will do it?
Answer Snippets (Read the full thread at superuser):
As they....
Try Wuby
Try virtual PC: http Linux along with Windows.
One advantage of linux being Free/Open wine, but should be even better in terms of compatibility.
Could try running a linux distribution as a Virtual Machine .
|
|
Possible Duplicate:
Windows Softwares in Ubuntu ( Using Wine )
Does anybody know a list of which windows programs wine is able to run on linux?
Started by Luke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Users submit information regarding compatibility with different versions of Wine,....
It has information on which programs have been tested under Wine, which ones worked, and which ones don't.
Check out the Wine Application Database .
|
|
For Production
Would you rather use Wine or Mono to run a .net application on Linux OpenSuse 11.
Started by JL on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I have never heard such claims made about....
I don't.
Given the fact (the patented stuff there is so much commotion about), you have no other choice but to use Wine.
The base install for Wine doesn't have a .net runtime so I'd go with Mono.
|
|
Hello Yoyo, Roland and whoever else can make this.
I now have an app_info.xml to keep my computer busy with muon and evolution WUs, but the real Linux projects don't run an longer.
(For those who don't know yet, the archive is here for DL )
I know, I ...
Started by Sänger on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at rechenkraft):
Euler is the first yoyo app that doesn't use the wrapper .
wine under linux, but ogr and ecm use the BOINC Wrapper, too.
|
|
Anyone have tried to run Visual Studio 2008 over linux wit wine? Any troubles? It works?
Started by FerranB on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A few months ago I tried to run the Visual Studio Remote Debugging Monitor under Wine, and had to hack in several implementations of missing Wine APIs....
On Wine forums for help, though I suspect you're begging for pain and trouble.
|
|
Hi!
I need to run a windows command line tool from a php script on my Debian server. For that, I'm trying Wine. Invoking wine and the tool via terminal works fine: "$ wine tool.exe"
But when running the same from my php script...
exec("wine tool.exe")...
Started by Cambiata on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If not there's two things you can do: either you copy an existing... .
Try and find out if wine can run with a specified configuration directory on the commandline.
Seems harmless, as long as wine can function without configuration directory.
|