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

Compiling Compiling Error With Visual Studio Community 2022

otaconeitor

New Member
Joined
Dec 20, 2020
Messages
3
Reaction score
0
Hello! Im following the guide to compile on Windows. Im using vcpkg with Visual Studio Code. I followed the quickstart to vcpk until I completed step 1. Im not really sure if I have to complete the next steps but the thing is that I keep following the guide and I get to:

5. Build
Open
<strong>vc17/theforgottenserver.vcxproj</strong>. This should launch Visual Studio
Choose build configuration from the drop downs (Debug or Release and Win32 or x64). For best performance choose Release & x64.
To start compiling press F7.

I get an error on visual studio community that says:

can't open file 'libboost_iostreams-vc143-mt-x64-1_87.lib'

I tried asking ChatGpt and followed the instructions (basically adding folder to C++ and Linker with that file) but I cant seem to get rid of it. Any inputs? If any further info or images are needed Ill be more than happy to provide

Thanks in advance
 
make sure you have installed required libraries
Got it working now. I have completed all steps except actually connection with the Tibia client to my server. I downloaded the OTClient but when I run it I get an error
FATAL ERROR
Unable to find working directory the application cannot be initialized
 
Is there init file ?
Send link, where you downloaded this otclient.

Advice for later.
Use otclient, because cipsoft client in some engines, is blocked.
Otclient is in used now.
 
Last edited:
Hello! Im following the guide to compile on Windows. Im using vcpkg with Visual Studio Code. I followed the quickstart to vcpk until I completed step 1. Im not really sure if I have to complete the next steps but the thing is that I keep following the guide and I get to:

5. Build
Open
<strong>vc17/theforgottenserver.vcxproj</strong>. This should launch Visual Studio
Choose build configuration from the drop downs (Debug or Release and Win32 or x64). For best performance choose Release & x64.
To start compiling press F7.

I get an error on visual studio community that says:

can't open file 'libboost_iostreams-vc143-mt-x64-1_87.lib'

I tried asking ChatGpt and followed the instructions (basically adding folder to C++ and Linker with that file) but I cant seem to get rid of it. Any inputs? If any further info or images are needed Ill be more than happy to provide

Thanks in advance
.\vcpkg install --triplet x64-windows boost-iostreams boost-asio boost-system boost-variant boost-lockfree boost-locale boost-beast boost-json luajit libmariadb pugixml openssl fmt zlib

Did this step return any errors?
 
Back
Top