Results 1 to 4 of 4
I installed wine using these instructions
Code:
http://www.winehq.org/site/download-deb
It installed perfectly but when I type
Code:
sudo wine notepad.exe
I get this error
Code:
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-13-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 4
Wine help
I installed wine using these instructions
It installed perfectly but when I typeCode:http://www.winehq.org/site/download-deb
I get this errorCode:sudo wine notepad.exe
So can any one help me get wine working?Code: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. The X11 driver is missing. Check your build! Application tried to create a window, but no driver could be loaded. The X11 driver is missing. Check your build!
- 08-13-2007 #2Just Joined!
- Join Date
- Jun 2007
- Location
- belgium hoboken
- Posts
- 16
After installing wine first run winecfg as user to create the wine map
Then install or run ms programs as user not as root or with sudo
$ wine notepad.exe
- 08-13-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 4
I just tried that and I got this error
Code:alex@alex-laptop:~$ winecfg 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. The X11 driver is missing. Check your build! Application tried to create a window, but no driver could be loaded. The X11 driver is missing. Check your build! alex@alex-laptop:~$
- 08-13-2007 #4Just Joined!
- Join Date
- Jun 2007
- Location
- belgium hoboken
- Posts
- 16
I guess the problem is with your video drivers or your config file xorg.conf
what linux arch are you running
32bit or 64bit(harder to set up wine see your distribution wiki/forum for help)
are you in de video group?
if you have the right drivers for your video card
try
glxinfo | grep direct
if (direct rendering: Yes) oke


Reply With Quote
