Jump to content

Server not starting because of segmentation fault


Hikari

Recommended Posts

Hello, there.

I am currently trying to start up a 7dtd server and struggling with a problem.

Could anyone help me with that?

I am pasting my log below:

Operating on CentOS7 btw

Quote

Mono path[0] = '/home/hikari/servers/7dtdserver/7DaysToDieServer_Data/Managed'
Mono config path = '/home/hikari/servers/7dtdserver/7DaysToDieServer_Data/MonoBleedingEdge/etc'
Shutdown handler: initalize.
Preloaded 'libEOSSDK-Linux-Shipping.so'
Preloaded 'libMagick.so'
eac_server.so [x64] :: OnLoad()
Preloaded 'libeac_server.so'
Preloaded 'libgetrss.so'
Preloaded 'libsteam_api.so'
Preloaded 'steamclient.so'
Unable to preload the following plugins:
    libMouseLib.so
    libeasyanticheat.so
Initialize engine version: 2020.3.14f1 (d0d1bb862f9d)
[Subsystems] Discovering subsystems at path /home/hikari/servers/7dtdserver/7DaysToDieServer_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.564 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 Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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: '7DTD/Cube_UI_Frame' - 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 7DTD/Cube_UI_Frame shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/Cube_UI_Frame' - 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: '7DTD/Cube_UI_Glow' - 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 7DTD/Cube_UI_Glow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/Cube_UI_Glow' - 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 GUI/Text Shader shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Unlit/Transparent Colored shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
UnloadTime: 7.008753 ms
2022-01-22T00:52:41 0.002 INF [GSM] Singleton Initialized...
2022-01-22T00:52:41 0.092 INF [Platform] Init
2022-01-22T00:52:41 0.150 INF [Platform] Using native platform: Steam
2022-01-22T00:52:41 0.153 INF [Platform] Using cross platform: EOS
2022-01-22T00:52:41 0.153 INF [Platform] Using server platform: Steam
2022-01-22T00:52:41 0.154 INF [Platform] Initializing Steam
2022-01-22T00:52:41 0.155 INF Starting PlayerInputManager...
2022-01-22T00:52:41 0.397 INF InControl (version 1.8.2 build 9357, native module = False, XInput = False)
2022-01-22T00:52:41 0.416 INF [Platform] Initializing EOS
2022-01-22T00:52:41 0.581 INF [EOS] Initialize: Success
2022-01-22T00:52:42 0.660 INF Awake IsFocused: True
2022-01-22T00:52:42 0.660 INF Awake
2022-01-22T00:52:42 1.100 INF Version: Alpha 20 (b238) Compatibility Version: Alpha 20, Build: Linux 64 Bit
2022-01-22T00:52:42 1.100 INF System information:
2022-01-22T00:52:42 1.100 INF    OS: Linux 3.10 CentOS Linux 7 64bit
2022-01-22T00:52:42 1.101 INF    CPU: Intel(R) Xeon(R) CPU E3-1220 V2 @ 3.10GHz (cores: 4)
2022-01-22T00:52:42 1.101 INF    RAM: 11821 MB
2022-01-22T00:52:42 1.101 INF    GPU: Null Device (128 MB)
2022-01-22T00:52:42 1.103 INF    Graphics API: NULL 1.0 [1.0] (shader level 5.0)
2022-01-22T00:52:42 1.103 INF Last played version: Alpha 20
2022-01-22T00:52:42 1.103 INF Local UTC offset: 9 hours
2022-01-22T00:52:42 1.106 INF Command line arguments: ./7DaysToDieServer.x86_64 -logfile /home/hikari/servers/7dtdserver/7DaysToDieServer_Data/output_log__2022-01-22__00-52-37.txt -quit -batchmode -nographics -dedicated -configfile=serverconfig.xml
2022-01-22T00:52:42 1.139 INF Parsing server configfile: /home/hikari/servers/7dtdserver/7DaysToDieServer_Data/../serverconfig.xml
2022-01-22T00:52:42 1.210 ERR ====================================================================================================
2022-01-22T00:52:42 1.210 ERR Error parsing configfile:
2022-01-22T00:52:42 1.223 EXC Data at the root level is invalid. Line 1, position 1.
  at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x00027] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at System.Xml.XmlTextReaderImpl.Throw (System.String res, System.String arg) [0x00029] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at System.Xml.XmlTextReaderImpl.Throw (System.String res) [0x00000] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace () [0x0012c] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at System.Xml.XmlTextReaderImpl.ParseDocumentContent () [0x002d4] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at System.Xml.XmlTextReaderImpl.Read () [0x0008c] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at System.Xml.XmlLoader.Load (System.Xml.XmlDocument doc, System.Xml.XmlReader reader, System.Boolean preserveWhitespace) [0x000a6] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at System.Xml.XmlDocument.Load (System.Xml.XmlReader reader) [0x0002e] in <0f9699188f0c414ea6fb5557f5c16d15>:0
  at GameStartupHelper.LoadConfigFile (System.String _filename) [0x00082] in <ef09954bbf764bc3875ff72b68b445fc>:0
