tdreyer1 Posted October 1, 2011 Report Posted October 1, 2011 utorrent crashes with the error message:assert failed udp.cpp:138 (25053)and it exits with status 134.The error is fairly reproducable as it will regularly crash anywhere from 1 - 10 minutes after starting.utorrent is using socks 5 proxyRunning on 32bit archlinuxlinux 3.0 kernelPlease let me know if you need any extra info.EDIT:As a quick fix, I'm running utserver with this watcher script to respawn it whenever it crashes.#!/bin/bash#script to start and monitor the Utorrent server, and restart as necessary.#until /opt/utorrent-server-v3_0/utserver; do echo "utorrent crashed with exit code $?. Respawning.." >&2 sleep 1doneexit 0
mcdonald Posted October 4, 2011 Report Posted October 4, 2011 utorrent crashes with the error message:assert failed udp.cpp:138 (25053)and it exits with status 134.It involves your using a socks 5 proxy. Apparently the hostname is too long (more than 255).
tdreyer1 Posted October 8, 2011 Author Report Posted October 8, 2011 Weird, the proxy I entered is only 17 characters long.
crash15 Posted December 19, 2011 Report Posted December 19, 2011 I too, get this error. The proxy server name is 16 characters long. It takes anywhere from 5 mins to several hours. Always returning:assert failed udp.cpp:138 (25053)
lilrabbit129 Posted January 26, 2012 Report Posted January 26, 2012 Also getting this error. 17-character SOCKS5 proxy.
jk4287 Posted February 8, 2012 Report Posted February 8, 2012 Is there a solution to this issue?I am having the exact same issue when sock proxy 5 is in use.
burkeerr Posted May 26, 2012 Report Posted May 26, 2012 Looks like it might be a permission error. I ransudo chmod -R 755 on the utserver folderLooks like its fixed
anlif Posted June 9, 2012 Report Posted June 9, 2012 Also getting this error (and using a socks 5 proxy). Using Kubuntu 12.04 64 bit.Tried the 'sudo chmod -R 755' on the utserver folder and it didn't work (still errors with assert failure after some intermittent interval between 5 minutes and a few hours).
skylander86 Posted June 10, 2012 Report Posted June 10, 2012 i am getting the error too. using ubuntu 10.04. i had this problem with an earlier build (25053) but it wasn't too frequent, however, i upgraded to the latest alpha build of utorrent (27079) today and it seems that the error occurs whenever i connect via the web ui after leaving it to run for some time.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.