Alright, it looks like you’re having an issue with starting the Stormworks server due to some errors with the updates and configuration merges. Here’s a few things to check and try:
-
Check for Missing Files:
The logs indicate thatserver64.exe
doesn’t exist. Make sure the files are correctly downloaded and exist in the expected directory. If they don’t, try re-downloading them. -
Permissions Issue:
Sometimes file permissions can cause issues. Runampinstmgr fixperms
if you haven’t already. This can help ensure all the necessary files have the correct permissions. -
XML Configuration File Issues:
There are warnings about missing XML document nodes. The configuration files might be corrupted or incomplete. Check the contents ofserver_config.xml
in the pathC:\AMPDatastore\Instances\Stormworks01\stormworks\1247090\
, and see if it’s missing the required nodes.
Try these steps:
-
Verify Installation Again:
Open the AMP interface, stop the Stormworks instance, and then run a verify before starting it again. -
Fix Permissions:
Runampinstmgr fixperms
and ensure all the files have the right permissions. -
Inspect Configuration:
Manually inspectserver_config.xml
to ensure all the necessary nodes are there. -
Reinstall:
If things are still wonky, consider reinstalling the Stormworks server instance.
Let me know if checking and fixing these issues helps or if you need more specific guidance!