#Dedicated Server hosted on VPS throwing error when trying to start the batch

46 messages · Page 1 of 1 (latest)

forest mirageBOT
#
Xarozel has submitted a ticket

Versions: SPT: 3.10.5 FIKA: 1.1.5.0
Networking: VPS Windows 10 System
Description: I have been using the standard FIKA set up with the VPS to host a server for friends. I was trying to set up the dedicated portion to offload some of the stress to a VPS system. After doing a fresh installation of Escape from Tarkov AND SPT with FIKA, following all steps to set up the dedicated server I get an error that is thrown up on boot.

#

Thread started by: @undone oar

forest mirageBOT
#

@undone oar please attach any applicable log files and mod lists while waiting for help!

undone oar
#

I have no mods installed as of current because I wanted to get the dedicated host booted as a proof of function before installing server side mods.

azure kernel
#

Is it a working SPT install?

undone oar
#

I just made a test profile after starting the server and it launched.

azure kernel
#

From the VPS?

undone oar
#

The profile on the VPS connects to itself yes.

#

It's terribly slow but it worked.

azure kernel
#

And then you've installed Fika and logged in again?

undone oar
#

Yes.

#

I even can log in from my own system.

azure kernel
#

And you can host your own raid from your own PC using the VPS SPT server

undone oar
#

Since the new installation? Let me check.

#

Started a raid no issues. Bunch of my mods failed to start because the server doesn't have them.

azure kernel
#

Ok and what does the dedi script look like

undone oar
#

I am not running the dedicated server because it won't launch.

azure kernel
#

I'm confused.

undone oar
#

The VPS is running the "SPT.Sever.exe" and hosting a server for people to connect to.

#

the dedicated host will not start

azure kernel
#

Which is why I'm asking you to tell me what the script looks like. The 'bat' file

#

Paste it here

#

You may need to put absolute paths in the bat file

#

Deleted for VPS IP btw

undone oar
#

Oh thanks

#

So the absolute path to the .dll?

azure kernel
#

Both, dll and EFT.exe to be safe

undone oar
#

So it would need to look as such

#

@echo off
if NOT EXIST "C:\SPT\BepInEx\plugins\Fika.Dedicated.dll" (
echo Could not find 'Fika.Dedicated.dll', please install the dedicated plugin before starting the client.
pause
) else (
start "" C:\SPT\EscapeFromTarkov.exe -token=67829ede00034f22e26e9dc0 -config={"BackendUrl":"http://VPS.IP","Version":"live"} -batchmode -nographics --enable-console true & exit
)

#

Removed the IP for ease of explination

azure kernel
#

Correct. Sorry at work

undone oar
#

No worries. Just making sure I set that up right before launching the batch.

undone oar
#

Now I am getting another error.

#

Inside the logs folder, there is no print out of what just happened.

azure kernel
undone oar
#

And to verify, a mod like Tyfon's UI fixes will cause issues with the dedicated client?

#

I have players who want to use that mod and so I have to use it for testing the dedicated client.

#

Something isn't letting me move a backpack

#

Never seen this prompt before when using self hosting

azure kernel