By submitting this bug issue, you agree to the following.
Does this bug crash tfs?
no
Server Version
1.7 (Master)
Operation System
Windows
OS Description
Windows 10 with Visual Studio 2026
Bug description
Compilation in Visual Studio 2026 with vcpkg fails
Possible Pull Requests which are to blame
No response
Steps to reproduce
Install VS2026. Try to compile server in Debug/Release mode.
Actual Behavior
Compilation shows error (in Polish, its about syntax error):
forgottenserver\src\iomapserialize.h(31,47): error C2061: błąd składniowy: identyfikator „Thing”
Expected Behavior
Compilation works without error.
It can be fixed by adding:
above:
in src/iomapserialize.h.
Backtrace
By submitting this bug issue, you agree to the following.
Does this bug crash tfs?
no
Server Version
1.7 (Master)
Operation System
Windows
OS Description
Windows 10 with Visual Studio 2026
Bug description
Compilation in Visual Studio 2026 with vcpkg fails
Possible Pull Requests which are to blame
No response
Steps to reproduce
Install VS2026. Try to compile server in Debug/Release mode.
Actual Behavior
Compilation shows error (in Polish, its about
syntax error):Expected Behavior
Compilation works without error.
It can be fixed by adding:
above:
in
src/iomapserialize.h.Backtrace