• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

windows 10, TFS 1.5 executable closes at the same time it opens, without errors.

Shoorkill

Member
Joined
Dec 17, 2018
Messages
126
Reaction score
21
I'm facing a problem where the executable is closing 1 second after opening, I don't receive error messages, the directory for db is correct, I don't know what to do anymore, can anyone help me?
 
Solution
Had the same problem.
Try the solution from my thread.
Helped further in DMs.
@Shoorkill 's problem was the same as posted there.
cmd -> cd yourServerFile -> theforgottenserver-x64

maybe it shows u there a error while its not closing right away
 
the map file name is wrong probably ( thats what was the last reason for me personally)
if not the
1 .dll files could be not the ones from compilation
2. create simple restarter and scroll to the last thing that is happening

Bash:
@echo off
:begin
echo STARTING
color 0A
theforgottenserver-x64.exe
echo :: Restarting...
echo ::
goto begin
:goto begin
 
cmd -> cd yourServerFile -> theforgottenserver-x64

maybe it shows u there a error while its not closing right away

I did this and it was the same thing, it opened and closed at the same time
Post automatically merged:

I did this and it was the same thing, it opened and closed at the same time
no message appears in man, just open and close
 
Had the same problem.
Try the solution from my thread.
 
Had the same problem.
Try the solution from my thread.
I already tried that, but without success ;\
Post automatically merged:

wrong dll files did u copy them from the compiled .exe? which distribution ur using? post github repo

OR possibly u put datapack from some shhh ahh server because you are a goofball

my discord is matszur feel free to pm

I'm using tfs 1.5, I compiled the exe, copied the dlls and put them in the directory, on my PC it works normally, on the VPS it's bugged
 
I already tried that, but without success ;\
Post automatically merged:



I'm using tfs 1.5, I compiled the exe, copied the dlls and put them in the directory, on my PC it works normally, on the VPS it's bugged
ah there we go download alll msvc redistributables :)

 
ah there we go download alll msvc redistributables :)

I've done this too, and it doesn't work, what's worse is that I don't get an error message. I sent you a friend request on discord, if you could help me, I would be grateful!
 
Had the same problem.
Try the solution from my thread.
Helped further in DMs.
@Shoorkill 's problem was the same as posted there.
 
Solution
Back
Top