Hello!
I've reinstalled CK2, cleared my user folder for it out, installed the package for libtbb2 just in case (was getting an error there running by hand) and a few other things -- all to no avail.
The game executable launches, doesn't crash, but hangs forever on something. I straced it and got this:
Thank you,
-Atma
I've reinstalled CK2, cleared my user folder for it out, installed the package for libtbb2 just in case (was getting an error there running by hand) and a few other things -- all to no avail.
The game executable launches, doesn't crash, but hangs forever on something. I straced it and got this:
socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 23
fcntl(23, F_GETFD) = 0
fcntl(23, F_SETFD, FD_CLOEXEC) = 0
setsockopt(23, SOL_TCP, TCP_NODELAY, [1], 4) = 0
connect(23, {sa_family=AF_INET, sin_port=htons(57343), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
getpid() = 10995
gettid() = 10995
sendto(23, "\r\0\0\0", 4, MSG_NOSIGNAL, NULL, 0) = 4
sendto(23, "\t\1\0\0\0\363*\0\0\363*\0\0", 13, MSG_NOSIGNAL, NULL, 0) = 13
poll([{fd=23, events=POLLIN}], 1, 180000) = 1 ([{fd=23, revents=POLLIN}])
recvfrom(23, "\f\0\0\0\n", 5, 0, NULL, NULL) = 5
recvfrom(23, "\27\0\0\202\27\0\0%\343Z\357", 11, 0, NULL, NULL) = 11
poll([{fd=23, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=23, events=POLLIN}], 1, 180000
So I'm not really sure where to go from here. By my count, that 180000 timeout will take approximately 50 hours to time out and nothing seems to be coming back. I have tried clearing out my launchers and updating them to no avail as well.fcntl(23, F_GETFD) = 0
fcntl(23, F_SETFD, FD_CLOEXEC) = 0
setsockopt(23, SOL_TCP, TCP_NODELAY, [1], 4) = 0
connect(23, {sa_family=AF_INET, sin_port=htons(57343), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
getpid() = 10995
gettid() = 10995
sendto(23, "\r\0\0\0", 4, MSG_NOSIGNAL, NULL, 0) = 4
sendto(23, "\t\1\0\0\0\363*\0\0\363*\0\0", 13, MSG_NOSIGNAL, NULL, 0) = 13
poll([{fd=23, events=POLLIN}], 1, 180000) = 1 ([{fd=23, revents=POLLIN}])
recvfrom(23, "\f\0\0\0\n", 5, 0, NULL, NULL) = 5
recvfrom(23, "\27\0\0\202\27\0\0%\343Z\357", 11, 0, NULL, NULL) = 11
poll([{fd=23, events=POLLIN}], 1, 0) = 0 (Timeout)
poll([{fd=23, events=POLLIN}], 1, 180000
Thank you,
-Atma