UnityEngine.StackTraceUtility:ExtractStringFromException(Object)
Log:Exception(Exception)
GameStartupHelper:LoadConfigFile(String)
GameStartupHelper:ParseCommandLine(String[])
GameManager:Awake()

2022-01-22T00:52:42 1.223 ERR ====================================================================================================
2022-01-22T00:52:42 1.224 INF Dedicated server only build
ERROR: Shader Occlusion/DepthCopy 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?
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?
2022-01-22T00:52:42 1.342 INF Occlusion: Awake
2022-01-22T00:52:42 1.344 INF Texture quality is set to 3
ERROR: Shader Game/UI/SleeperVolumeFrame shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
2022-01-22T00:52:42 1.403 INF [MODS] No mods folder found
2022-01-22T00:52:42 1.430 INF Loading permissions file at '/home/hikari/.local/share/7DaysToDie/Saves/serveradmin.xml'
2022-01-22T00:52:42 1.466 INF Loading permissions file done.
ERROR: Shader Legacy Shaders/Transparent/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'UMA/AtlasShaderNormal' - 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 UMA/AtlasShaderNormal shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'UMA/AtlasShaderNormal' - 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: 'UMA/AtlasShaderNew' - 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 UMA/AtlasShaderNew shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'UMA/AtlasShaderNew' - 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: 'Legacy Shaders/Bumped Diffuse' - 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/Bumped Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Diffuse' - 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/Transparent/Cutout/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - 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/Transparent/Cutout/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - 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: '7DTD/7DTD_Metal' - 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 7DTD/7DTD_Metal shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/7DTD_Metal' - 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: 'Legacy Shaders/Specular' - 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/Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Specular' - 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: 'Legacy Shaders/Bumped Specular' - 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/Bumped Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Specular' - 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: 'Game/UMA' - 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 Game/UMA shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/UMA' - 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: 'Game/Hair' - 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 Game/Hair shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Hair' - 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: 'Game/UMA' - 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 Game/UMA shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/UMA' - 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: 'Game/Hair' - 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 Game/Hair shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Hair' - 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: 'Legacy Shaders/Bumped Diffuse' - 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/Bumped Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Diffuse' - 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: 'Legacy Shaders/Bumped Specular' - 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/Bumped Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Bumped Specular' - 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: '7DTD/7DTD_Metal' - 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 7DTD/7DTD_Metal shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/7DTD_Metal' - 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/Transparent/Cutout/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - 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/Transparent/Cutout/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Diffuse' - 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 Mobile/Particles/Alpha Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - 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 Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Surface' - 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: 'Legacy Shaders/Parallax Specular' - 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/Parallax Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Parallax Specular' - 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?
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - 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 Particles/Standard Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Particles/Standard Unlit' - 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: 'Legacy Shaders/Transparent/Cutout/Bumped Diffuse' - 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/Transparent/Cutout/Bumped Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Bumped Diffuse' - 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: 'Legacy Shaders/Transparent/Cutout/Bumped Specular' - 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/Transparent/Cutout/Bumped Specular shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Legacy Shaders/Transparent/Cutout/Bumped Specular' - 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: 'Game/Particles/Unlit' - 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 Game/Particles/Unlit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Particles/Unlit' - 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 Particles/Blood_Particle shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Multiply shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Legacy Shaders/Particles/Additive (Soft) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Particles/Standard Surface' - 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 Game/Particles/Standard Surface shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Particles/Standard Surface' - 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: '7DTD/7DTD_Fire' - 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 7DTD/7DTD_Fire shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/7DTD_Fire' - 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/Alpha Blended Premultiply 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)
WARNING: Shader Unsupported: 'Game/Particles/Lit' - 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 Game/Particles/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Particles/Lit' - 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 Shader Forge/7DTD_Fire_New shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/BasicUV_TA' - 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 Game/BasicUV_TA shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/BasicUV_TA' - 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/VertexLit Blended shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
ERROR: Shader Shader Forge/PaintParticle shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/7DTD_FireDistort' - 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 7DTD/7DTD_FireDistort shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/7DTD_FireDistort' - 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: '7DTD/7DTD_Glass' - 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 7DTD/7DTD_Glass shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/7DTD_Glass' - 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/AlphaSelfIllum shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Entity Tint Mask' - 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 Game/Entity Tint Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/Entity Tint Mask' - 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 (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: 'Game/TorchFire' - 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 Game/TorchFire shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Game/TorchFire' - 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: '7DTD/TorchGlow' - 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 7DTD/TorchGlow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: '7DTD/TorchGlow' - 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?
2022-01-22T00:52:53 12.377 INF Loaded (local): rwgmixer
2022-01-22T00:52:53 12.466 INF Loaded (local): archetypes
2022-01-22T00:52:53 12.493 INF Loaded (local): color_mappings
2022-01-22T00:52:53 12.501 INF Loaded (local): loadingscreen
2022-01-22T00:52:53 12.501 INF WorldStaticData.Init() needed 5.000s
2022-01-22T00:52:53 12.518 INF Awake done in 11857 ms
Caught fatal signal - signo:11 code:1 errno:0 addr:0x50
Obtained 10 stack frames.
#0  0x007f3de844a630 in _L_unlock_13
#1  0x007f3de9987eb7 in PhysicsManager::GetDefaultPhysicsSceneHandle() const
#2  0x007f3de98c3fab in UnityScene::~UnityScene()
#3  0x007f3de98c0f6c in RuntimeSceneManager::~RuntimeSceneManager()
#4  0x007f3de98c07e5 in StaticDestroyRuntimeSceneManager(void*)
#5  0x007f3de960898f in RegisterRuntimeInitializeAndCleanup::ExecuteCleanup()
#6  0x007f3de98a670a in RuntimeCleanup()
#7  0x007f3de9a7eb8a in PlayerMain(int, char**)
#8  0x007f3de808f555 in __libc_start_main
#9  0x0055ca7680a029 in _start

 

