-
Notifications
You must be signed in to change notification settings - Fork 8
Common Issues
Jason Spafford edited this page Sep 10, 2021
·
3 revisions
- Q> ServerThrall stops responding or processing for periods of time
- A> Disable Quick Edit by following the instructions here https://superuser.com/questions/555160/windows-command-prompt-freezing-on-focus/555204#555204
-
Q> When the Conan Exiles server starts it opens up an error alert that says
The procedure entry point ?IsAlive@CThread@@QEBA_NXZ could not
- A> This happens when steam is running at the same time. If you close steam the error goes away when launching Conan Exiles.
- Q> ServerThrall is stuck at Waiting for config to exist
- A> This can happen if ServerThrall crashes during the updater process. Your configurations may not exist anymore and you need to force an update by using
force_update_on_launch = true
in your serverthrall.config. I do not recommend leaving that option on.
- Q> I can't join my own server and I'm playing on the same computer I'm hosting my server on.
- A> Conan Exiles requires you to set your MULTIHOME for your server to your local IP address. Server thrall attempts to do this for you, but it may be failing depending on your computers network configuration. Check the logs when serverthrall starts the server to see if the IP matches your computers. If not, use the multihome config option documented below to override the setting to the correct ip address.
- Q> Conan Exiles server won't launch even without ServerThrall
- A> This can be an issue with OpenSSL. Try this at your own risk.
- Open File Explorer
- Right Click on "This PC"
- Choose Properties
- Select Advanced System Settings
- Select New under System Variables
- Enter the following:
- Variable name: "OPENSSL_ia32cap"
- Variable value: ~0x200000200000000
- Click Okay
Questions? Ask in our Discord
- Home
- Installation and Setup
- Primer on using ServerThrall
- Updating ServerThrall
- Common Issues
- Development Roadmap
How to...
- Setup your server for Thrallbrowser
- View a live map of all player locations using Ginfo
- Send notifications before restarting
- Schedule automatic restarts
- Install and Update Mods
- Setup two servers on the same computer
- Notify admins when server is down
- Change the language ServerThrall uses
Plugin Documentation