• 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 Can't compile otclient

From what I can tell, at least the warnings is because C++20 deprecated some stuff.
So those can be fixed by just changing language standard in project properties.


The actual error tho is a lot harder to diagnose. It effectively means "Either your computer is too shit, or you did something wrong, or something is wrong with the code".

Try some of the suggestions here:
 
From what I can tell, at least the warnings is because C++20 deprecated some stuff.
So those can be fixed by just changing language standard in project properties.


The actual error tho is a lot harder to diagnose. It effectively means "Either your computer is too shit, or you did something wrong, or something is wrong with the code".

Try some of the suggestions here:
I honeslty don't understand 0_0
 
I just compiled the same OTC without any errors. Release | 64-bit
I would suggest you remove vcpkg folder and re-install it and then show us a screenshot at the end of its installation.
I did nothing other than the compiling tutorial you posted above and had 0 issues.
 
Back
Top