SpaiR / StrongDMM

Robust map editor for BYOND
GNU General Public License v3.0
125 stars 72 forks source link

Bug: CTD on Selecting Workspace #148

Closed Elatha closed 2 years ago

Elatha commented 2 years ago

Version

v2.5.3-alpha

What happened?

When opening the Baystation GPL dme, StrongDMM crashes 100% of the time.

Reproduction

Download Baystation GPL from their Github Do the minimum amount of code editing to allow the dme to compile into a dmb Run StrongDMM Select the Baystation GPL dme Watch it crash

Relevant log output

2022/05/21 11:18:43 StrongDMM, v2.5.3.alpha
2022/05/21 11:18:43 Kernel: windows
2022/05/21 11:18:43 Core: 10.0.19044.1706
2022/05/21 11:18:43 Platform: unknown
2022/05/21 11:18:43 OS: windows
2022/05/21 11:18:43 CPUs: 16
2022/05/21 11:18:43 Runtime: go1.18.2
2022/05/21 11:18:43 [app] starting
2022/05/21 11:18:43 [app] internal dir: C:\Users\USERNAME\AppData\Roaming\StrongDMM
2022/05/21 11:18:43 [app] log dir: C:\Users\USERNAME\AppData\Roaming\StrongDMM\logs
2022/05/21 11:18:43 [window] creating native window
2022/05/21 11:18:43 [window] setting up glfw
2022/05/21 11:18:43 [window] glfw initialized
2022/05/21 11:18:43 [window] using opengl 3.3, core profile
2022/05/21 11:18:43 [window] native window created
2022/05/21 11:18:43 [window] opengl initialized
2022/05/21 11:18:43 [window] setting up Dear ImGui
2022/05/21 11:18:43 [window] initializing platform
2022/05/21 11:18:43 [platform] clipboard initialized
2022/05/21 11:18:43 [platform] key map initialized
2022/05/21 11:18:43 [platform] mouse cursors initialized
2022/05/21 11:18:43 [platform] callbacks initialized
2022/05/21 11:18:43 [app] start phase: [initialize]
2022/05/21 11:18:43 [app] no old logs to delete
2022/05/21 11:18:43 [app] no old backups to delete
2022/05/21 11:18:43 [app] registering config [app] by path [C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\app.json]...
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\app.json
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\app.json
2022/05/21 11:18:43 [app] config registered: app
2022/05/21 11:18:43 [app] registering config [project] by path [C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\project.json]...
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\project.json
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\project.json
2022/05/21 11:18:43 [app] config registered: project
2022/05/21 11:18:43 [app] registering config [preferences] by path [C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\preferences.json]...
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\preferences.json
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\preferences.json
2022/05/21 11:18:43 [app] config registered: preferences
2022/05/21 11:18:43 [window] set fps: 60
2022/05/21 11:18:43 [app] background configuration save every [3m0s]!
2022/05/21 11:18:43 [command] changing stack to: __NULL_SPACE__
2022/05/21 11:18:43 [command] created stack: __NULL_SPACE__
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 0, Name: menu#DoNewWorkspace, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 78, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 0, Name: menu#DoNewWorkspace, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 78, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 1, Name: menu#DoOpenMap, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 79, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 1, Name: menu#DoOpenMap, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 79, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 2, Name: menu#DoSave, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 83, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 2, Name: menu#DoSave, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 83, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 3, Name: menu#DoSaveAll, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 340, SecondKeyAlt: 344, ThirdKey: 83, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 2, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 3, Name: menu#DoSaveAll, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 340, SecondKeyAlt: 344, ThirdKey: 83, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 2, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 4, Name: menu#DoClose, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 87, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 4, Name: menu#DoClose, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 87, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 5, Name: menu#DoCloseAll, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 340, SecondKeyAlt: 344, ThirdKey: 87, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 2, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 5, Name: menu#DoCloseAll, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 340, SecondKeyAlt: 344, ThirdKey: 87, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 2, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 6, Name: menu#DoExit, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 81, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 6, Name: menu#DoExit, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 81, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 7, Name: menu#DoUndo, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 90, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 7, Name: menu#DoUndo, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 90, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 8, Name: menu#DoRedo, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 340, SecondKeyAlt: 344, ThirdKey: 90, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 2, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 8, Name: menu#DoRedo, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 340, SecondKeyAlt: 344, ThirdKey: 90, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 2, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 9, Name: menu#DoRedo, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 89, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 9, Name: menu#DoRedo, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 89, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 10, Name: menu#DoCopy, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 67, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 10, Name: menu#DoCopy, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 67, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 11, Name: menu#DoPaste, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 86, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 11, Name: menu#DoPaste, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 86, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 12, Name: menu#DoCut, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 88, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 12, Name: menu#DoCut, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 88, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 13, Name: menu#DoDelete, FirstKey: 261, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 13, Name: menu#DoDelete, FirstKey: 261, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 14, Name: menu#DoSearch, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 70, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 14, Name: menu#DoSearch, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 70, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: true, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 15, Name: menu#DoMultiZRendering, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 48, SecondKeyAlt: 320, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 15, Name: menu#DoMultiZRendering, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 48, SecondKeyAlt: 320, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 16, Name: menu#DoResetLayout, FirstKey: 294, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 16, Name: menu#DoResetLayout, FirstKey: 294, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [app] registering config [layout] by path [C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\layout.json]...
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\layout.json
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\layout.json
2022/05/21 11:18:43 [app] config registered: layout
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 17, Name: cpenvironment#doToggleTypesFilter, FirstKey: 70, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 17, Name: cpenvironment#doToggleTypesFilter, FirstKey: 70, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [app] registering config [cpenvironment] by path [C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpenvironment.json]...
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpenvironment.json
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpenvironment.json
2022/05/21 11:18:43 [app] config registered: cpenvironment
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 18, Name: cpsearch#jumpToUp, FirstKey: 340, FirstKeyAlt: 344, SecondKey: 292, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 18, Name: cpsearch#jumpToUp, FirstKey: 340, FirstKeyAlt: 344, SecondKey: 292, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 19, Name: cpsearch#jumpToDown, FirstKey: 292, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 19, Name: cpsearch#jumpToDown, FirstKey: 292, FirstKeyAlt: 0, SecondKey: 0, SecondKeyAlt: 0, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 0, IsVisible: false
2022/05/21 11:18:43 [app] registering config [cpwsarea] by path [C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpwsarea.json]...
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpwsarea.json
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpwsarea.json
2022/05/21 11:18:43 [app] config registered: cpwsarea
2022/05/21 11:18:43 [cpwsarea] workspace opened in index [0]: Workspace
2022/05/21 11:18:43 [cpwsarea] workspace opened in index [1]:  Changelog
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 20, Name: cpvareditor#doToggleShowModified, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 49, SecondKeyAlt: 321, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 20, Name: cpvareditor#doToggleShowModified, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 49, SecondKeyAlt: 321, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 21, Name: cpvareditor#doToggleShowByType, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 50, SecondKeyAlt: 322, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 21, Name: cpvareditor#doToggleShowByType, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 50, SecondKeyAlt: 322, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] adding shortcut to shortcuts: Id: 22, Name: cpvareditor#doToggleShowPins, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 51, SecondKeyAlt: 323, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [shortcut] added: Id: 22, Name: cpvareditor#doToggleShowPins, FirstKey: 341, FirstKeyAlt: 345, SecondKey: 51, SecondKeyAlt: 323, ThirdKey: 0, ThirdKeyAlt: 0, HasAction: true, HasIsEnabled: false, Wheight: 1, IsVisible: false
2022/05/21 11:18:43 [app] registering config [cpvareditor] by path [C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpvareditor.json]...
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpvareditor.json
2022/05/21 11:18:43 [config] reading: C:\Users\USERNAME\AppData\Roaming\StrongDMM\config\cpvareditor.json
2022/05/21 11:18:43 [app] config registered: cpvareditor
2022/05/21 11:18:43 [app] layout state is not changed
2022/05/21 11:18:43 [app] title updated: StrongDMM
2022/05/21 11:18:43 [app] end phase: [initialize]
2022/05/21 11:18:43 [app] start phase: [process]
2022/05/21 11:18:43 [app] checking for self updates...
2022/05/21 11:18:43 [wsarea] switch active workspace: workspace_897184500_0
2022/05/21 11:18:43 [wsarea] active workspace content: content_897184500_0
2022/05/21 11:18:43 [app] title updated: [Workspace] - StrongDMM
2022/05/21 11:18:43 [cpsearch] search filter reset
2022/05/21 11:18:43 [cpsearch] search free
2022/05/21 11:18:43 [wsarea] switch active workspace: workspace_897184500_1
2022/05/21 11:18:43 [wsarea] active workspace content: content_897697400_1
2022/05/21 11:18:43 [app] title updated: [Changelog] - StrongDMM
2022/05/21 11:18:43 [cpsearch] search filter reset
2022/05/21 11:18:43 [cpsearch] search free
2022/05/21 11:18:44 [app] application is up to date!
2022/05/21 11:18:45 [wsarea] switch active workspace: workspace_897184500_0
2022/05/21 11:18:45 [wsarea] active workspace content: content_897184500_0
2022/05/21 11:18:45 [app] title updated: [Workspace] - StrongDMM
2022/05/21 11:18:45 [cpsearch] search filter reset
2022/05/21 11:18:45 [cpsearch] search free
2022/05/21 11:18:46 [app] selecting environment to open...
2022/05/21 11:18:48 [app] environment to open selected: E:\Fallout\caravan\caravan.dme
2022/05/21 11:18:48 [cpwsarea] closing all new maps...
2022/05/21 11:18:48 [cpwsarea] closing all maps...
2022/05/21 11:18:48 [app] opening environment [E:\Fallout\caravan\caravan.dme]...
2022/05/21 11:18:48 [app] parsing environment: [E:\Fallout\caravan\caravan.dme]...
2022/05/21 11:18:48 [app] environment [E:\Fallout\caravan\caravan.dme] parsed in [220] ms
2022/05/21 11:18:48 [app] added project: E:\Fallout\caravan\caravan.dme
2022/05/21 11:18:48 [cpsearch] search filter reset
2022/05/21 11:18:48 [cpsearch] search free
2022/05/21 11:18:48 [cpenvironment] environment panel free
2022/05/21 11:18:48 [cpwsarea] workspace area free
2022/05/21 11:18:48 [cpvareditor] session reset
2022/05/21 11:18:48 [cpvareditor] vareditor free
2022/05/21 11:18:48 [command] storage free
2022/05/21 11:18:48 [dmmclip] clipboard free
2022/05/21 11:18:48 [dmicon] cache free; [0] icons disposed
2022/05/21 11:18:48 [dmicon] cache root dir: E:\Fallout\caravan
2022/05/21 11:18:48 [dmmap] cache free; [0] prefabs disposed
SpaiR commented 2 years ago

Can you provide a link to the codebase?

Elatha commented 2 years ago

Raw Baystation GPL: https://github.com/Baystation12/Baystation12/releases/tag/v1.0

Baystation GPL edited only so that it compiles: https://www.dropbox.com/s/lswfexw2hlfyk8u/caravan.zip

EDIT: Configuration files have been removed from the zip as they contain sensitive information.

SpaiR commented 2 years ago

The problem with parsing of the codebase with SpacemanDMM parser. It seems that it able to get the object tree, but it can't parse values for objects fields. Thus the final result is unworkable at all. I believe, if you'll try to validate the project with VSCode extension for BYOND you'll see the problem. Issue should be fixed on the project side to make it parsable.