You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refuses to load environment that requires 516, even though 516 is the installed version. in particular 516.1662
Reproduction
Run StrongDMM
Open enviroment or map file
It no compiles
Cry
"works on my machine"
Relevant log output
parser error: compilation errors
__DEFINES/setup.dm - [3:1] #error Your version of byond is too old, you need version 513 or higher
code/world.dm - [9:1] #error You need at least version 516 to compilefor context:
__DEFINES/setup.dm
#if DM_VERSION < 516#error Your version of byond is too old, you need version 513 or higher#endif
code/world.dm:
#if DM_VERSION < 516#error You need at least version 516 to compile.#endif
The text was updated successfully, but these errors were encountered:
Version
v2.16.0.alpha
What happened?
refuses to load environment that requires 516, even though 516 is the installed version. in particular 516.1662
Reproduction
"works on my machine"
Relevant log output
The text was updated successfully, but these errors were encountered: