Jump to content

[bug] assert failed network.cpp:1470 (27079)


gg9999

Recommended Posts

Hi,

If this is not a right place to fill bug report, please point me to the correct one, which is read by utorrent developers.

My utserver used to work till today. I killed it and now upon start it exits after 20 seconds:


$ ./utserver
server started - using locale en_US.UTF-8
Using locale en_US.UTF-8
total physical memory -1 max disk cache 33554432
IPv6 is installed

assert failed network.cpp:1470 (27079)
Aborted (core dumped)

I have installed from utorrent-server-3.0-ubuntu-10.10-27079.tar.gz under Ubuntu 12.04, amd64. I use socks5 proxy for non-p2p connections.

What can I do now?

Thanks.

Link to comment
Share on other sites

Idk much about the speciffic error, but I had a similar issue about Assert failed and socks5 and I got this script from somewhere online, Ive had it for a bit and dont know where I got it but you run it and it will automatically restart utorrent when it crashes.

Script Source:


#!/bin/bash
#script to start and monitor the Utorrent server, and restart as necessary.
#
# Replace the path below with the path to your server

until /home/server/Utorrent_Server/utserver; do
echo "utorrent crashed with exit code $?. Respawning.." >&2
sleep 1
done

exit 0

Direct link to script: https://dl.dropbox.com/u/9159394/utorrent.sh

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...