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

Sporadic error loading game serializers #99

Closed Sevka007 closed 6 years ago

Sevka007 commented 7 years ago

Critical error happens after updating, it tells MISSING METHOD EXEPTIONS, method not found. image sorry by Russian interface? but I think all you need is on English, please, help!

Jimmacle commented 7 years ago

Download the latest Torch "Staging" version from Jenkins. We're working out some kinks in the auto-deploy pipeline so the versions are a little messed up right now.

Sevka007 commented 7 years ago

Now I have a different error image

ProsperCraft commented 6 years ago

I may be having the same issue.

https://gist.github.com/ProsperCraft/22b3d992471cc6bc8fd2924d879d3adb

Same as my earlier bug report, hard coded directory links pointing to the jenkins folder that doesn't exist.

Jimmacle commented 6 years ago

Again, that is debug information and is entirely unrelated to the application trying to access files/directories. Read it closely.

ProsperCraft commented 6 years ago

I don't understand it, I can read Minecraft crash reports like the back of my hand, but I don't understand why this server is crashing on first load.

Jimmacle commented 6 years ago

I'm aware of that particular issue, it's nothing you can fix. You can avoid it for now by running the server with the -nogui argument which does what it sounds like.

ProsperCraft commented 6 years ago

Where do server arguments go in Torch?