Edited by Hikari (see edit history)
Link to comment
Share on other sites

You have a faulty line in your serverconfig.xml. Since the logfile is complaining about the first line already I would guess you inserted or deleted some character into that line when you edited the file.

 

For comparison, the first line has always to look exactly like this:

 

<?xml version="1.0"?>

 

 

Link to comment
Share on other sites

1 hour ago, meganoth said:

You have a faulty line in your serverconfig.xml. Since the logfile is complaining about the first line already I would guess you inserted or deleted some character into that line when you edited the file.

 

For comparison, the first line has always to look exactly like this:

 

<?xml version="1.0"?>

 

 

Thank you very much for help, now i am with 2 keyboards connected to each machine(client and server), and i think i mistakenly entered something at the first line that i was intended to write on the client machine.

Server has started and one more problem is that i cannot connect to the server, even if they are in the same network.

 

Ping command is working fine but other things (i tried 7dtd server and minecraft server) are not working.

Also the server machine have access to the internet, so cable and network hub is functional.

If possible, could you tell me what to investigate to solve the problem?

Edited by Hikari (see edit history)
Link to comment
Share on other sites

Opps, sorry, didn't see your reply.

 

I don't know CentOS in detail, but it may be that you simply have to open ports in the machines firewall.

 

 to check if the ports are open you can install "nmap" on the centos or any other linux machine and execute

 

