LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-05-2005, 02:37 PM   #1
shamus@ku.edu
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Rep: Reputation: 0
Unhappy I cant get wine to work


When I try to use wine to run starcraft (game) setup, I get the following error message:

shamus@host:~$ wine /mnt/cdrom/setup.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86dga.so.1: cannot open shared object file: No such file or directory
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
shamus@host:~$ err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86dga.so.1: cannot open shared object file: No such file or directory
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86dga.so.1: cannot open shared object file: No such file or directory
Application tries to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.

I don't know what this means. Any ideas?
 
Old 12-05-2005, 06:50 PM   #2
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Looks like you're missing libXxf86dga support -- if you're running Debian, try apt-get install libxxf86dga* or the equivalent under whichever distribution you're running.

Good luck,

mj
 
Old 12-05-2005, 08:39 PM   #3
shamus@ku.edu
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Im using college linux and I dont know the equivalent command.
 
Old 12-05-2005, 08:55 PM   #4
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
College linux seems to have been discontinued (Distrowatch.org seems to think so, the forum here not so sure). It's based on Slackware, so you could possibly try using their package mirrors -- eg. http://slackware.it/en/pb/searchfile...bXxf86dga&w=on. The libXxf86dga.so.1: seems to be included in X11-6.8.2 on Slackware, so it may potentially just be a matter of upgrading your X11 package.

Cheers,

Michael.
 
Old 12-05-2005, 10:57 PM   #5
shamus@ku.edu
LQ Newbie
 
Registered: Dec 2005
Posts: 6

Original Poster
Rep: Reputation: 0
I updated my X11 package, but I still get the same error:

root@host:/home/shamus/Desktop# wine /mnt/cdrw0/install.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86dga.so.1: cannot open shared object file: No such file or directory
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86dga.so.1: cannot open shared object file: No such file or directory
Application tries to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.

How do I know if my X server is running?
How do I know whether $DISPLAY is set correctly?
I'm so lost.

Last edited by shamus@ku.edu; 12-06-2005 at 06:45 PM.
 
Old 12-07-2005, 06:58 AM   #6
ylts
Member
 
Registered: Feb 2005
Location: Estonia, Tartu
Distribution: Gentoo linux
Posts: 101

Rep: Reputation: 15
Log in as user and start wine as user not root. If you are logged in as user and you want to run something as root it means root can`t connect current X session. If you have gnome or KDE running, X server is running.
Anyway log in as user, start terminal and as user give command
wine /mnt/cdrw0/install.exe
and see if it works
 
Old 12-07-2005, 07:25 AM   #7
sohny
Member
 
Registered: Aug 2004
Location: bangalore
Distribution: Redhat,Ubuntu
Posts: 64

Rep: Reputation: 15
can anyone tell me where i can download wine (I m sorry if this is often repeated question)
 
Old 12-07-2005, 07:30 AM   #8
muzzamil.luqman
LQ Newbie
 
Registered: Dec 2005
Distribution: fedora
Posts: 19

Rep: Reputation: 0
well i am not sure if it would work for you!

I have just started using wine [a couple of hours back]
and faced no problems
have tried putty.exe
and xlite.exe successfully
and hav plans to try more as soon as i get chance.

just did

#winecfg
#winefile

and that all.
 
Old 12-07-2005, 07:32 AM   #9
muzzamil.luqman
LQ Newbie
 
Registered: Dec 2005
Distribution: fedora
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by muzzamil.luqman
well i am not sure if it would work for you!

I have just started using wine [a couple of hours back]
and faced no problems
have tried putty.exe
and xlite.exe successfully
and hav plans to try more as soon as i get chance.

just did

#winecfg
#winefile

and that all.

but remember to install a suitable rpm from www.winehq.org before
 
Old 12-07-2005, 12:54 PM   #10
zaphod_es
Member
 
Registered: Jun 2003
Location: Brazil
Distribution: Ubuntu
Posts: 137

Rep: Reputation: 15
It is great to get something working under wine but I do wonder why you installed PuTTY. It is a windows program that uses ssh which is in every Linux I have ever seen.

Instead of using PuTTY under wine just enter a command something like this:

ssh username@192.168.1.2
 
Old 12-07-2005, 03:19 PM   #11
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
Putty is available for Linux too :P
 
Old 12-07-2005, 03:30 PM   #12
zaphod_es
Member
 
Registered: Jun 2003
Location: Brazil
Distribution: Ubuntu
Posts: 137

Rep: Reputation: 15
Yet another reason for not running PuTTY under wine.

At the moment I am trying to work out why anyone would need it for *nix. I suppose it can remember login details which could be useful if you have lots of different usernames and different accounts.
 
Old 12-08-2005, 02:15 AM   #13
muzzamil.luqman
LQ Newbie
 
Registered: Dec 2005
Distribution: fedora
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by muzzamil.luqman
have tried putty.exe
and xlite.exe successfully
and hav plans to try more as soon as i get chance.
just used putty to confirm wine working
otherwise no preferences!
 
  


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 - Diablo II LOD TCP/IP doesn't work +where is my wine.conf brainlesspinkey Linux - Games 7 08-26-2007 08:10 AM
cant get wine to work shamus@ku.edu Linux - Software 2 12-05-2005 03:49 PM
How does Wine work and how do I MAKE it work? TheMusicGuy Linux - Newbie 7 03-10-2004 07:16 PM
Wine doesn't work?? tricky_linux Linux - Software 3 11-02-2003 10:20 PM
Wine won't work pilot1 Linux - General 4 03-25-2003 02:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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