-
-
Notifications
You must be signed in to change notification settings - Fork 89
Unable to open vgstation13's dme file - non-constant function call: alist #375
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
Works as late as 2.11, fails afterwards.
What happened?
See pic related. the offending lines: https://github.com/vgstation-coders/vgstation13/blob/25eb7723c7a957a99324c2db688b5228a60c5480/code/modules/client/preferences/preferences.dm#L128-L130
Reproduction
- Run latest StrongDMM.
- Open vgstation's latest DME.
- Get the "non-constant function call: alist" error.
- Download older SDMM version (2.10.0.alpha). (Other mappers have reported it working on 2.11).
- Open vgstation's latest DME.
- Works fine, can map unimpeded.
Relevant log output
2025-10-26 16:52:21 DBG sdmm/internal/app/project.go:112 > opening environment [D:\Archival\vgstation13\vgstation13.dme]...
2025-10-26 16:52:21 DBG sdmm/internal/app/ui/dialog/dialog.go:50 > opening dialog:Loading
2025-10-26 16:52:21 DBG sdmm/internal/app/project.go:142 > parsing environment: [D:\Archival\vgstation13\vgstation13.dme]...
2025-10-26 16:52:21 DBG sdmm/internal/app/ui/cpwsarea/wsarea.go:356 > switch focused workspace:<nil>
2025-10-26 16:53:13 DBG sdmm/internal/app/project.go:147 > unable to open environment by path:D:\Archival\vgstation13\vgstation13.dmeparser error: compilation errors
code/modules/client/preferences/preferences.dm - [129:39] | non-constant function call: alist
code/modules/client/preferences/preferences.dm - [130:42] | non-constant function call: alist
2025-10-26 16:53:13 DBG sdmm/internal/app/ui/dialog/dialog.go:50 > opening dialog:Parser Error!
2025-10-26 16:53:13 DBG sdmm/internal/app/ui/dialog/dialog.go:56 > closing dialog:Loading
2025-10-26 16:53:13 DBG sdmm/internal/app/ui/dialog/dialog.go:59 > dialog closed:LoadingReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working