Home
last modified time | relevance | path

Searched refs:tox_new_err (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/uTox/uTox/src/
H A Dtox.c399 TOX_ERR_NEW tox_new_err = 0; in init_toxcore() local
401 *tox = tox_new(&topt, &tox_new_err); in init_toxcore()
405 …"Toxcore", "\t\tError #%u, Not going to try without proxy because of user settings.", tox_new_err); in init_toxcore()
408 LOG_ERR("Toxcore", "\t\tError #%u, Going to try without proxy.", tox_new_err); in init_toxcore()
415 *tox = tox_new(&topt, &tox_new_err); in init_toxcore()
418 LOG_ERR("Toxcore", "\t\tError #%u, Going to try without IPv6.", tox_new_err); in init_toxcore()
424 *tox = tox_new(&topt, &tox_new_err); in init_toxcore()
427 … LOG_ERR("Toxcore", "\t\tFatal Error creating a Tox instance... Error #%u", tox_new_err); in init_toxcore()