nmap -p1-65536 <serverip>

 

in the shell. It should show an open port 26900 if you didn't change the default port number

 

Link to comment
Share on other sites

Before I build a public server I am testing if I successfully connect to my server in the LAN, so I think port setting does not matter.

But still, I tried that and shown nothing even if I open ports through "firewall-cmd".

Below is the log of tshark packet capture and Nmap command when I tried to connect through LAN address for reference.

Quote

[root@localhost ~]# sudo nmap -p1-65536 192.168.24.139

Starting Nmap 6.40 ( http://nmap.org ) at 2022-01-29 17:41 JST
Ports to be scanned must be between 0 and 65535 inclusive
QUITTING!

Quote

 28 5.251523116 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 29 5.251583960 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 30 5.428550088 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=365 Win=16334 Len=0
 31 5.775709843 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 32 5.775766696 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 33 5.978682967 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 34 6.184624397 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=417 Win=16321 Len=0
 35 6.300642753 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 36 6.300702933 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 37 6.478744464 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 38 6.678636861 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=469 Win=16308 Len=0
 39 6.825697690 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 40 6.825768453 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 41 6.978730470 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 42 7.180681760 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=521 Win=16295 Len=0
 43 7.350748496 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 44 7.350814187 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 45 7.478747184 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 46 7.678721575 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=573 Win=16282 Len=0
 47 7.875753548 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 48 7.875824131 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 49 7.978756754 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 50 8.182724354 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=625 Win=16269 Len=0
 51 8.400764255 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 52 8.400835636 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 53 8.729088796 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 54 8.925818896 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 55 8.925878377 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 56 8.928783101 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=677 Win=16256 Len=0
 57 9.450851907 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 58 9.450912545 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 59 9.478701398 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 60 9.678858474 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=729 Win=16243 Len=0
 61 9.975900939 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 62 9.975963365 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 63 9.978735872 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 64 10.180890856 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=781 Win=16230 Len=0
 65 10.479029098 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 66 10.500945212 192.168.24.109 -> 192.168.24.139 UDP 76 Source port: 55880  Destination port: 26902
 67 10.501014245 192.168.24.139 -> 192.168.24.109 ICMP 104 Destination unreachable (Host administratively prohibited)
 68 10.678908876 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=833 Win=16217 Len=0
 69 10.979030658 192.168.24.139 -> 192.168.24.109 SSH 106 Encrypted response packet len=52
 70 11.031253443 192.168.24.109 -> 192.168.24.139 TCP 66 63218 > 26900 [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=4 SACK_PERM=1
 71 11.184925897 192.168.24.109 -> 192.168.24.139 TCP 60 63612 > ssh [ACK] Seq=1 Ack=885 Win=16204 Len=0

 

Link to comment
Share on other sites

Oh, I did not read it correctly. somehow I do not see any button to edit my post so adding new post.

Now it successfully shows the list of open ports.

Yet I still cannot connect to the server...

Quote

[root@localhost ~]# sudo nmap -p1-65535 192.168.24.139

Starting Nmap 6.40 ( http://nmap.org ) at 2022-01-29 19:55 JST
Nmap scan report for 192.168.24.139
Host is up (0.000012s latency).
Not shown: 65531 closed ports
PORT      STATE SERVICE
22/tcp    open  ssh
111/tcp   open  rpcbind
8080/tcp  open  http-proxy
26900/tcp open  unknown

Nmap done: 1 IP address (1 host up) scanned in 6.30 seconds

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...