It sounds like your $DISPLAY variable isn't set correctly. What I would try first is something like this:
# DISPLAY=0:0 wine SteamInstall.exe
And see what happens.
I've read that this problem is quite common on Wine, and there often isn't an end-all fix for this. Is this application listed under the "supported-applications" in the Win App database?
Also, have you ever used wine to sucessfully run applications that use windows? Console apps running on wine tend to have less problems, so you may have to do additional configuration to get Win32 apps working.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
I tried the command you suggested, but I get the same message again.
And, no I have'nt used wine to run an windows application earlier, I have just started using it.So then I mabye have to configure it?
Is it advanced to configure it correctly?
I would first try running a simple app like Notepad before running SteamInstall. I believe it's automatically installed with Wine. Try something like
wine notepad.exe
And see if it works. If it can't find it, it may not be in the path, and you'll have to do something like:
# cd ~/.wine/
# ls
# cd c/Program\ Files (or maybe c_drive)
# wine notepad.exe
Tell us if notepad and other simple Windows programs like Explorer work.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Try configuring Wine with winecfg . This will allow you to configure video card settings and other such display things so that Wine will run properly.
You may also want to take a peek at ~/.wine, which is another wine configuration file.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
yes, wincefg
i got office97 working nicely in WINE (other than the fonts looked bad and no ms access)
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
solution = install windows
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600