[Bug 18614] Problem with starting of wine or winecfg

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 7 09:15:07 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=18614

Steve Dawson <sdawson at pa.metrocast.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sdawson at pa.metrocast.net

--- Comment #42 from Steve Dawson <sdawson at pa.metrocast.net> 2012-07-07 09:15:07 CDT ---
(In reply to comment #41)
> I think I'm having the same problem here. 
> 
> OS X 10.6.8
> Wine 1.3.23 (installed through macports)
> 
> I've deleted the wine prefix several times, and uninstalled and reinstalled
> wine itself (both the stable and developmental builds) and still no joy. 
> 
> Here's what happens: 
> 
> lilsheezy:~ shane$ rm -rf ~/.wine
> lilsheezy:~ shane$ winecfg
> wine: created the configuration directory '/Users/shane/.wine'
> 
> 
> and then after a couple minutes it will eventually say: 
> 
> err:process:__wine_kernel_init boot event wait timed out
> 
> 
> If I kill the wine process before it times out I get: 
> 
> /opt/local/bin/wine: line 5: 35930 Terminated             
> DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib" "/opt/local/libexec/wine/wine" "$@"
> /opt/local/libexec/wine/../../lib/../bin/wine: line 5: 35935 Terminated        
>      DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib" "/opt/local/libexec/wine/wine"
> "$@"
> lilsheezy:~ shane$ /opt/local/libexec/wine/../../lib/../bin/wine: line 5: 35939
> Terminated              DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib"
> "/opt/local/libexec/wine/wine" "$@"
> /opt/local/libexec/wine/../../lib/../bin/wine: line 5: 35937 Terminated        
>      DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib" "/opt/local/libexec/wine/wine"
> "$@"
> 
> I am kind of new to wine, and so I don't know how to give any more specific
> debugging information than that.

I believe this is a gcc related problem.

I have had the same issue, the wine prefix doesn't get populated, workarounds
such as compiling without cups or creating the prefix with +relay worked but
just masked the underlying issue. One of the other issues I had was
winemenubuilder would crash with a segfault in zlib. ( backtrace attached )
Googling eventually led me here
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41156 

Recompiling the 32 bit zlibs with the -mstackrealign flag fixed the
winemenubuilder problem and seems to have fixed the prefix creation issue as
well. I have tested this on 1.5.4 and 1.5.8

Using this gcc flag has also solved some unrelated issues, see here
http://bugs.winehq.org/show_bug.cgi?id=30246

Hopefully someone can reproduce the fix :)

Regards.


P.S.
output of gcc -v

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.6.0/configure --prefix=/usr --libdir=/usr/lib64
--libexecdir=/usr/lib64 --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-c99 --enable-long-long --enable-clocale=gnu
--enable-languages=c,c++ --disable-libstdcxx-pch
Thread model: posix
gcc version 4.6.0 (GCC for Cross-LFS 4.6.0.20110517)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list