Jump to content

[Dedicated Server] - Sever not fully runnning up... ERROR: Shader Sprites/Default shader is not supported on this GPU


LewZephyr

Recommended Posts

Running game via SteamCMD.

Was running previously with A19.

Did a full verify and all files up to date.

Cleared all old game info, working with a new config, as well as tried the default config file.

 

Server closes after run up and loading the serverconfig

Any suggestions are appreciated.

 

 

getting a bunch of the below in the log file:    https://justpaste.it/7j608

 

EDIT - ***********************

 

Fixed for me by reinstalling Microsoft Visual C Redistributables 2022

https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

 

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

Same for me, too. Error message on the 7DaysToDieServer.exe in red says:

 

"No server config file loaded ("-configfile=somefile.xml" not given or could not be loaded)

 

And this appears in the logfile:

 

2021-12-06T15:37:08 0.710 ERR ====================================================================================================
2021-12-06T15:37:08 0.711 ERR Specified configfile not found: C:\Users\user\Desktop\Steam\Alpha20serverconfig.xml
2021-12-06T15:37:08 0.711 ERR ====================================================================================================
2021-12-06T15:37:08 0.711 INF Dedicated server only build

Link to comment
Share on other sites

For OP, the error 2021-12-06T15:17:48 0.310 ERR Error while initializing platform code, shutting down. 

is your problem, though not sure why you are getting that error. For andydahl, I moved my config file into the Config folder that I had to create. You also need to create a Saves folder if the install didn't make one and put your serveradmin.xml in there.

Link to comment
Share on other sites

21 minutes ago, andydahl said:

Thanks for the help. I finally got mine to start by reinstalling Microsoft Visual C Redistributables 2022. The log file says I was missing it. I probably had an old version installed. Might want to verify that if you're having issues.

Thank you!  Saved me hours of trying to figure out why it wasn't working!

Link to comment
Share on other sites

3 hours ago, LewZephyr said:

Running game via SteamCMD.

Was running previously with A19.

Did a full verify and all files up to date.

Cleared all old game info, working with a new config, as well as tried the default config file.

 

Server closes after run up and loading the serverconfig

Any suggestions are appreciated.

 

 

getting a bunch of the below in the log file:    https://justpaste.it/7j608

 

Begin MonoManager ReloadAssembly
- Completed reload, in  6.465 seconds
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported.
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

 

has any dedicate server launched in command line , just ignore all about shader, the server would work with these error.

 

 

2 hours ago, andydahl said:

Same for me, too. Error message on the 7DaysToDieServer.exe in red says:

 

"No server config file loaded ("-configfile=somefile.xml" not given or could not be loaded)

 

And this appears in the logfile:

 

2021-12-06T15:37:08 0.710 ERR ====================================================================================================
2021-12-06T15:37:08 0.711 ERR Specified configfile not found: C:\Users\user\Desktop\Steam\Alpha20serverconfig.xml
2021-12-06T15:37:08 0.711 ERR ====================================================================================================
2021-12-06T15:37:08 0.711 INF Dedicated server only build

you forget to mention the serverconfig.xml at launch
You can create a shortcut and add -configfile=yourconfig.xml or in a batch file (.bat) entering this line
7DaysToDieServer.exe -configfile=yourconfig

if you  put your config in a separate folder then your application , you need to specify the foler
if is in a sub folder then your application it should be like this -configfile=conf/conf.xml
if is in another directory you should write the full path which start with your drive letter

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

Hey there, I also got similar shader errors, "Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported." 

 

However, I did a clean install of the server files (and verified), installed the C++ redistributables, but the error unfortunately still popped up. Did a separate install on a second computer but still can't get it working, even with the in-game created maps (Navezgame & others) and with the mods completely removed. The maps worked completely fine on single-player.

https://pastebin.com/i1QK3AJR

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

I solved my problem with my server provider. They have to make changes on their side to make it working.

 

But there is new problem, server don't want to generate new RGW. Works with PREGEN6k but while setting to create new one it simply creates folder but nothing happens. Server is not crashing, it just does nothing.

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

4 hours ago, terrigenus said:

Hey there, I also got similar shader errors, "Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported." 

 

However, I did a clean install of the server files (and verified), installed the C++ redistributables, but the error unfortunately still popped up. Did a separate install on a second computer but still can't get it working, even with the in-game created maps (Navezgame & others) and with the mods completely removed. The maps worked completely fine on single-player.

https://pastebin.com/i1QK3AJR

Your log shows 33 mods trying to load. Delete your mods folder. Also your serverconfig.xml is messed up. Download a new one and start fresh.

 

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

15 hours ago, andydahl said:

Thanks for the help. I finally got mine to start by reinstalling Microsoft Visual C Redistributables 2022. The log file says I was missing it. I probably had an old version installed. Might want to verify that if you're having issues.

This fixed it for me also. 

 

Thanks for the info.

 

 

Link to comment
Share on other sites

On 12/6/2021 at 9:16 PM, LewZephyr said:

EDIT - ***********************

 

Fixed for me by reinstalling Microsoft Visual C Redistributables 2022

https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

 

 

THANK YOU! I signed up to the forum just to say that... I've been struggling to get it working the last two days and this has sorted it.

 

I'd pay you 1,000 Duke's Casino tokens if I could. :)

Link to comment
Share on other sites

On 12/7/2021 at 1:41 AM, thesweetiger said:

you forget to mention the serverconfig.xml at launch
You can create a shortcut and add -configfile=yourconfig.xml or in a batch file (.bat) entering this line
7DaysToDieServer.exe -configfile=yourconfig

Hello. I'm not sure what you mean by this.

I've setup the server as I've done in the past but now I get this "somefile.xml" error.
Where should I put the information in?
Do I open startdedicated.bat in note++ and add it somewhere or where?

Link to comment
Share on other sites

  • 2 weeks later...
  • 10 months later...
On 12/6/2021 at 4:16 PM, LewZephyr said:

Running game via SteamCMD.

Was running previously with A19.

Did a full verify and all files up to date.

Cleared all old game info, working with a new config, as well as tried the default config file.

 

Server closes after run up and loading the serverconfig

Any suggestions are appreciated.

 

 

getting a bunch of the below in the log file:    https://justpaste.it/7j608

 

EDIT - ***********************

 

Fixed for me by reinstalling Microsoft Visual C Redistributables 2022

https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

 

what command do i enter in my server to install this stuff bc i use linux and am not very familliar

Edited by Toastypaws (see edit history)
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...