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

Torch fails to start on fresh install #391

Closed bakedog417 closed 4 years ago

bakedog417 commented 4 years ago

Torch Version: v1.3.1.120-master SE Version: 1.195.18

Expected Behavior

I expected it to start and run.

Observed Behavior

Crashes with:

19:39:30.8705 [FATAL] Initializer: System.MissingMethodException: Method not found: 'Void Sandbox.MyInitializer.InvokeBeforeRun(UInt32, System.String, System.String, Boolean, Int32)'. at Torch.VRageGame.Create() at Torch.VRageGame.Run() in C:\jenkins\workspace\Torch_Torch_master\Torch\VRageGame.cs:line 117 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() System.MissingMethodException: Method not found: 'Void Sandbox.MyInitializer.InvokeBeforeRun(UInt32, System.String, System.String, Boolean, Int32)'. at Torch.VRageGame.Create() at Torch.VRageGame.Run() in C:\jenkins\workspace\Torch_Torch_master\Torch\VRageGame.cs:line 117 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

Steps to Reproduce

  1. Download latest bundle
  2. Start Torch.Server
Jimmacle commented 4 years ago

Update your game per the announcement on the Discord server: https://discord.com/invite/kq2NFV

bakedog417 commented 4 years ago

Updating does not fix this issue. Steamcmd reports app is at the latest version.

N1Ran commented 4 years ago

Did you manually update Torch? https://wiki.torchapi.net/index.php/Manually_updating

Jimmacle commented 4 years ago

The latest torch version is .121.

bakedog417 commented 4 years ago

Thank you both. That did the trick.