weixin_54363259 2022-07-15 08:41 采纳率: 66.7%
浏览 703
已结题

英灵神殿valheim搭建服务器问题

问题遇到的现象和发生背景

0基础,按照本站专家的攻略搭建一个英灵神殿服务器。选择了腾讯轻量云服务器centos7.6搭建的。

问题相关代码,请勿粘贴截图

到了最后一步,运行./start_server.sh就始终没法启动起来。具体情况如下:

运行结果及报错内容

[root@VM-0-17-centos valheim]# cd /home/steamcmd/valheim
[root@VM-0-17-centos valheim]# ./start_server.sh
Starting server PRESS CTRL-C to exit
Mono path[0] = '/home/steamcmd/valheim/valheim_server_Data/Managed'
Mono config path = '/home/steamcmd/valheim/valheim_server_Data/MonoBleedingEdge/etc'
Preloaded 'libsteam_api.so'
Initialize engine version: 2020.3.33f1 (915a7af8b0d5)
[Subsystems] Discovering subsystems at path /home/steamcmd/valheim/valheim_server_Data/UnitySubsystems
Forcing GfxDevice: Null
GfxDevice: creating device client; threaded=0
NullGfxDevice:
Version: NULL 1.0 [1.0]
Renderer: Null Device
Vendor: Unity Technologies
Begin MonoManager ReloadAssembly

  • Completed reload, in 0.149 seconds
    ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader GUI/Text Shader shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    UnloadTime: 4.268090 ms
    07/14/2022 21:32:32: Starting to load scene:start
    ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    Couldn't create a Convex Mesh from source mesh "default" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
    Couldn't create a Convex Mesh from source mesh "default" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
    ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    WARNING: Shader Unsupported: 'Standard' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Standard' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
    WARNING: Shader Did you use #pragma only_renderers and omit this platform?
    WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
    ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Legacy Shaders/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Legacy Shaders/Particles/Alpha Blended Premultiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Unlit/Color shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    ERROR: Shader Lux Lit Particles/ Bumped shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    HDR Render Texture not supported, disabling HDR on reflection probe.
    HDR Render Texture not supported, disabling HDR on reflection probe.
    Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
    UnloadTime: 8.971158 ms
    Only custom filters can be played. Please add a custom filter or an audioclip to the audiosource (Amb_MainMenu).
    HDR Render Texture not supported, disabling HDR on reflection probe.
    07/14/2022 21:32:38: Get create world Sun Rise
    07/14/2022 21:32:38: Using environment steamid 892970
    07/14/2022 21:32:38: Using steam APPID:892970
    [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
    CAppInfoCacheReadFromDiskThread took 12 milliseconds to initialize
    Setting breakpad minidump AppID = 892970
    [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils003 before SteamAPI_Init succeeded.
    07/14/2022 21:32:38: Server ID 90071992547409920
    07/14/2022 21:32:38: Authentication:k_ESteamNetworkingAvailability_Waiting
    07/14/2022 21:32:38: Steam game server initialized
    07/14/2022 21:32:38: Using default prefs
    07/14/2022 21:32:38: Valheim version:0.209.10
    07/14/2022 21:32:38: Render threading mode:SingleThreaded
    07/14/2022 21:32:38: Missing audio clip in music respawn
    07/14/2022 21:32:38: Builder started
    07/14/2022 21:32:39: Loaded localization CSV:localization language:English
    07/14/2022 21:32:39: Loaded localization CSV:localization_extra language:English
    The shader Hidden/Dof/DepthOfFieldHdr (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) is not supported on this platform!
    The image effect Main Camera (UnityStandardAssets.ImageEffects.DepthOfField) has been disabled as it's not supported on the current platform.
    The shader Hidden/SunShaftsComposite (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
    The shader Hidden/SimpleClear (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) is not supported on this platform!
    The image effect Main Camera (UnityStandardAssets.ImageEffects.SunShafts) has been disabled as it's not supported on the current platform.
    07/14/2022 21:32:39: UI Group status changed Menu = True

Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 104616.
Total: 85.843668 ms (FindLiveObjects: 5.714008 ms CreateObjectMapping: 16.132087 ms MarkObjects: 63.739304 ms DeleteObjects: 0.253797 ms)

Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 12.052487 ms
HDR Render Texture not supported, disabling HDR on reflection probe.
HDR Render Texture not supported, disabling HDR on reflection probe.
07/14/2022 21:32:39: Using default prefs
07/14/2022 21:32:39: isModded: False
07/14/2022 21:32:40: Zonesystem Awake 241
07/14/2022 21:32:40: DungeonDB Awake 241
07/14/2022 21:32:40: Registering lobby
07/14/2022 21:32:43: Audioman already exist, destroying self

Unloading 524 unused Assets to reduce memory usage. Loaded Objects now: 105489.
Total: 100.378437 ms (FindLiveObjects: 5.341518 ms CreateObjectMapping: 15.141361 ms MarkObjects: 77.685695 ms DeleteObjects: 2.205254 ms)

07/14/2022 21:32:48: Zonesystem Start 241
07/14/2022 21:32:48: Added 3 locations, 0 vegetations, 0 environments, 0 biome env-setups from locations_cp1
07/14/2022 21:32:48: Added 1 locations, 0 vegetations, 1 environments, 0 biome env-setups from locations_mountaincaves
07/14/2022 21:32:48: DungeonDB Start 241
07/14/2022 21:32:49: Load world: Sun Rise (Sun Rise)
07/14/2022 21:32:49: missing /root/.config/unity3d/IronGate/Valheim/worlds_local/Sun Rise.db
07/14/2022 21:32:49: Generating locations
07/14/2022 21:32:49: Checking for location duplicates
07/14/2022 21:32:54: Failed to place all FireHole, placed 137 out of 200
src/steamnetworkingsockets/clientlib/steamnetworkingsockets_lowlevel.cpp (1873) : Assertion Failed: SteamnetworkingSockets service thread waited 596ms for lock! This directly adds to network latency! It could be a bug, but it's usually caused by general performance problem such as thread starvation or a debug output handler taking too long.
src/steamnetworkingsockets/clientlib/steamnetworkingsockets_lowlevel.cpp (1873) : Assertion Failed: SteamnetworkingSockets service thread waited 596ms for lock! This directly adds to network latency! It could be a bug, but it's usually caused by general performance problem such as thread starvation or a debug output handler taking too long.
./start_server.sh: 行 11: 4000 已杀死 ./valheim_server.x86_64 -name "newworld" -port 2456 -world "Sun Rise" -password "123456"
[root@VM-0-17-centos valheim]#

我的解答思路和尝试过的方法

因为是0基础,自己也没啥经验。尝试重新安装,再次启动也不行。

我想要达到的结果

请专家帮忙看看。
1、是哪里出了问题?
2、怎么修正能够启动起来?
3、游戏版本更新后怎么升级?是直接重新安装?
谢谢

  • 写回答

8条回答 默认 最新

  • 郭老师的小迷弟雅思莫了 Java领域新星创作者 2022-07-15 09:13
    关注

    贴吧里有人解决办法是,服务器下载steam,然后通过stream启动任意程序,来进行下载服务器运行环境文件,下载好后,关闭sream 然后再按照你的命令启动你的私服
    传送门:https://tieba.baidu.com/p/7647560144

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
  • Counter-Strike大牛 Java领域新星创作者 2022-07-15 16:50
    关注

    找到playerSetting里面的publish setting设置项,把Auto Graphics API For Windows前面的勾去掉试一下

    评论
  • 江湖是人情世故 2022-07-15 09:35
    关注

    07/14/2022 21:32:49: missing /root/.config/unity3d/IronGate/Valheim/worlds_local/Sun Rise.db
    看一下你代码里面有没有这个

    评论
  • WaitIKnowYou 2022-07-15 08:54
    关注

    Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
    注释掉限制代码试试
    参考

    img

    评论
  • 脚踏南山 2022-07-15 09:03
    关注

    你电脑有GPU吗,是否需要安装cuda cudnn支持

    评论
  • 快乐小土狗 2022-07-15 10:08
    关注

    你不是按照的攻略嘛,你复制的谁的,@一下呗

    评论
  • 云下牧羊人 2022-07-15 10:27
    关注

    src/steamnetworkingsockets/clientlib/steamnetworkingsockets_lowlevel.cpp (1873) : Assertion Failed: SteamnetworkingSockets service thread waited 596ms for lock! This directly adds to network latency! It could be a bug, but it's usually caused by general performance problem such as thread starvation or a debug output handler taking too long.

    我看最后这个断言失败,是因为链接Steam网络超时了吧。

    评论
  • 「已注销」 2022-07-15 11:37
    关注

    是否有显卡,有才能装驱动

    评论
查看更多回答(7条)

报告相同问题?

问题事件

  • 系统已结题 7月23日
  • 已采纳回答 7月15日
  • 创建了问题 7月15日

悬赏问题

  • ¥50 74LS系列 74LS00 74LS04设计一个RS485电路(关键词-差分)
  • ¥30 各位help写一下代码
  • ¥15 在运行SDEdit模型下载不了
  • ¥15 求51控制l298n驱动的小车中超声波避障怎么写
  • ¥15 电脑连上WIFI却用不了
  • ¥30 MATLAB在RLC电路的固有响应和阶跃响应GUI仿真报告
  • ¥15 hyper-v出现的问题
  • ¥15 有能用的可加酬金,求可以批量下载懒人听书的软件,能登录自己帐号的。
  • ¥100 高博一起做RGB-D SLAM(5)VO无法出visualisation问题
  • ¥15 使用matlab进行手眼标定的仿真验证,得到齐次矩阵与opencv相差较大