Dr. Eisenpimmel Posted January 8, 2021 Share Posted January 8, 2021 Greetings, Tried to take a look into A19 with my friends, now stuck at setting up dedicated. As the title states, the dedi won't generate RWG. Let it run overnight - nothing changed. Taskmanager shows CPU 25% and 1.221.269K RAM for 7dtdserver.exe Win Server 2019 1809 dedi.log: https://pastebin.com/09LPShAC Any Ideas? Link to comment Share on other sites More sharing options...
SylenThunder Posted January 8, 2021 Share Posted January 8, 2021 Ok, your first problem is that the CPU you're using there barely skirts min spec. So doing basically anything will take ages. Your server is going to "lag" if it's under much load at all once you do get it running. It would struggle under a headless Linux build, but under Win 10 it's kind of like taking the wheels off of a wheelchair. No offense is meant here, this is just how it is. You have a 2-core budget desktop CPU, and you really can't expect a lot out of it. Your second problem is that your serveradmin.xml file is not usable by the client. Either it's a permissions issue, or something is messed up in your config. That's probably not causing you an issue with startup, but it will be a big issue later. The final issue where it's "stuck" at Generating socket data. It's most likely still working hard to make that map. The issue is that you've only got two slow cores for it to utilize. On a server meeting recommended specs with 12 cores, you're looking at about two and a half hours to make a map. For your machine, I would not be surprised to see it take at least 24 hours. Your best bet is going to be to create the map on a PC that has an actual GPU, and then copy the map over to the server. Link to comment Share on other sites More sharing options...
Dr. Eisenpimmel Posted January 8, 2021 Author Share Posted January 8, 2021 Well, A17 or A18 ran "OK" on this device back then But why doesn't it utilize all cores instead of scratching around the 25% CPU mark? €dit: Quote It's most likely still working hard to make that map. Nope, its not. Issue found. This stuck was real. <property name="AdminFileName" value="..\config\serveradmin.xml"/> I tried to store all config files in same folder. Dedicated did not like that. Changed back to <property name="AdminFileName" value="serveradmin.xml"/> Now its up and kicking all the CPU cores while generating worlddata. €dit2: 4k World generation took 1077 seconds on this CPU Link to comment Share on other sites More sharing options...
meganoth Posted January 8, 2021 Share Posted January 8, 2021 Maybe it was the relative path it didn't like Link to comment Share on other sites More sharing options...
Dr. Eisenpimmel Posted January 8, 2021 Author Share Posted January 8, 2021 Maybe someone can bring this to the devs attention? This could be obvious, because the parameter contains the word "name" in it - not the word "path" 🤦♂️ But giving a path to store these configs in one separate folder would be somewhat nicer IMHO. Link to comment Share on other sites More sharing options...
SylenThunder Posted January 8, 2021 Share Posted January 8, 2021 4 hours ago, Dr. Eisenpimmel said: But giving a path to store these configs in one separate folder would be somewhat nicer IMHO. You can, but you have to use absolute path. This was a result of a change made in Unity. You used to be able to use relative paths, but that changed around a18. Link to comment Share on other sites More sharing options...
Beelzybub Posted January 8, 2021 Share Posted January 8, 2021 The property "adminfilename" is specifically and only for the name of the adminfile and is not able to or intended to include a path. The path is set with the property of "SaveGameFolder". Link to comment Share on other sites More sharing options...
SylenThunder Posted January 8, 2021 Share Posted January 8, 2021 34 minutes ago, Beelzybub said: The property "adminfilename" is specifically and only for the name of the adminfile and is not able to or intended to include a path. The path is set with the property of "SaveGameFolder". Right. forgot about that. I'm using hard links on Linux to maintain a single file in a shared folder. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.