http://bugs.winehq.org/show_bug.cgi?id=31849
--- Comment #5 from t800 housegregory299@gmail.com 2012-10-08 15:17:07 CDT --- (In reply to comment #4)
Fixing emul-linux-x86-xlibs deadlock for app-emulation/wine (Dirty workaround)
- emerge -b =x11-libs/libxcb-1.8.1-r1 in 1686 chroot
- Copy and unpack libxcb-1.8.1-r1.tbz2 to /usr/local (xcb libraries will be in
/usr/local/libxcb/usr/lib) 3. Navigate to game directory for example it will be TESV Skyrim 4. Then run game by: LD_LIBRARY_PATH=/usr/local/libxcb/usr/lib/ wine TESV.exe 5. PROFIT!!! Tested with app-emulation/wine-9999 and TESV Skyrim
or LD_LIBRARY_PATH=/usr/local/usr/lib/ blahblah if libxcb directory wasn't be created.