Soulmask

Soulmask

View Stats:
Duckforceone May 31, 2024 @ 11:30am
private server not starting (windows) (can't find wsserver.exe)
So i have been trying to install the private server.

And when i run the standard bat file that comes along with the steamcmd download, it doesn't work. When i run it as admin, it says it cannot find WSServer.exe. Even if i edit the bat file and full directory point it towards it, it then just tells me that it can't find Level101_Main.

anyone know how to fix this?
< >
Showing 1-15 of 15 comments
Maggie_Soulmask  [developer] May 31, 2024 @ 11:51am 
we've swiftly compiled a guide. We hope it will be of assistance for you: https://soulmask.fandom.com/wiki/Private_Server
LEGALIZE_KEMP May 31, 2024 @ 4:27pm 
Do not run the .bat as admin - fix
SavingPvtBrian May 31, 2024 @ 4:32pm 
i had the same issue, had to have steam actually running to get it to launch
Arbadacarba May 31, 2024 @ 4:36pm 
So we can for sure run a local server and play solo if we’d like?
Also, please integrate this like V-Rising in the future ;)
Last edited by Arbadacarba; May 31, 2024 @ 4:44pm
DEX May 31, 2024 @ 4:43pm 
You need to copy the dll that was downloaded into the server folder, there are about 6 of them. Then copy it to Windows system32. This should resolve
Jinxster May 31, 2024 @ 4:46pm 
u need to do the following

Originally posted by Duckforceone:
So i have been trying to install the private server.

And when i run the standard bat file that comes along with the steamcmd download, it doesn't work. When i run it as admin, it says it cannot find WSServer.exe. Even if i edit the bat file and full directory point it towards it, it then just tells me that it can't find Level101_Main.

anyone know how to fix this?
@echo off

start WSServer.exe Level01_Main -server -Silent -MaxPlayers=50 -backup=900 -saving=600 -SteamServerName="name of server"(use quotes if name has spaces) -PSW=your password -adminpsw=password to use command line -pve or pvp -log -UTF8Output -MULTIHOME=0.0.0.0 -Port=7777 -QueryPort=27015 -EchoPort=18888 -online=Steam -forcepassthrough
proc_result=$?
echo $proc_result
proc_serial=$((proc_serial + 1))
done

exit /B

spaces after each command and commands start with -
Last edited by Jinxster; May 31, 2024 @ 4:49pm
Byron Jun 1, 2024 @ 10:39am 
Originally posted by Jinxster:
u need to do the following

Originally posted by Duckforceone:
So i have been trying to install the private server.

And when i run the standard bat file that comes along with the steamcmd download, it doesn't work. When i run it as admin, it says it cannot find WSServer.exe. Even if i edit the bat file and full directory point it towards it, it then just tells me that it can't find Level101_Main.

anyone know how to fix this?
@echo off

start WSServer.exe Level01_Main -server -Silent -MaxPlayers=50 -backup=900 -saving=600 -SteamServerName="name of server"(use quotes if name has spaces) -PSW=your password -adminpsw=password to use command line -pve or pvp -log -UTF8Output -MULTIHOME=0.0.0.0 -Port=7777 -QueryPort=27015 -EchoPort=18888 -online=Steam -forcepassthrough
proc_result=$?
echo $proc_result
proc_serial=$((proc_serial + 1))
done

exit /B

spaces after each command and commands start with -

I am having the same issue as OP and sadly this method did not work.
Gooby Jun 2, 2024 @ 8:02pm 
any resolution? Does having steam open work?
Button Mash Jun 4, 2024 @ 11:14am 
i have the same problam double clic StartServer.bat and cannot open... try run as administrator and say cannot find WSServer.exe (this file is present to the same folder with StartServer.bat. Im trying to original StartServer.bat and try with Jynxter post command...
Tenacious Jun 4, 2024 @ 5:22pm 
Originally posted by 321:
You need to copy the dll that was downloaded into the server folder, there are about 6 of them. Then copy it to Windows system32. This should resolve

This fixed it for me :) thank you 321!
glaurung Jun 23, 2024 @ 1:39pm 
I have the same problem. Nothing helps. The guides are vague and mysterious, dancing with a tambourine is ineffective
Garit Jax Jul 5, 2024 @ 9:35am 
Having the same problem here guys with no joy at all... says "Windows could not find WSServer" yet it's right there in the same folder. Trying to launch using "WSServer" dose not work.
Tried wiping and re-downloading and still no joy.
So i'm stuck atm... any help. ?
Garit Jax Jul 5, 2024 @ 10:02am 
Don't know if there's still players out there that still have this problem but i did some rooting around and found this....
https://steamcommunity.com/app/2646460/discussions/0/4330853251139145693/

A guy call "AnkhNeter" solved it for me...
"Anyway, to fix the dedicated startup error COPY from the root installation

steamclient64.dll
tier0_s64.dll
vstdlib_s64.dll
crashhandler64.dll

and PASTE them into
...\WS\Binaries\Win64
(there is currently only 2 files in there, steam_appid.txt and WSServer-Win64-Shipping.exe)

your server should start without the need of installing steam on your dedicated host machine."

So copy those 4 .dll files from your Steam install and paste them into C:\Steam CMD\steamapps\common\Soulmask Dedicated Server For Windows\Engine\Binaries\Win64
I don't know if it needed "crashhandler64.dll as well but i did add it and it works.

And the server should load... it worked for me. ;)
Last edited by Garit Jax; Jul 5, 2024 @ 10:08am
Sonja Babs Jul 5, 2024 @ 10:13pm 
Originally posted by Garit Jax:
Don't know if there's still players out there that still have this problem but i did some rooting around and found this....
https://steamcommunity.com/app/2646460/discussions/0/4330853251139145693/

A guy call "AnkhNeter" solved it for me...
"Anyway, to fix the dedicated startup error COPY from the root installation

steamclient64.dll
tier0_s64.dll
vstdlib_s64.dll
crashhandler64.dll

and PASTE them into
...\WS\Binaries\Win64
(there is currently only 2 files in there, steam_appid.txt and WSServer-Win64-Shipping.exe)

your server should start without the need of installing steam on your dedicated host machine."

So copy those 4 .dll files from your Steam install and paste them into C:\Steam CMD\steamapps\common\Soulmask Dedicated Server For Windows\Engine\Binaries\Win64
I don't know if it needed "crashhandler64.dll as well but i did add it and it works.

And the server should load... it worked for me. ;)
SAVIOR!
Garit Jax Jul 5, 2024 @ 10:24pm 
Savior.... LOL hardly, all i did was post another guys post here... i did nothing, "AnkhNeter" on the other hand... he's your Savior and mine. ;D
< >
Showing 1-15 of 15 comments
Per page: 1530 50

Date Posted: May 31, 2024 @ 11:30am
Posts: 15