Torch: Torch encounters Unhandled Exception
- Verify that this issue is related to Torch and not a Torch plugin or the vanilla game
- Ensure that the issue is reproducible for testing (provide a link to a test world if necessary)
- Is this a suggestion?
Torch Version: 1.3.1.139-master SE Version: 1.xxx.xxx
Expected Behavior
I expected the Torch Server to launch without issue, as it did yesterday.
Observed Behavior
The Torch Server throws an Unhandled Exception error when starting.
System.MissingMethodException: Method not found: 'Void ModItem..ctor(UInt64)'.
at Torch.Session.TorchSessionManager..ctor(ITorchBase torchInstance)
at Torch.TorchBase..ctor() in C:\build\workspace\Torch_Torch_master\Torch\TorchBase.cs:line 158
at Torch.Server.TorchServer..ctor(TorchConfig config) in C:\build\workspace\Torch_Torch_master\Torch.Server\TorchServer.cs:line 62
at Torch.Server.Initializer.Run() in C:\build\workspace\Torch_Torch_master\Torch.Server\Initializer.cs:line 127
at Torch.Server.Program.Main(String[] args) in C:\build\workspace\Torch_Torch_master\Torch.Server\Program.cs:line 75
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at System.AppDomain.ExecuteAssemblyByName(String assemblyName, String[] args)
at Torch.Utils.TorchLauncher.Launch(String entryPoint, String[] args, String[] binaryPaths) in C:\build\workspace\Torch_Torch_master\Torch\Utils\TorchLauncher.cs:line 38
at Torch.Server.Program.Main(String[] args) in C:\build\workspace\Torch_Torch_master\Torch.Server\Program.cs:line 75
Happens to me on a fresh install of the Torch Server as well. Is there some redistributable package or dependency my system needs?
Steps to Reproduce
- Start the Torch.Server.exe file.
- Wait for it to crash.
Other Information
Provide links to game logs or saves here if necessary.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 3
- Comments: 15
From what I could tell yesterday, its all mods, both current and new. But I’m wondering if it has somethign to do with the new cross play functionality with xbox. I’ve been seeing others state problems with mods on worlds now too so I figured I’d give it a day or two and see if Keen pushes a new server update to address. Thats my speculation at least…
https://github.com/TorchAPI/Torch/pull/428 might fix it for us.