Skip to content

Bug: StrongDMM has issues opening version 516 #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
CrazyAmphibian opened this issue May 14, 2025 · 1 comment
Open

Bug: StrongDMM has issues opening version 516 #353

CrazyAmphibian opened this issue May 14, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@CrazyAmphibian
Copy link

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

  1. Run StrongDMM
  2. Open enviroment or map file
  3. It no compiles
  4. 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 compile

for 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
@CrazyAmphibian CrazyAmphibian added the bug Something isn't working label May 14, 2025
@CrazyAmphibian
Copy link
Author

it appears that older versions can open and save 516 just fine. 2.10 works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant