-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Hotfix 2023-11-23 hlds update (#169)
Co-authored-by: joe <[email protected]>
- Loading branch information
1 parent
fc94fe2
commit e6b28e0
Showing
6 changed files
with
58 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,40 @@ | ||
|
||
Console initialized. | ||
Using breakpad crash handler | ||
Setting breakpad minidump AppID = 70 | ||
Forcing breakpad minidump interfaces to load | ||
dlopen failed trying to load: | ||
/root/.steam/sdk32/steamclient.so | ||
with error: | ||
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory | ||
Looking up breakpad interfaces from steamclient | ||
Calling BreakpadMiniDumpSystemInit | ||
Protocol version 48 | ||
Exe version 1.1.2.2/Stdio (valve) | ||
Exe build: 17:23:32 May 24 2018 (7882) | ||
STEAM Auth Server | ||
Protocol version 48 | ||
Exe version 1.1.2.2/Stdio (valve) | ||
Exe build: 21:47:32 Aug 8 2018 (7882) | ||
Server IP address 172.16.0.2:27015 | ||
couldn't exec listip.cfg | ||
couldn't exec banned.cfg | ||
|
||
Console initialized. | ||
Using breakpad crash handler | ||
Setting breakpad minidump AppID = 70 | ||
Forcing breakpad minidump interfaces to load | ||
dlopen failed trying to load: | ||
/root/.steam/sdk32/steamclient.so | ||
with error: | ||
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory | ||
Looking up breakpad interfaces from steamclient | ||
Calling BreakpadMiniDumpSystemInit | ||
Protocol version 48 | ||
Exe version 1.1.2.2/Stdio (valve) | ||
Exe build: 17:23:32 May 24 2018 (7882) | ||
STEAM Auth Server | ||
|
||
Protocol version 48 | ||
Exe version 1.1.2.2/Stdio (valve) | ||
Exe build: 21:47:32 Aug 8 2018 (7882) | ||
Server IP address 172.16.0.2:27015 | ||
couldn't exec listip.cfg | ||
couldn't exec banned.cfg | ||
|
||
Console initialized. | ||
Using breakpad crash handler | ||
Setting breakpad minidump AppID = 70 | ||
Forcing breakpad minidump interfaces to load | ||
dlopen failed trying to load: | ||
/root/.steam/sdk32/steamclient.so | ||
with error: | ||
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory | ||
Looking up breakpad interfaces from steamclient | ||
Calling BreakpadMiniDumpSystemInit | ||
Protocol version 48 | ||
Exe version 1.1.2.2/Stdio (valve) | ||
Exe build: 19:52:19 Aug 3 2020 (8684) | ||
STEAM Auth Server | ||
Server IP address 172.17.0.3:27015 | ||
couldn't exec listip.cfg | ||
couldn't exec banned.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ NO_PULL=true | |
NO_CACHE= | ||
NO_TEST= | ||
NO_PUSH=true | ||
STEAM_LOGIN=true | ||
STEAM_LOGIN= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters