• 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 TFS [1.5 downgraded] (Windows)

Imfreezing

Krossa Kapitalismen
Joined
Jun 7, 2012
Messages
1,009
Solutions
1
Reaction score
88
Location
Edron
Hello, im following this guide Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29)
and I'm encountering the following error:
Lua:
Severity    Code    Description    Project    File    Line    Suppression State
Error    C2338    Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt (compiling source file ..\src\iomapserialize.cpp)    theforgottenserver    C:\Users\vc\vcpkg\packages\fmt_x64-windows\include\fmt\core.h    1691
I have searched for this everywhere but don't seem to find a solution, I'm wondering if anyone here has experienced the same problem and came to a solution?
 
Hello, im following this guide Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29)
and I'm encountering the following error:
Lua:
Severity    Code    Description    Project    File    Line    Suppression State
Error    C2338    Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt (compiling source file ..\src\iomapserialize.cpp)    theforgottenserver    C:\Users\vc\vcpkg\packages\fmt_x64-windows\include\fmt\core.h    1691
I have searched for this everywhere but don't seem to find a solution, I'm wondering if anyone here has experienced the same problem and came to a solution?
managed to solve ? I have the same problem compiling Sabrehaven 8.0 I tried what was suggested above but to no avail.
 
Back
Top