I'm seeing a lot of people having various problems compiling the sources.
I've already followed several tutorials to resolve 'io_service' errors.
I'm using this server.
github.com
After adding the
Edit:
Windows 10 - Visual Studio 2019
I've already tried doing that and nothing works.
github.com

I've already followed several tutorials to resolve 'io_service' errors.
I'm using this server.
GitHub - ErikasKontenis/SabrehavenServer at 38-introduce-8-0-support
Contribute to ErikasKontenis/SabrehavenServer development by creating an account on GitHub.
After adding the
/utf-8 command in C/C++ because it was giving a Unicode error, it's now giving this error.Edit:
Windows 10 - Visual Studio 2019
I've already tried doing that and nothing works.
Fix fmt Warning C4275 | Format enum by MillhioreBT · Pull Request #4466 · otland/forgottenserver
Pull Request Prelude I have followed [proper The Forgotten Server code styling][code]. I have read and understood the [contribution guidelines][cont] before making this PR. I am aware that this...

C++:
1>iomarket.cpp
1>C:\vcpkg\installed\x64-windows\include\fmt\base.h(2310,45): error C2079: '_' uses undefined struct 'fmt::v12::detail::type_is_unformattable_for<T,char>'
1> with
1> [
1> T=MarketAction_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\base.h(2283): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<T,0>(const T &,fmt::v12::detail::custom_tag)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketAction_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\base.h(2283): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<T,0>(const T &,fmt::v12::detail::custom_tag)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketAction_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\format.h(4349): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<MarketAction_t,0>(T &)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketAction_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\format.h(4349): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<MarketAction_t,0>(T &)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketAction_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\Users\Surprise\Desktop\SabrehavenServer-38-introduce-8-0-support\src\iomarket.cpp(26): message : see reference to function template instantiation 'std::string fmt::v12::format<MarketAction_t&,uint16_t&>(fmt::v12::fstring<MarketAction_t &,uint16_t &>,MarketAction_t &,uint16_t &)' being compiled
1>C:\vcpkg\installed\x64-windows\include\fmt\base.h(2310,45): error C2079: '_' uses undefined struct 'fmt::v12::detail::type_is_unformattable_for<T,char>'
1> with
1> [
1> T=MarketOfferState_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\base.h(2283): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<T,0>(const T &,fmt::v12::detail::custom_tag)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketOfferState_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\base.h(2283): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<T,0>(const T &,fmt::v12::detail::custom_tag)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketOfferState_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\format.h(4349): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<MarketOfferState_t,0>(T &)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketOfferState_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\vcpkg\installed\x64-windows\include\fmt\format.h(4349): message : see reference to function template instantiation 'fmt::v12::detail::value<Context>::value<MarketOfferState_t,0>(T &)' being compiled
1> with
1> [
1> Context=fmt::v12::context,
1> T=MarketOfferState_t
1> ] (compiling source file ..\src\iomarket.cpp)
1>C:\Users\Surprise\Desktop\SabrehavenServer-38-introduce-8-0-support\src\iomarket.cpp(249): message : see reference to function template instantiation 'std::string fmt::v12::format<uint32_t&,MarketAction_t&,uint16_t&,uint16_t&,uint64_t&,time_t&,time_t,MarketOfferState_t&>(fmt::v12::fstring<uint32_t &,MarketAction_t &,uint16_t &,uint16_t &,uint64_t &,time_t &,time_t,MarketOfferState_t &>,uint32_t &,MarketAction_t &,uint16_t &,uint16_t &,uint64_t &,time_t &,time_t &&,MarketOfferState_t &)' being compiled
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Last edited: