#Installing breakpad exception handler for appid(svends_i686)/version(1.0)

1 messages · Page 1 of 1 (latest)

tender crest
#

On debian 12 when I run
./svends_run -console -port 27016 +maxplayers 8 +log on +map sc_tetris1 -secure +ip 0.0.0.0
I got into
...
Installing breakpad exception handler for appid(svends_i686)/version(1.0)
Any input ?
Let me know I can provide any debug you need.

lost badge
#

This is normal, that's some crash handler from Steam API hooking server executable to catch these. It shouldn't cause any issues.

tender crest
#

I have that
Connection to Steam servers successful.
VAC secure mode is activated.
Installing breakpad exception handler for appid(svends_i686)/version(1.0)
Installing breakpad exception handler for appid(svends_i686)/version(1.0)
Installing breakpad exception handler for appid(svends_i686)/version(1.0)
status
hostname: Sven Co-op 5.0 server
version : 48/5.0.1.7 8997 secure (225840)
tcp/ip : 0.0.0.0:27016
map : sc_tetris1 at: 0 x, 0 y, 0 z
players : 0 active (8 max)

name userid uniqueid frag time ping loss adr

0 users

I cannot bind on port

nc -v bitiso.org 27016
DNS fwd/rev mismatch: bitiso.org != ns3849033.ip-217-182-198.eu
bitiso.org [217.182.198.226] 27016 (?) : Connection refused

#

In local it's not binded. 2915 is my cs2 server

steam@gaming:~$ lsof -i TCP | grep 27016
steam@gaming:~$ lsof -i TCP | grep 27015
cs2 28607 steam 50u IPv4 658076126 0t0 TCP *:27015 (LISTEN)

lost badge
#

it's udp, not tcp

#

goldsrc based games are all udp for game traffic and rcon

tender crest
#

You are awsome !!!!

#

It was that ^^ Noob I'm !

lost badge
#

Happy to see you solved it 🙂