I would like some help to determine what that means, I suspect a missing DLL but I don't know which/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
utorrent does not start
utorrent does not start
utorrent does not start
monohouse wrote:
section of ut161L.exe .
Any tool that can see a PE file's import section is OK.
Try to find out which DLL is missing. You can try to see the importCode:
/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
section of ut161L.exe .
Any tool that can see a PE file's import section is OK.
utorrent does not start
monohouse дµÀ:
Cann't be wsock32.dll or version.dll . Wine has those files.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 ?
Re: utorrent does not start
How is that partition mounted? Post output of 'mount' command.monohouse wrote:/mnt/shetach/Downloads/utorrent# wine ./ut161L.exe /RECOVER
Re: utorrent does not start
Dont run Wine as root user.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
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
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)
basically that means without root - no point running utorrent, might as well use a native client for linux
utorrent does not start
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
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
I tried utorrent 1.8.1, here is what you can see in the logger window when running as normal user:
this is what you see (at the same time) in wine:
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
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
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.
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