TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Mods won't get downloaded after adding them through Torch GUI #406

Closed dl1com closed 2 years ago

dl1com commented 4 years ago

Torch Version: 1.3.1.129-master SE Version: 1.196.016

Expected Behavior

Observed Behavior

12:18:32.0627 [INFO] Keen: Downloading world mods - START 12:18:32.0627 [INFO] Keen: Downloading world mods - END

Although it should probably show some progress between these lines

<Mods>
    <ModItem FriendlyName="Corruption PvE Combat">
      <Name>914369510.sbm</Name>
      <PublishedFileId>914369510</PublishedFileId>
    </ModItem>
  </Mods>

Steps to Reproduce

see "Expected Behavior"

Any suggestions? Did I miss something? Thanks a lot!

steviee commented 3 years ago

I have the same issue. Torch 1.3.1.138-master, SE

pdglobal commented 3 years ago

I have the same issue. Torch 1.3.1.141

Necavi commented 3 years ago

I was having this exact same issue until I realized that for some reason Torch was saving mods to the instance folder's sandbox_config.sbc but was LOADING from one of my Backup plugin's folders.

I would recommend checking your LastSession.sbl file to ensure that you are loading from the correct save file.

MeniMeniMeni commented 2 years ago

I'm having this issue intermittently on Torch Version: v1.3.1.153-master. Torch fails to update the mod list in Sandbox_config.sbc when saving via the Mods GUI page. Sometimes it works, sometimes not.

It seems to happen when you try to edit the mod list after stopping a server. Stopping the server, closing and relaunching torch, then re-editing the mods, then saving config seems to work.