elkielk Posted March 19, 2020 Share Posted March 19, 2020 (edited) Hey guys, I'm having issues with running 7 days to die servers. I tried using the config posted in the forums here and was able to start it the first time, but the 2nd start I get this error on every IP: One or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown) The servers say Running (PID 0) One or moOne or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./MOne or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown)odules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown)re DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x00560e60971c2d in (Unknown) #1 0x00560e60972a89 in (Unknown) #2 0x00560e60972d48 in (Unknown) #3 0x00560e6096f885 in (Unknown) #4 0x00560e606c5fd1 in (Unknown) #5 0x00560e6095a27c in (Unknown) #6 0x00560e6027eca5 in (Unknown) #7 0x007f911645fb97 in __libc_start_main #8 0x00560e6028f403 in (Unknown) 2020-03-19T14:51:39 1.129 INF WorldStaticData.Init() needed 0.271s 2020-03-19T14:51:39 1.130 INF Awake done in 1063 ms One or more DSPGraph's still exists on shutdown, destroy all graphs before program shutdown (Filename: ./Modules/Audio/Public/csas/DSPGraphFactory.cpp Line: 36) Receiving unhandled NULL exception #0 0x0056166f0f3c2d in (Unknown) #1 0x0056166f0f4a89 in (Unknown) #2 0x0056166f0f4d48 in (Unknown) #3 0x0056166f0f1885 in (Unknown) #4 0x0056166ee47fd1 in (Unknown) #5 0x0056166f0dc27c in (Unknown) #6 0x0056166ea00ca5 in (Unknown) #7 0x007f70f2f79b97 in __libc_start_main #8 0x0056166ea11403 in (Unknown) Edited March 19, 2020 by DennisHermannsen Fixed the post Link to comment Share on other sites More sharing options...
Dennis Posted March 19, 2020 Share Posted March 19, 2020 Hi @elkielk I made your post a little more readable by putting the log in code tags. Is that the entire log? Link to comment Share on other sites More sharing options...
elkielk Posted March 19, 2020 Author Share Posted March 19, 2020 1 hour ago, DennisHermannsen said: Hi @elkielk I made your post a little more readable by putting the log in code tags. Is that the entire log? Thanks, sorry didnt know how to do that, I attached the full log below output_log__2020-03-19__16-56-17.txt Link to comment Share on other sites More sharing options...
Dennis Posted March 20, 2020 Share Posted March 20, 2020 It's an issue with the server configuration. See this: 2020-03-19T16:56:17 0.202 INF Parsing server configfile: /home/tcagame/admin/7/7DaysToDieServer_Data/../serverconfig.xml 2020-03-19T16:56:17 0.243 ERR Error parsing configfile: 2020-03-19T16:56:17 0.243 EXC Invalid character in the given encoding. Line 69, position 243. Make sure to update the server and try with a default config. Link to comment Share on other sites More sharing options...
elkielk Posted March 20, 2020 Author Share Posted March 20, 2020 27 minutes ago, DennisHermannsen said: It's an issue with the server configuration. See this: 2020-03-19T16:56:17 0.202 INF Parsing server configfile: /home/tcagame/admin/7/7DaysToDieServer_Data/../serverconfig.xml 2020-03-19T16:56:17 0.243 ERR Error parsing configfile: 2020-03-19T16:56:17 0.243 EXC Invalid character in the given encoding. Line 69, position 243. Make sure to update the server and try with a default config. Ahhh thank you, I found the default on the Valve dedicated servers page and that one worked. Appreciate it! Link to comment Share on other sites More sharing options...
Dennis Posted March 20, 2020 Share Posted March 20, 2020 Another thing to remember: When you run a Steam update, your serverconfig.xml will get overwritten with a default one (unless they changed it recently). To not lose your configuration, copy the serverconfig.xml and call the new file something else (fx serverconfigcustom.xml). Start your server with the commandline parameter "-configfile serverconfigcustom.xml". Just remember, if any option in the config is removed from the game or another one is added, you have to make changes to the custom server configuration so that these are either removed or added. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now