Gwindalmir / SEWorkshopTool

Tool which allows batch upload and download of mods for both Space and Medieval Engineers.
32 stars 16 forks source link

Unable to upload/update a mod #32

Closed amahlaka closed 3 years ago

amahlaka commented 3 years ago

When I attempt to upload my mod, or change the tags of my uploaded mod, I get the following error in the logs:

2021-02-14 14:17:15.646 - Thread:   1 ->  Object reference not set to an instance of an object.
2021-02-14 14:17:15.648 - Thread:   1 ->     at Sandbox.MySandboxGame.Dispose()
   at Phoenix.WorkshopTool.GameBase.CleanupSandbox()
amahlaka commented 3 years ago

Update: after copying the steam_appid.txt from steamapps/common/spaceengineers to the bin64 folder, issue was resolved

Gwindalmir commented 3 years ago

For the record, that error is on exit, it's safe to ignore. The game is calling "MyPlugins.Dispose()" which is throwing an exception.