• 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!

Nekiro TFS Not Running

CoolBuys1290

Member
Joined
Aug 23, 2018
Messages
80
Reaction score
8
I followed all the steps in this tutorial: TFS for Dummies Part 1 and TFS for Dummies Part 2. I did these steps:
git clone microsoft/vcpkg (https://github.com/Microsoft/vcpkg.git)
git checkout 2020.06
./bootstrap-vcpkg.bat
.\vcpkg integrate install
vcpkg install boost-iostreams:x64-windows boost-asio:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-variant:x64-windows boost-lockfree:x64-windows luajit:x64-windows libmariadb:x64-windows pugixml:x64-windows mpir:x64-windows cryptopp:x64-windows
git clone nekiro/forgottenserver (https://github.com/nekiro/forgottenserver.git)
Opened C:\ots\forgottenserver\vc14\theforgottenserver.sln
In VS2019 changed build type to release and build target to x64.
Built solution with no errors.
Copied DLL and EXE files in C:\ots\forgottenserver\vc14\x64\Release to C:\ots\forgottenserver\
Installed XAMPP.
Added the forgottenserver user account while creating database with same name as username.
Imported schema.sql.
copied file config.lua.dist to config.lua
Pasted in password for mysqlPass field.
Started theforgottenserver-x64.exe

Window flashes and the cursor blinks a few times. Then the window closes. No error code, no output.
Tried running from the command line, but it returns back to the prompt.

Please help me.

Thanks,
CoolBuys
 
Solution
That sounds eerily similar to my issue.

Check this out.
That sounds eerily similar to my issue.

Check this out.
 
Solution
Back
Top