utorrent does not start

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
monohouse
Level 1
Level 1
Posts: 7
Joined: Mon Nov 03, 2008 9:36 am

utorrent does not start

Post by monohouse »

/mnt/shetach/Downloads/utorrent# wine ./ut161L.exe /RECOVER
err:module:import_dll Library (which is needed by L"W:\\Downloads\\utorrent\\ut161L.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"W:\\Downloads\\utorrent\\ut161L.exe" failed, status c0000135
I would like some help to determine what that means, I suspect a missing DLL but I don't know which
Cai

utorrent does not start

Post by Cai »

monohouse wrote:
Code:
/mnt/shetach/Downloads/utorrent# wine ./ut161L.exe /RECOVER
err:module:import_dll Library (which is needed by L"W:\\Downloads\\utorrent\\ut161L.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"W:\\Downloads\\utorrent\\ut161L.exe" failed, status c0000135



I would like some help to determine what that means, I suspect a missing DLL but I don't know which
Try to find out which DLL is missing. You can try to see the import
section of ut161L.exe .

Any tool that can see a PE file's import section is OK.
monohouse
Level 1
Level 1
Posts: 7
Joined: Mon Nov 03, 2008 9:36 am

Post by monohouse »

I checked, it seems like wsock32.dll and version.dll, not sure which one is the problem, but I copied both of them into the same directory as utorrent and there is no effect.
Cai

utorrent does not start

Post by Cai »

monohouse дµÀ:
I checked, it seems like wsock32.dll and version.dll, not sure which one is the problem, so I just copy the missing DLL's into the program's directory ?

Cann't be wsock32.dll or version.dll . Wine has those files.
monohouse
Level 1
Level 1
Posts: 7
Joined: Mon Nov 03, 2008 9:36 am

Post by monohouse »

Last edited by monohouse on Sun Apr 26, 2009 4:17 pm, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: utorrent does not start

Post by vitamin »

monohouse wrote:
/mnt/shetach/Downloads/utorrent# wine ./ut161L.exe /RECOVER
How is that partition mounted? Post output of 'mount' command.
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: utorrent does not start

Post by Usurp »

monohouse wrote:/mnt/shetach/Downloads/utorrent# wine ./ut161L.exe /RECOVER
I would like some help to determine what that means, I suspect a missing DLL but I don't know which
Dont run Wine as root user.
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
monohouse
Level 1
Level 1
Posts: 7
Joined: Mon Nov 03, 2008 9:36 am

Post by monohouse »

Code: Select all

# mount
/dev/sda2 on / type ext3 (rw,noatime,nodiratime,commit=30)
none on /dev type ramfs (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw)
/dev/sda3 on /mnt/shetach type ext3 (rw,noatime,nodiratime,commit=30)
I agree, bad idea, but no choice, otherwise it says "Warning RAW TCP will not work unless run as root" and ICMP will not work unless run as root" and in the program it says in the logger window "unable to bind UDP socket"

basically that means without root - no point running utorrent, might as well use a native client for linux
Zach
Level 2
Level 2
Posts: 32
Joined: Tue May 06, 2008 8:09 pm

utorrent does not start

Post by Zach »

Don't worry about that message. It doesn't affect how µTorrent uploads
or downloads. No need to run root specifically for that.

Also, you should try using µTorrent 1.8.1 instead of 1.6.1. There's a
lot of wine-specific code (not to mention changes in how µT works in
general) in there to make things work. Also, i *believe* (but dont
quote me on this), µT doesn't even try the ICMP ping in 1.8.1
anymore. So you won't need to run as root.

-Zach
I agree, bad idea, but no choice, otherwise it says "Warning RAW TCP
will not work unless run as root" and ICMP will not work unless run
as root" and in the program it says in the logger window "unable to
bind UDP socket"

basically that means without root - no point running utorrent, might
as well use a native client for linux
monohouse
Level 1
Level 1
Posts: 7
Joined: Mon Nov 03, 2008 9:36 am

Post by monohouse »

I tried utorrent 1.8.1, here is what you can see in the logger window when running as normal user:

Code: Select all

[2008-11-08 01:27:26]  TCP port bind failed 0.0.0.0:100: (10013) Error 10013
[2008-11-08 01:27:26]  UDP port bind failed 0.0.0.0:100: (10013) Error 10013
this is what you see (at the same time) in wine:

Code: Select all

WARNING: Trying to create a socket of type SOCK_RAW, this will fail unless you have special permissions.
WARNING: Trying to create a socket of type SOCK_RAW, this will fail unless you have special permissions.
doesn't that mean I will be in passive mode all the time ? I thought passive mode actually DOES affect how utorrent performs because i am not connectable.

netstat -na does not show port 100 being open. Usurp I tried to read those 2 links, but it appears to be outdated (linux 2.4), and im still not entirely sure how to enable the permissions for the program
Locked