When I launch my dedicated server, it gives me a lot of errors. It launches and I can join it, but the character does not work as it should, and the UI is not showing at all. It was working before with no errors but for some reason it started giving these errors after repackaging. I tried rebuilding the dev editor and shipping server in visual studio but it didn’t seem to help.
Here is the log of it launching put into a text file:
Seems to me that you have some files missing. Provided cooking was successful, perhaps you are trying to create visual things (like widget) on the dedicated server and your server build does not include those files?
It appears you are missing a lot of instances when it is trying to load up for example;
[2018.07.08-21.17.20:258][ 0]LogStreaming: Error: Missing Dependency, request for /Engine/EngineSky/BP_Sky_Sphere.BP_Sky_Sphere_C but it hasn’t been created yet.
[2018.07.08-21.17.20:258][ 0]LogStreaming: Error: Could not find class BP_Sky_Sphere_C to create SkySphere
I would go back and make sure you have all of your classes correct and doublecheck that you have created all of your instances that it needs to run.
what do you mean by “I would go back and make sure you have all of your classes correct and doublecheck that you have created all of your instances that it needs to run.” How would I do that?
I’ve reverted to a backup and got it working again but I would still like to know why the issue was occurring. Another weird thing is happening as well. The server log is completely blank. Gonna post a different question for that issue.