Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wine - very long start
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
nusch
Tux's lil' helper
Tux's lil' helper


Joined: 19 May 2007
Posts: 115
Location: Katowice(Poland)

PostPosted: Fri Jun 08, 2007 8:28 am    Post subject: Wine - very long start Reply with quote

When I try to run different wine apps, even winecfg it's take about 3-4 minutes , before the window show up. I have 1.5Ghz processor, but it's usage is below 4-5%. The HDD Led also doesn't blink. When the winecfg window show up i can go through tabs quickly and everything go smoothly. In console it shows only
Code:
libGL warning: 3D driver claims to not support visual 0x4b
, but I think it's another problem, because it's show even in native linux opengl apps. My wine version: wine-0.9.38, before I had latest stable - 0.9.29. But it had causing error
Code:
Failed to open the service control manager
. Before migrating to gentoo i have slax with wine 0.9.19, everything worked smoothly, only 3d games didn't work. I don't know if it can be caused by X or sound. When the winecfg show up, and i click to sound tab, it hangs for a longer while. I've chosen emulation and use of old OSS drivers.
Here is my xorg.conf.

What could cause the problem, and how can I make wine more verbose?

EDIT:It's something net related. I've just run strace winecfg and it hangs on:
Code:

munmap(0xb7c90000, 4096)                = 0
futex(0xb7dc2a6c, FUTEX_WAKE, 2147483647) = 0
socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 13
connect(13, {sa_family=AF_INET6, sin6_port=htons(631), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable)
close(13)                               = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 13
connect(13, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
getsockname(13, {sa_family=AF_INET, sin_port=htons(1026), sin_addr=inet_addr("192.168.1.11")}, [16]) = 0
close(13)                               = 0
time(NULL)                              = 1181291571
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 13
setsockopt(13, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(13, SOL_TCP, TCP_NODELAY, [1], 4) = 0
fcntl64(13, F_SETFD, FD_CLOEXEC)        = 0
connect(13, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("127.0.0.1")}, 16


The same thing after clicked sound tab(NSS .. ?)
How can i solve it?
Back to top
View user's profile Send private message
01mf02
Veteran
Veteran


Joined: 21 Nov 2004
Posts: 1070
Location: Innsbruck, Austria

PostPosted: Fri Jun 08, 2007 1:40 pm    Post subject: Reply with quote

Have you done this already?
Back to top
View user's profile Send private message
nusch
Tux's lil' helper
Tux's lil' helper


Joined: 19 May 2007
Posts: 115
Location: Katowice(Poland)

PostPosted: Fri Jun 08, 2007 9:01 pm    Post subject: Reply with quote

Almost, during install. I only didn't set in /etc/hosts name like this examplehost.exampledomain.tld .
For what stands tld suffix? Is it country code or constant value?. My computer isn't part of any domain, and doesn't use NFS or samba. Is it necessary to set it?

Code:

nusch@nuschbox ~ $ cat /etc/hosts
# IPv4 and IPv6 localhost aliases
127.0.0.1       nuschbox.nuschNET nuschbox localhost.localdomain localhost
::1             localhost
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum