Advertisement
ikkuranus

atlas

May 12th, 2022
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.95 KB | None | 0 0
  1. Loading Steam API...OK
  2.  
  3. Connecting anonymously to Steam Public...OK
  4. Waiting for client config...OK
  5. Waiting for user info...OK
  6. CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 1 items discarded.
  7. ---Update Server---
  8. Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
  9. [ 0%] Checking for available updates...
  10. [----] Verifying installation...
  11. Steam Console Client (c) Valve Corporation - version 1648077083
  12.  
  13. -- type 'quit' to exit --
  14. Loading Steam API...OK
  15.  
  16. Connecting anonymously to Steam Public...OK
  17. Waiting for client config...OK
  18. Waiting for user info...OK
  19. Success! App '1006030' already up to date.
  20. ---Starting Redis Server---
  21. ---Prepare Server---
  22. ---Searching for grid files...---
  23. ---'ServerGrid.jpg' found!---
  24. ---'ServerGrid.json' found!---
  25. ---'ServerGrid.ServerOnly.json' found!---
  26. ---Configuring Redis---
  27. OK
  28. OK
  29. Background saving started
  30. ---Server ready---
  31. ---Start Server---
  32. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
  33.  
  34. Setting breakpad minidump AppID = 834910
  35. Signal 11 caught.
  36. /opt/scripts/start-server.sh: line 122: 98 Segmentation fault ./ShooterGameServer ${MAP_NAME}${GAME_PARAMS} ${GAME_PARAMS_EXTRA}
  37. ---Ensuring UID: 99 matches user---
  38. usermod: no changes
  39. ---Ensuring GID: 100 matches user---
  40. usermod: no changes
  41. ---Setting umask to 000---
  42. ---Checking for optional scripts---
  43. ---No optional script found, continuing---
  44. ---Taking ownership of data...---
  45. ---Starting...---
  46. ---Update SteamCMD---
  47. Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
  48. [ 0%] Checking for available updates...
  49. [----] Verifying installation...
  50. Steam Console Client (c) Valve Corporation - version 1648077083
  51.  
  52. -- type 'quit' to exit --
  53. Loading Steam API...OK
  54.  
  55. Connecting anonymously to Steam Public...OK
  56. Waiting for client config...OK
  57. Waiting for user info...OK
  58. ---Update Server---
  59. Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
  60. [ 0%] Checking for available updates...
  61. [----] Verifying installation...
  62. Steam Console Client (c) Valve Corporation - version 1648077083
  63.  
  64. -- type 'quit' to exit --
  65. Loading Steam API...OK
  66.  
  67. Connecting anonymously to Steam Public...OK
  68. Waiting for client config...OK
  69. Waiting for user info...OK
  70. Success! App '1006030' already up to date.
  71. ---Starting Redis Server---
  72.  
  73. Session terminated, killing shell... ...killed.
  74.  
  75. ---Ensuring UID: 99 matches user---
  76. usermod: no changes
  77. ---Ensuring GID: 100 matches user---
  78. usermod: no changes
  79. ---Setting umask to 000---
  80. ---Checking for optional scripts---
  81. ---No optional script found, continuing---
  82. ---Taking ownership of data...---
  83. ---Starting...---
  84. ---Update SteamCMD---
  85. Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
  86. [ 0%] Checking for available updates...
  87. [----] Verifying installation...
  88. Steam Console Client (c) Valve Corporation - version 1648077083
  89.  
  90. -- type 'quit' to exit --
  91. Loading Steam API...OK
  92.  
  93. Connecting anonymously to Steam Public...OK
  94. Waiting for client config...OK
  95. Waiting for user info...OK
  96. ---Update Server---
  97. Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
  98. [ 0%] Checking for available updates...
  99. [----] Verifying installation...
  100. Steam Console Client (c) Valve Corporation - version 1648077083
  101.  
  102. -- type 'quit' to exit --
  103. Loading Steam API...OK
  104.  
  105. Connecting anonymously to Steam Public...OK
  106. Waiting for client config...OK
  107. Waiting for user info...OK
  108. Success! App '1006030' already up to date.
  109. ---Starting Redis Server---
  110. ---Prepare Server---
  111. ---Searching for grid files...---
  112. ---'ServerGrid.jpg' found!---
  113. ---'ServerGrid.json' found!---
  114. ---'ServerGrid.ServerOnly.json' found!---
  115. ---Configuring Redis---
  116. OK
  117. OK
  118. Background saving started
  119. ---Server ready---
  120. ---Start Server---
  121. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
  122.  
  123. Setting breakpad minidump AppID = 834910
  124. Signal 11 caught.
  125. /opt/scripts/start-server.sh: line 122: 84 Segmentation fault ./ShooterGameServer ${MAP_NAME}${GAME_PARAMS} ${GAME_PARAMS_EXTRA}
  126. ---Ensuring UID: 99 matches user---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement