流放者柯南萌新吧 关注:88贴子:168
  • 4回复贴,共1

搭服务器求助大佬

只看楼主收藏回复

用官方开服工具,更新完 steamcmd后,开始下载柯南服务器端报错 ,如图:


IP属地:四川1楼2024-11-10 02:44回复


    IP属地:四川2楼2024-11-10 02:45
    回复
      2026-08-18 05:44:46
      广告
      不感兴趣
      开通SVIP免广告


      IP属地:四川3楼2024-11-10 02:45
      回复
        [2024-11-10 02:40:57] Checking for available updates...
        [2024-11-10 02:40:57] Downloading manifest: https://client-update.steamstatic.com/steam_cmd_win32
        [2024-11-10 02:40:57] Manifest download: send request
        [2024-11-10 02:40:57] Manifest download: waiting for download to finish
        [2024-11-10 02:40:58] Manifest download: finished
        [2024-11-10 02:40:58] Download skipped by HTTP 304 Not Modified
        [2024-11-10 02:40:58] Nothing to do
        [2024-11-10 02:40:58] Verifying installation...
        [2024-11-10 02:40:58] Performing checksum verification of executable files
        [2024-11-10 02:40:58] Unable to read and verify install manifest C:\Conan\DedicatedServerLauncher\package\steam_cmd_win32.installed
        [2024-11-10 02:40:58] Verification complete
        [2024-11-10 02:40:58] Downloading update...
        [2024-11-10 02:40:58] Checking for available updates...
        [2024-11-10 02:40:58] Downloading manifest: https://client-update.steamstatic.com/steam_cmd_win32
        [2024-11-10 02:40:58] Manifest download: send request
        [2024-11-10 02:40:58] Manifest download: waiting for download to finish
        [2024-11-10 02:40:58] Manifest download: finished
        [2024-11-10 02:40:58] Downloaded new manifest: /steam_cmd_win32 version 1730854361, installed version 1730854361, existing pending version 0
        [2024-11-10 02:40:58] Beta changed from to
        [2024-11-10 02:40:58] Error: System OS version is not compatible with package manifest OS type
        [2024-11-10 02:40:58] Saving metrics to disk (C:\Conan\DedicatedServerLauncher\package\steam_cmd_metrics.bin)
        [2024-11-10 02:40:58] Error: Steamcmd needs to be online to update. Please confirm your network connection and try again.
        [2024-11-10 02:40:58] Shutdown


        IP属地:四川4楼2024-11-10 02:46
        回复
          楼主我也遇到了你这个问题,如果你用的是windows server 2012 版本的话可以换一个高版本的系统试一下,我用的是windows server 2022,下面是我的分析
          通过看日志发现
          第一处:
          [2024-11-10 02:40:58] Downloading manifest: https://client-update.steamstatic.com/steam_cmd_win32
          第二处:
          [2024-11-10 02:40:58] Error: System OS version is not compatible with package manifest OS type
          这两个日志大概意思如下:
          第一处会下载一个清单,通过编辑器打开后发现
          ====================
          "win32"
          {
          "version""1733269577"
          "ostype""win10"
          "steamcmd_public_all"
          ====================
          我发现这个win10有点可疑,可能2012使用的是类似win8的ostype(个人猜的),所以导致这个系统清单与系统版本不符这个问题,然后抛出了异常,至于为什么最后会出现
          ====================
          [2024-11-10 02:40:58] Error: System OS version is not compatible with package manifest OS type
          ====================
          我怀疑应该是异常抛出后代码去执行其他的操作,但是因为没有更新完导致文件不全(有可能是代码抛异常抛错了)
          总结一下:应该是steamcmd不再支持windows server 2012这个系统,但是官网也没有说,我一开始也被这个最后一行的问题搜了半天,都没有结果...


          IP属地:北京5楼2024-12-19 21:14
          回复