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
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 whichTry 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.
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 ?
[img=http://manoa.flnet.org/Pics/ut.png]
monohouse ??:> [img=http://manoa.flnet.org/Pics/ut.png] > > >Oh, this import DLL has no name !?!?!?!.
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 whichDont run Wine as root user. http://wiki.winehq.org/FAQ#head-96bebfa287b4288974de0df23351f278b0d41014
Code: # 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
I tried utorrent 1.8.1, here is what you can see in the logger window when running as normal user: Code: [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: 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 ?