allista / AutoLoadGame

Simple KSP plugin that automatically loads the specified savegame upon game start.
MIT License
1 stars 3 forks source link

Not working in 1.1.3? #3

Closed Jiraiyah closed 8 years ago

Jiraiyah commented 8 years ago

Hi I tried your mod in 1.1.3 but it's not working, am i missing something?

allista commented 8 years ago

It would seem so, because it works on my side alright. Have you created/edited the config file according to the docs?

Jiraiyah commented 8 years ago

yup, take a look : http://prntscr.com/co5xdu game = Sand save = persistent http://prntscr.com/co5xkv although i didn't start any flights but shouldn't it load this saved game? keep in mind this save is sand box though

allista commented 8 years ago

All looks good. And the game should indeed be loading into KSC. Could you share the log then?

Jiraiyah commented 8 years ago

ksp log : http://pastebin.com/9TGRiZTe and i can't use paste bin for output log, it's too big, where can i post it?

allista commented 8 years ago

I usually post it zipped using Dropbox or Google Drive.

Jiraiyah commented 8 years ago

here you go https://www.dropbox.com/s/r9a9l91ktxxcbmb/output_log.zip?dl=0

allista commented 8 years ago

Thanks a lot! The problem is my AT_Utils library that is missing from your installation:

AddonLoader: Instantiating addon 'AutoLoadGame' from assembly 'AutoLoadGame'
FileNotFoundException: Could not load file or assembly '000_AT_Utils, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.

I use this library for all my projects, but since its use in AutoLoadGame is minimal I'll stop referencing it. No need for such a simple plugin to have any dependencies.

I'll soon post the new release without this dependency.