954,092 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

problem with steam and wine in suse

Im trying to install steam on suse with wine but when I run:

# wine SteamInstall.exe

I get this message:

Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.

Is it soumething wrong with my display settings or what? What can I do to solve this?

ostkaka
Light Poster
29 posts since Jun 2006
Reputation Points: 13
Solved Threads: 0
 

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
Team Colleague
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?

ostkaka
Light Poster
29 posts since Jun 2006
Reputation Points: 13
Solved Threads: 0
 

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
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

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.


I tried to start notepad like you described but i get this message in both cases:

err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.

but I got cmd to work, I also tried with explorer.exe but it did'nt work. Mabye It's soumething with mt video-card?
I changed videocard last week, does that matter?

ostkaka
Light Poster
29 posts since Jun 2006
Reputation Points: 13
Solved Threads: 0
 

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
Team Colleague
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
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
 

sorry if I havent answered in some time but my computer broke down so I have been withoute a computer in a mounth now :(. but now I have borrowed one from my classmate=). I will try to continue with the installation of wine now...

ostkaka
Light Poster
29 posts since Jun 2006
Reputation Points: 13
Solved Threads: 0
 

Now I have switched to cedega instead. But i still can't start steam. Im running cedega-5.2.9 and have installed steam, but when I try to start steam nothing happens. Someone who has had the same problem? or better yet, a solution:P

ostkaka
Light Poster
29 posts since Jun 2006
Reputation Points: 13
Solved Threads: 0
 

solution = install windows

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
 
solution = install windows

LOL, then I rather be without games

ostkaka
Light Poster
29 posts since Jun 2006
Reputation Points: 13
Solved Threads: 0
 
LOL, then I rather be without games

I got steam/cs working no problem using the latest wine in ubuntu.

wine SteamInstall.exe then followed the install wizard.

Only thing i had to change was ALSA/OSS settings then it worked fine

What version of wine are you using?

pty
Posting Pro
530 posts since Oct 2005
Reputation Points: 64
Solved Threads: 39
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: