LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-13-2011, 03:02 PM   #1
kususe
Member
 
Registered: Oct 2010
Posts: 54

Rep: Reputation: 0
Wine and utorrent, strange errors


I tried to install utorrent with wine.
I installed Wine from official site, but when I lunch
Code:
wine /dir_utorrent.exe
I obtain this:

Code:
No protocol specified
No protocol specified
No protocol specified
No protocol specified
fixme:heap:HeapSetInformation 0x110000 0 0x4b43c8 4
No protocol specified
No protocol specified
No protocol specified
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
fixme:heap:HeapSetInformation 0x284000 0 0x4b43c8 4
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
fixme:hnetcfg:fw_app_get_Enabled 0x14c2e8, 0x7efa94
fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x14c2e8, L"Z:\\home\\boss\\Downloads\\utorrent.exe"
fixme:hnetcfg:fw_app_put_Name 0x14c2e8, L"\00b5Torrent"
fixme:hnetcfg:fw_apps_Add 0x14c280, 0x14c2e8
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17
^Cfixme:dbghelp:MiniDumpWriteDump NIY MiniDumpScanMemory
root@debian:/home/boss# No protocol specified
fixme:heap:HeapSetInformation 0x110000 0 0x4b43c8 4
No protocol specified
fixme:heap:HeapSetInformation 0x294000 0 0x4b43c8 4
fixme:hnetcfg:fw_app_get_Enabled 0x14c330, 0x7efa94
fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x14c330, L"Z:\\home\\boss\\Downloads\\utorrent.exe"
fixme:hnetcfg:fw_app_put_Name 0x14c330, L"\00b5Torrent"
fixme:hnetcfg:fw_apps_Add 0x14c270, 0x14c330
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:CoGetClassObject class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
err:ole:create_server class {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context 0x17
err:ntdll:RtlpWaitForCriticalSection section 0x4c2778 "?" wait timed out in thread 0025, blocked by 0024, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x4c2778 "?" wait timed out in thread 0021, blocked by 0024, retrying (60 sec)

The fact is that I don't want the downloaded data of torrents with utorrent in Windows. And i thought to install this program on Debian and to set it to share the same temp file.

Suggestions??
 
Old 01-13-2011, 03:06 PM   #2
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
get winetricks, cd into the directory you saved the script, run
Code:
winetricks utorrent
 
Old 01-14-2011, 06:03 AM   #3
kususe
Member
 
Registered: Oct 2010
Posts: 54

Original Poster
Rep: Reputation: 0
It works. Tank you.
But now, to import downloaded data and to continue downloads using utorren on Linux?
 
Old 01-14-2011, 09:45 AM   #4
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
i would imagine if you added your old torrent files to utorrent and placed the already downloaded data where the newly started torrents are going to download then it should pick up on it, however that is not my area of expertise
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable run uTorrent with Wine - Ubuntu 9.10 Khaki83 Linux - Software 4 12-30-2009 11:05 PM
bash alltray wine utorrent shinystuffrox Programming 2 06-27-2008 10:38 PM
uTorrent: For "Wine" and Windows! How do you feel about it? Mega Man X General 4 02-06-2008 01:55 PM
Utorrent RSS Does't work! (WINE) TruANTOlogy Linux - Software 2 07-25-2006 08:19 PM
wine utorrent.exe fault Linux - Software 9 05-03-2006 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration