I’ve been attempting to set up a server these past few weeks (I used to host one back when the game was early access; no issues) and have never been able to connect to one that I establish and get running. All of the lights are green on testing port accessibility, but no matter what I do, the game shows up on the server list with 9999 ping. After some cursory searching, I’ve tried workarounds such as attempting to direct connect (In my case, I’m connecting from a local machine on the same network, but not the same machine as the hosted server), but no dice. Direct connect comes with an error saying that the server can’t be found, and joining from the server list results in a VERY long loading screen that ultimately tells me the connection to the host was lost/failed.
I ended up renting a server in the interim so my buddies and I can play, but I’d really like to get this working so I don’t have to keep renting. Thanks for any and all assistance.
The launcher has absolutely zero additional access to what the Conan Exiles server does, compared to other launchers, manual scripts, etc…
All it does is to run the server if it’s not running, detect it if it’s already running, then using the pid or handle use that to set the affinity or priority, but any third party program could do that.
Not sure what you are referring to by “task graph benchmarks”
If you can come up with a programmatically way of doing what you want to do, please explain, and if that makes sense could be added to the launcher, but at the moment I’ve no idea on how I could fine grain the thread allocation of an external process.
Direct connect on the public IP, or on the internal/local IP?
When the game was in early access, the networking part was using the SteamSDK, which does a lot of fancy black magic to handle firewalls, routers, etc… but a year or so back, there was a major change done to help have Exiles run on other stores (Microsoft Store, Epic Store, etc…) which meant the Steam stuff had to be replaced by some other code, and unfortunately one specific issue is that connecting to a server on the same local network, using the external IP, does not always work, in which case you have to use the local network IP of the server.
Ultimately, the only way to resolve these issues is to look at log files.
“It’s 2021, I call TurkNet and say, “I want dynamic Real IP, not static IP”, their answer to me is sir, you need to get static IP to do IP forwarding.”
It was the internal/local IP. Could I send you the log files I have? I have three saved. I did notice this string in the logs:
[2021.06.21-16.08.12:720][ 0]LogExternalProfiler: No external profilers were discovered. External profiling features will not be available.
[2021.06.21-16.08.12:755][ 0]LogNet: UNetDriver::TickDispatch: Very long time between ticks. DeltaTime: 0.03, Realtime: 12.62. IpNetDriver_0
[2021.06.21-16.08.12:895][ 0]LogNetVersion: GetLocalNetworkVersion: CL: 299146, ProjectName: conansandbox, ProjectVersion: 1.0.0.0, EngineNetworkVersion: 2, GameNetworkVersion: 0, NetworkChecksum: 2734296837
[2021.06.21-16.08.12:895][ 0]LogNetVersion: GetLocalNetworkVersionOverride: NetworkChecksum: 303125342
[2021.06.21-16.08.12:907][ 0]Network:Display: Certificate path env var ‘DW_CERTIFICATE_PATH’ is not set
[2021.06.21-16.08.12:907][ 0]Network:Warning: Code: Loading dedicated server provider id certificate: SecureServerProviderID not set.
[2021.06.21-16.08.12:910][ 0]Network:Display: Looking for dedicated server provider id certificates issued by “C=NO, S=Oslo, L=Oslo, O=Funcom Oslo AS, CN=Funcom Oslo AS”…
[2021.06.21-16.08.12:911][ 0]Network:Warning: Code: Loading dedicated server provider id certificate: No secure server provider id configured, selecting certificate with id #-1.
[2021.06.21-16.08.12:912][ 0]Network:Error: Code: KDS passphrase provider failed to initialize. KDS will at some point deny access unless the problem is fixed. Failure message: Error loading dedicated server provider id certificate: No certificate found with id #-1…
[2021.06.21-16.08.12:912][ 0]Network:Error: Code: KDS passphrase failure: Server provider id certificate unavailable: 0x80092004
[2021.06.21-16.08.12:912][ 0]Network:Display: Connecting to key distribution web service wss://ce-kds-winunoff-ams01.funcom.com:7005/server/…
[2021.06.21-16.08.12:912][ 0]Network:Display: Key distribution web service: Connecting (session: 573E687D4DE15D67652F858DA225A23E, mirror: wss://ce-kds-winunoff-ams01.funcom.com:7005/server/, fail count: 0, retry time: -1.0)
[2021.06.21-16.08.12:913][ 0]LogServerStats: Starting ServerStatReporter (Official server: 0)
[2021.06.21-16.08.12:915][ 0]LogServerStats: Sending report: exiles-startup?mac=80fa5b4201b1&revision=299146&snapshot=29534&qport=28615&slots=40&=1&=2&startup_time=28&name=Xen%27s%20Private%20Server&mapname=The%20Exiled%20Lands&platform=Win64Server&is_official=0&ipv4=—.—.-.-&sport=28600
[2021.06.21-16.08.12:927][ 0]SourceServerQueries:Warning: Started SourceServerQueries on port 28615
[2021.06.21-16.08.13:657][ 15]Network:Display: Key distribution web service: Connected (session: 573E687D4DE15D67652F858DA225A23E, mirror: wss://ce-kds-winunoff-ams01.funcom.com:7005/server/, fail count: 0, retry time: -1.0)
[2021.06.21-16.08.13:657][ 15]GUI:Warning: Code: SlotServerRatingRequestTimedOut: Rating request timed out with error 11
I scrubbed out my IP and replaced it with dashes, but this seems to be in all three of the logs I currently have. Thanks again for the assist.
I have a problem with the latest dedicated server application.
When I launch it first time the window pops up fine but when I try to move the window it is suddenly trimmed and becomes not resizable anymore.
Is it a know issue?
I use a vpn tunnel and so i can’t use multihome, the conansandbox must be started via another exe to us the correct external ip and not the internal vpn ip
Yes it is, there are issues when the dialog is larger than the windows resolution, or with some high dpi screens, it’s on my list of things to eventually address, I even tried a couple of time but so far without success.
Sorry!
I’m not sure, that need investigation:
Is it safe
How to setup that
Does that impact the launch process
One thing you could do is to try:
Make sure that “start server if not running” is not checked
Launch the server with the launcher normally, and look at the command line parameters in the logs
Kill the server (leave the launcher running and wait for it to detect that the server is gone)
Restart the server with ForceBindIP using the same command line parameters
Verify that the launcher detects that the server is running
If that works, then it means there’s not much to change on my side, other than how to launch the program (and detect ForceBindIP, UI, bla bla bla).
So I’ve downloaded this Server Launcher yesterday because I wanted to host a server for myself and friend (single server on a single computer, hosting on one PC and playing on a seperate one) but whatever I tried, port forwarding, DMZ, hamachi nothing works and for some weird reason I can connect to it via local IP and he can’t (we’re on same network). This is the only game in which I had trouble making a server for. Before this I had 7 days to die, Valheim, Unturned etc. everything worked as it should except this one.
@Newguy@HRVAT222@Pajonius Regarding the 9999 Ping on the server browser, and the difficulty at connecting, I’m poking the dev team to see if they have any idea.
I’ll be in holidays for the next three weeks (until 9th of August), so if I don’t answer it’s because I’m busy sun-tanning drowning under the scorching sun torrential rains of the current very unstable European weather.
where and how can I set the dedicated server launcher to notify me when the server restarts (timer)?
At the moment the message comes only on the Discord!
hi! i am having difficulties using this, I can normally get it to show under the server list, but i cannot get a green light on ports… I have gone into my tp-link router and added an inclusion for port running all on 7777, then again at 7779 and 65534, along with adding a port in firewall exemptions n even turning firewall completely off n still cannot get a green line on port…i have tried this on wifi n ethernet connecting, i don’t know what I’m doing wrong, it pings at 9999 on the server list n cannot get on on either comp with a server running and a second pc in another room… I know the host time out on the server is cause I’m not getting the ports to clear on the server app, ive tried all versions of app from 3 to the current 7… please help me!! n please advise what to actually set the port as for being able to play on pc with server app on … I am not sure if i even put in the right number, wasn’t really that clear on instructions on that part… thank you… i will include the admin showing port open or closed report that i googled how to do to see if thr router port was actually opened but I’m not comp savy so dont know how to tell if it is or isnt…( i know not smart to do but im desperate on fixing this)
any other steps maybe i didn’t take?? or maybe im just in the boonies ( tho i can connect to other servers n play on them …just not myne … thank u. hopefully, i can get a fix soon!!! ( bedroom is were pc with server on)
Apparently my dedicated server constantly restarts by itself. Version 1.4.6 - also, already checked if there are any files which need to be fixed but it seems like everything is fine. Does anyone know how to fix this?
My conan exiles dedicated server shuts down immediately after starting it. and it shows the message in the ServerLog area of the launcher: “LogConsoleManager:Warning: Console object named ‘granite.AllowPerDLCGraniteCaches’ already exists but is being registered again, but we weren’t expected it to be! (FConsoleManager::AddConsoleObject)” . i am pretty lost on how to fix this any help would be appreciated thank you. My version of the app is 1.4.5.
I can not open a dedicated server. The application does not start a server, it never runs anything. On the launcher the lightswitch immediatly turns off after downloading the server supposedly. In the same manner, straight up running the dedicated server also does the same thing without a launcher, it immediatly closes. Please help me Im dying here.