RemoteTechnologiesGroup / RemoteTech

Community developed continuation of Kerbal Space Program's RemoteTech mod.
http://remotetechnologiesgroup.github.io/RemoteTech
GNU General Public License v2.0
235 stars 102 forks source link

MissingFieldException: 'RemoteTech.Settings.GroundStations' #596

Closed keyspace closed 8 years ago

keyspace commented 8 years ago

Arch Linux 64-bit, KSP 1.1.2, RT 1.6.11 (from CKAN), loads of other mods.

KSP.log is spammed with:

[EXC 12:23:58.392] MissingFieldException: Field 'RemoteTech.Settings.GroundStations' not found.

Happens both in newly-started games and old savegames.

The only place I've found where this is accessed in RT itself is DebugWindow.cs:197

MrCamoga commented 8 years ago

Could you show me the RemoteTech_Settings file?

keyspace commented 8 years ago

RemoteTech_Settings.cfg (first game started at KSP 1.0): https://gist.github.com/keyspace/fbbcdd32660bd73ef5e59cc6d35b2cc1

MrCamoga commented 8 years ago

Have you updated the Module Manager to the latest version?

keyspace commented 8 years ago

Yes, ModuleManager is at 2.6.24. I'll copy in the mod versions in a sec.

keyspace commented 8 years ago

Installed mods (shown in-game by KSP-AVC):

KSP: 1.1.2 (Unix) - Unity: 5.2.4f1 - OS: Linux 4.5 unknown 64bit
Filter Extensions - 2.5
USI Tools - 0.7.2.1
Chatterer - 0.9.8.1230
Community Resource Pack - 0.5
Contract Configurator - 1.11.3
Contract Pack: Field Research - 1.1.7
Contract Pack: Bases and Stations - 3.2.1.1
Contract Pack: RemoteTech - 2.0.2
Rover Missions - 0.1.3
Contract Pack: Tourism Plus - 1.4.2
Crowd Sourced Science - 3.0.2
DMagic Orbital Science - 1.2.4
Contracts Window Plus - 1.0.6.2
Firespitter - 7.2.3
Kerbal Attachment System - 0.5.6.7
Kerbal Inventory System - 1.2.7.6
KSP-AVC Plugin - 1.1.6.1
Kerbal Engineer Redux - 1.1.1
Infernal Robots - 2.0
Docking Port Alignment Indicator - 6.3
Final Frontier - 1.0.4.2216
RemoteTech - 1.6.11
SCANsat - 1.1.6
ShipManifest - 5.0.9
StageRecovery - 1.6.4.1
TextureReplacer - 2.4.13
TAC Life Support - 0.11.2.1
Kerbal Alarm Clock - 3.6.1
TweakScale - 2.2.9
USI Core - 0.2.1
Karbonite - 0.7.2.1
Kolonization Core - 0.2.2.1
UKS - 0.40.1.1
Universal Storage - 1.1.0.11
Waypoint Manager - 2.5.1
SpaceTux: Shared Assets - 0.3.9
MrCamoga commented 8 years ago

I don't know what could be the problem sorry :(

tivec commented 8 years ago

I'd just like to chime in and say I have the same issue here... Got a lot more mods installed than the person above, but I do have all that he has (at the same versions, I believe, looks like it).

keyspace commented 8 years ago

A plain DLL rebuild seems to have fixed this issue (EDIT: for both new games and old).

tivec commented 8 years ago

Alright, so I guess the author needs to do a rebuild for this to be resolved.

d4rksh4de commented 8 years ago

I made a rebuild by using KSP 1.1.2 DLLs. Please try latest pre-release build.

tivec commented 8 years ago

Thanks @d4rksh4de, loading it up now!

t0chas commented 8 years ago

I am having the same issue I will try with build-develop-524 to see what happens.

keyspace commented 8 years ago

build-develop-524 is OK - exception no longer thrown, and seems stable in other regards.

Closing issue.