Need help running uTorrent with Wine...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Alex_IW
Newbie
Newbie
Posts: 1
Joined: Wed Apr 15, 2009 6:32 am

Need help running uTorrent with Wine...

Post by Alex_IW »

Hello,
I have a server that has FreeBSD 6.2, and I have Xorg, Flushbox and a vnc server installed on it.
I've also installed the latest version of wine, and I'm trying to launch uTorrent with it. I tried to launch 2 other small programs, and they worked perfectly, except a small error message before they were launched:
err:process:__wine_kernel_init boot event wait timed out
However, when I tried to launch 2 different versions of uTorrent (the latest version and an older version), I got those errors, after waiting a short time:
err:process:__wine_kernel_init boot event wait timed out
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:heap:HeapSetInformation 0x120000 0 0x471dfc 4
fixme:heap:HeapSetInformation 0x5c0000 0 0x471dfc 4
Fatal error 'can not create signal daemon thread!
' at line 236 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 12)
Does anyone know what should I do? :roll:
Thanks.. :)
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Re: Need help running uTorrent with Wine...

Post by Daemon »

Alex_IW wrote:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Install Comctl32/Comctl32.Ocx through Winetricks. See if that helps.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Need help running uTorrent with Wine...

Post by vitamin »

Alex_IW wrote:err:process:__wine_kernel_init boot event wait timed out
Remove ~/.wine directory and reinstall your applications. You have old WINEPREFIX which missing required entries. If problem persist, file bug report.
Alex_IW wrote:Fatal error 'can not create signal daemon thread!
' at line 236 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 12)
You might have to upgrade your OS, there were lots of fixes in FreeBSD to run Wine.
Locked