You are not logged in.

#1 2009-03-25 22:48:57

wsduvall
Member
From: Blacksburg
Registered: 2009-02-05
Posts: 54
Website

Wine hangs

Hey guys... I've having this problem with Wine... whenever I run any wine program

[wsduvall@Asar ~]$ winecfg 
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".

Then it just hangs there. When I Ctr-C, I get this:

err:module:attach_process_dlls "winspool.drv" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c000013a

Its really frustrating... Anybody know whats wrong?


My 5 node 9 CPU cluster: www.amenrecluster.com
OS: Arch Linux
Machines:Fujitsu T4210 and IBM eServer xSeries 335

Offline

#2 2009-03-25 22:52:46

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Wine hangs

What is the last thing it does?

strace winecfg

Offline

#3 2009-03-25 23:05:24

wsduvall
Member
From: Blacksburg
Registered: 2009-02-05
Posts: 54
Website

Re: Wine hangs

Looks like it gets stuck here:

socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 11
setsockopt(11, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(11, SOL_TCP, TCP_NODELAY, [1], 4) = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
connect(11, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("192.168.0.100")}, 16

Hmm... 192.168.0.100 is the IP address of my server...


My 5 node 9 CPU cluster: www.amenrecluster.com
OS: Arch Linux
Machines:Fujitsu T4210 and IBM eServer xSeries 335

Offline

#4 2009-03-25 23:14:36

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Wine hangs

That should have been 127.0.0.1

Do you have 127.0.0.1 localhost in /etc/hosts or an invalid entry of 192.168.0.100?

Offline

#5 2009-03-25 23:18:15

wsduvall
Member
From: Blacksburg
Registered: 2009-02-05
Posts: 54
Website

Re: Wine hangs

My /etc/hosts is:

File Edit Options Buffers Tools Help                                            
#                                                                               
# /etc/hosts: static lookup table for host names                                
#                                                                               

#<ip-address>   <hostname.domain.org>   <hostname>                              
127.0.0.1       localhost.localdomain   localhost

That should be right right?


My 5 node 9 CPU cluster: www.amenrecluster.com
OS: Arch Linux
Machines:Fujitsu T4210 and IBM eServer xSeries 335

Offline

#6 2009-03-25 23:28:44

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Wine hangs

Yeah.

So how does wine know about 192.168.0.100?

Anything in ~/.wine/system.reg?

Offline

#7 2009-03-25 23:45:50

wsduvall
Member
From: Blacksburg
Registered: 2009-02-05
Posts: 54
Website

Re: Wine hangs

Nope, I wiped .wine anyway and it still hangs at the same place.

Last edited by wsduvall (2009-03-26 11:19:29)


My 5 node 9 CPU cluster: www.amenrecluster.com
OS: Arch Linux
Machines:Fujitsu T4210 and IBM eServer xSeries 335

Offline

#8 2009-03-25 23:58:08

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: Wine hangs

mine looks like this, don't know if it matters...

127.0.0.1               localhost.localdomain   localhost garbagepailkid


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#9 2009-03-26 12:49:14

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Wine hangs

I am reading this:
http://www.winehq.org/pipermail/wine-us … 17219.html

@test1000: I think you are right. Maybe wine looks for `hostname` (I mean output of hostname) instead of "localhost" and if it can't find it in /etc/hosts it will look for it with host `hostname`

Offline

#10 2009-03-26 18:32:43

wsduvall
Member
From: Blacksburg
Registered: 2009-02-05
Posts: 54
Website

Re: Wine hangs

So

[wsduvall@Asar ~]$ host `hostname`
Asar has address 192.168.69.101

Which should be correct.

I also edited my /etc/hosts to

127.0.0.1     localhost.localdomain    localhost asar

Still no luck...

And I've got another program hanging:

musescore:

fcntl64(14, F_SETFD, FD_CLOEXEC)        = 0
connect(14, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("192.168.0.100")}, 16

Alright guys I think I've fixed it. Adding asar to hostname line was the fix. I only needed to restart. Thanks so much for the help guys!

Last edited by wsduvall (2009-03-26 22:59:21)


My 5 node 9 CPU cluster: www.amenrecluster.com
OS: Arch Linux
Machines:Fujitsu T4210 and IBM eServer xSeries 335

Offline

Board footer

Powered by FluxBB