SRCDS Steam group


FreeBSD problem
#1
$ ./steam -command update -game "Counter-Strike Source" -dir /home/rens/csstest
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Source Shared Content' version 47


DebugAssert
Expr: ( close( m_pImpl->m_Socket ) ) == 0
Line: 587
File: ../Engine/Src/ContentServerBlockingConnection.cpp
Abort trap (core dumped)
$


anyone ever seen this and fixed it ?
Reply
#2
Let me guess, you're on a dual processor and/or HT system?

Happened to me as well. I was told there was no fix.

I installed Linux and the problem went away.
Reply
#3
dual xeon indeed. not going to install linux for sure so hope someone knows how to fix this
Reply
#4
There is no fix, I am using shell script to deal with it (it's not ideal but it updates steam install at least)
Code:
i=0;
while [ "$i" -lt "30" ]; do
  nice ./steam -command update -game cstrike -dir . 2>&1 > ./steam.log
  grep -q 'installation up to date' ./steam.log
  if [ "$?" -eq "0" ]; then break; fi
  i=$(($i+1))
  sleep 1
done
cat ./steam.log
Reply
#5
use goddamn linux, u know srcds was made for linux not bsd, kinda makes sense to me doesnt it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)