SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

[Crash] Unhandled Exception during LoadConfiguration #173

Closed ghost closed 10 years ago

ghost commented 10 years ago

http://pastebin.com/4hXgK1d4

http://forums.keenswh.com/post/show_single_post?pid=1284606046&postcount=755

DedicatedConfigDefinition.Load() can cause an unhandled exception if SpaceEngineers-Dedicated.cfg is corrupt.

ghost commented 10 years ago

See https://github.com/Commander-Scott/SE-Community-Mod-API/tree/Issue-%23173-Exploration for current work on this issue.

NotYetRated commented 10 years ago

haha 2 things.

  1. Sorry about folder path error.
  2. Downloaded and applied the above "issue" files, to generate the more detailed error report, and the server started. Reapplied the current "dev" files, same error.... Even with the path correction.

I deleted everything, recopied the base file in to two folders, a test and a base, applied the current public files to base, and the dev files to test, to ensure everything was fresh.

Test starts. Base does not. And it starts without a shortcut modifier.

ghost commented 10 years ago

Fixed in Pull Request: https://github.com/SEModCommunity/SE-Community-Mod-API/pull/174