-
Posts
1,331 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by eberkain
-
With my full mod list I get a bunch of these too. I went through and did the same, starting with a clean install and gradually adding mods to figure out what causes this. For me Sigma Binary does it, which is also Kopernicus related. This install folder... will produce this log and this output_log, which is full of stuff like this [EXC 19:50:40.037] ArgumentException: Contract group 'STGUnmannedMissions' does not exist, or is not a parent of this contract. ContractConfigurator.ExpressionParser.DataNode.NodeForKey (System.String& key) ContractConfigurator.ExpressionParser.DataNode.IsInitialized (System.String key) ContractConfigurator.ExpressionParser.ExpressionParser`1[T].ParseSpecialIdentifier (ContractConfigurator.ExpressionParser.Token token) Rethrow as Exception: Error parsing statement. Error occurred near '*': @STGUnmannedMissions:UnmannedMissionPlanet ..........................................* <-- HERE ContractConfigurator.ExpressionParser.ExpressionParser`1[T].ParseExpression (System.String key, System.String expression, ContractConfigurator.ExpressionParser.DataNode dataNode) ContractConfigurator.ConfigNodeUtil.ParseSingleValue[String] (System.String key, System.String stringValue, Boolean allowExpression) ContractConfigurator.ConfigNodeUtil.ParseValue[String] (.ConfigNode configNode, System.String key, Boolean allowExpression) ContractConfigurator.ConfigNodeUtil.ParseValue[String] (.ConfigNode configNode, System.String key, System.Action`1 setter, IContractConfiguratorFactory obj, System.String defaultValue, System.Func`2 validation) UnityEngine.Debug:LogException(Exception) ContractConfigurator.LoggingUtil:LogException(Exception) ContractConfigurator.ConfigNodeUtil:ParseValue(ConfigNode, String, Action`1, IContractConfiguratorFactory, String, Func`2) ContractConfigurator.ConfigNodeUtil:ParseValue(ConfigNode, String, Action`1, IContractConfiguratorFactory, String) ContractConfigurator.ContractType:Load(ConfigNode) ContractConfigurator.<LoadContractConfig>d__26:MoveNext() ContractConfigurator.ContractConfigurator:PSystemReady() EventVoid:Fire() <Start>c__Iterator77:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) [ERR 19:50:40.046] ContractConfigurator.ContractType: CONTRACT_TYPE 'First Unmanned Flyby': Error parsing synopsis I can load my entire mod list without getting these errors, only when I add Sigma Binary into the mix do they pop up.
-
I'm going to play a career game and use the option where you have to purchase parts after research, before you can use them. There is an option (pretty sure its a stock option) to hide parts in the editor that have not been purchased. This works fine with modded parts, but not with the new categories added via this mod.
-
[1.12.x] Kerbal NRAP - Procedural test weights!
eberkain replied to linuxgurugamer's topic in KSP1 Mod Releases
Could you make the config dialogue a part of the main menu config system, I've seen alot of mods using that lately. -
[1.10.0] Kerbal Krash System (0.5.1) 2020-08-05
eberkain replied to EnzoMeertens's topic in KSP1 Mod Releases
Ditto with the others, I played around a good bit with it on the current release and craft are much tougher than they used to be. You have to really wipe out a vessel to get any mesh deformations and I was just bouncing off stuff alot of times. Mod still works, just needs some tweaking. I imagine someone will pick it up.- 735 replies
-
- krash
- kerbalkrashsystem
-
(and 1 more)
Tagged with:
-
[1.4] SpaceY Heavy-Lifter Parts Pack v1.17.1 (2018-04-02)
eberkain replied to NecroBones's topic in KSP1 Mod Releases
The small SRBs act really weird when using the Variable SRB Limiter mod, I can set it to start at a 2.0 TWR and end at a 2.0 TWR, and it does, but what happens is it spikes up to like 10 TWR in the middle and burns out all the fuel in a few seconds. The mod works correctly with stock SRBs. -
parts [1.12.x] Sounding Rockets! Start small. Dream big!
eberkain replied to RoverDude's topic in KSP1 Mod Releases
Still love using this mod, but I think the large parachute cap has some kind of issue, it spins like crazy, showing aero overlay has a big drag spike and a big lift spike at a 90 angle. -
I didn't look at it close enough before, so I added OPM back and checked. Looks like its the contracts from CactEye causing CC to throw exceptions, only when OPM is also loaded. Not sure if its a problem with CC or the way the contracts are setup, no idea, I just elected to not play with OPM for the moment and deal with it later. I should probably ping @icedown Here is my full ksp log and output log EDIT: I take that back, I seem to get those without OPM now too, so I dunno. [WRN 12:22:56.624] ContractConfigurator.ConfigNodeUtil: Got an unexpected exception trying to load 'targetPlanet' as a list: [EXC 12:22:56.627] ArgumentOutOfRangeException: Argument is out of range. Parameter name: index System.Collections.Generic.List`1[CelestialBody].get_Item (Int32 index) ListExtension.MaxAt[CelestialBody,Double] (IList`1 list, System.Func`2 sortBy) ContractConfigurator.ExpressionParser.CelestialBodyParser.BodyType (.CelestialBody cb) ContractConfigurator.ExpressionParser.CelestialBodyParser+<>c.<RegisterMethods>b__5_5 (.CelestialBody cb) ContractConfigurator.ExpressionParser.Method`2[CelestialBody,System.Boolean].Invoke (.CelestialBody obj) ContractConfigurator.ExpressionParser.Method`2[CelestialBody,System.Boolean].Invoke (System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[CelestialBody].ParseMethod[Boolean] (ContractConfigurator.ExpressionParser.Token token, .CelestialBody obj, Boolean isFunction) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[System.Boolean].ParseVarOrIdentifier (ContractConfigurator.ExpressionParser.Token token) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[CelestialBody].ParseStatement[Boolean] () Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[System.Collections.Generic.List`1[CelestialBody]].ParseMethod[List`1] (ContractConfigurator.ExpressionParser.Token token, System.Collections.Generic.List`1 obj, Boolean isFunction) Rethrow as Exception: Error parsing statement. Error occurred near '*': AllBodies().Where(cb => (cb.SemiMajorAxis() < @targetSMA || cb.Radius() > @targetRadius ) && cb.IsPlanet() && cb != HomeWorld() ) .............................................................................................* <-- HERE ContractConfigurator.ExpressionParser.ExpressionParser`1[System.Collections.Generic.List`1[CelestialBody]].ParseExpression (System.String key, System.String expression, ContractConfigurator.ExpressionParser.DataNode dataNode) ContractConfigurator.ConfigNodeUtil.ParseSingleValue[List`1] (System.String key, System.String stringValue, Boolean allowExpression) ContractConfigurator.ConfigNodeUtil.ParseValue[List`1] (.ConfigNode configNode, System.String key, Boolean allowExpression) UnityEngine.Debug:LogException(Exception) ContractConfigurator.LoggingUtil:LogException(Exception) ContractConfigurator.ConfigNodeUtil:ParseValue(ConfigNode, String, Boolean) ContractConfigurator.ConfigNodeUtil:ParseValue(ConfigNode, String, Action`1, IContractConfiguratorFactory, List`1, Func`2) ContractConfigurator.ConfigNodeUtil:ParseValue(ConfigNode, String, Action`1, IContractConfiguratorFactory) ContractConfigurator.ContractType:ParseDataExpandString(ConfigNode, String) System.Reflection.MethodBase:Invoke(Object, Object[]) ContractConfigurator.ContractType:Load(ConfigNode) ContractConfigurator.<LoadContractConfig>d__26:MoveNext() ContractConfigurator.ContractConfigurator:PSystemReady() EventVoid:Fire() <Start>c__Iterator77:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) [ERR 12:22:56.651] ContractConfigurator.ContractType: CONTRACT_TYPE 'CactEyeBigPlanetObservation': Error parsing targetPlanet [EXC 12:22:56.654] ArgumentOutOfRangeException: Argument is out of range. Parameter name: index System.Collections.Generic.List`1[CelestialBody].get_Item (Int32 index) ListExtension.MaxAt[CelestialBody,Double] (IList`1 list, System.Func`2 sortBy) ContractConfigurator.ExpressionParser.CelestialBodyParser.BodyType (.CelestialBody cb) ContractConfigurator.ExpressionParser.CelestialBodyParser+<>c.<RegisterMethods>b__5_5 (.CelestialBody cb) ContractConfigurator.ExpressionParser.Method`2[CelestialBody,System.Boolean].Invoke (.CelestialBody obj) ContractConfigurator.ExpressionParser.Method`2[CelestialBody,System.Boolean].Invoke (System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[CelestialBody].ParseMethod[Boolean] (ContractConfigurator.ExpressionParser.Token token, .CelestialBody obj, Boolean isFunction) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[System.Boolean].ParseVarOrIdentifier (ContractConfigurator.ExpressionParser.Token token) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[CelestialBody].ParseStatement[Boolean] () Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) ContractConfigurator.ExpressionParser.ExpressionParser`1[CelestialBody].ParseMethod[CelestialBody] (ContractConfigurator.ExpressionParser.Token token, .CelestialBody obj, Boolean isFunction) Rethrow as Exception: Error parsing statement. Error occurred near '*': AllBodies().Where(cb => (cb.SemiMajorAxis() < @targetSMA || cb.Radius() > @targetRadius ) && cb.IsPlanet() && cb != HomeWorld() ) .............................................................................................* <-- HERE ContractConfigurator.ExpressionParser.ExpressionParser`1[T].ParseExpression (System.String key, System.String expression, ContractConfigurator.ExpressionParser.DataNode dataNode) ContractConfigurator.ConfigNodeUtil.ParseSingleValue[CelestialBody] (System.String key, System.String stringValue, Boolean allowExpression) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) ContractConfigurator.ConfigNodeUtil.ParseValue[List`1] (.ConfigNode configNode, System.String key, Boolean allowExpression) UnityEngine.Debug:LogException(Exception) ContractConfigurator.LoggingUtil:LogException(Exception) ContractConfigurator.ConfigNodeUtil:ParseValue(ConfigNode, String, Action`1, IContractConfiguratorFactory, List`1, Func`2) ContractConfigurator.ConfigNodeUtil:ParseValue(ConfigNode, String, Action`1, IContractConfiguratorFactory) ContractConfigurator.ContractType:ParseDataExpandString(ConfigNode, String) System.Reflection.MethodBase:Invoke(Object, Object[]) ContractConfigurator.ContractType:Load(ConfigNode) ContractConfigurator.<LoadContractConfig>d__26:MoveNext() ContractConfigurator.ContractConfigurator:PSystemReady() EventVoid:Fire() <Start>c__Iterator77:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) [WRN 12:22:56.675] ContractConfigurator.ContractType: CONTRACT_TYPE 'CactEyeBigPlanetObservation': Received an empty list of values when trying to do a DATA_EXPAND [ERR 12:22:56.680] ContractConfigurator.ContractType: CONTRACT_TYPE 'CactEyeBigPlanetObservation': Error parsing isMoho
-
I'm pretty sure its just doing some math when the vessel loads and changing your orientation to make it seem like its still been pointing the direction you set it to. Thanks for the quick answer!
-
Is there any interaction with Persistent Rotation?
-
If I go to the in-flight map before upgrading the tracking station I get spammed with these. [EXC 06:00:16.279] TargetException: Non-static field requires a target System.Reflection.MonoField.GetValue (System.Object obj) SigmaBinaryPlugin.MapViewFixer.LateUpdate ()
-
Kerbal Construction Time/StageRecovery Dev Thread
eberkain replied to magico13's topic in KSP1 Mod Development
When returning to the KSC overview screen, the KCT window should auto open, it currently is not. Every time I leave from the astronaut complex, mission control, etc.. I have to reopen the window. -
[KSP 1.3.1] KEI - Kerbin Environmental Institute(1.2.3) 2017-10-11
eberkain replied to RealGecko's topic in KSP1 Mod Releases
Is it possible to add a modifier to reduce the value of the KSC science? -
[1.12.x] Kerbal Launch Failure Revived
eberkain replied to linuxgurugamer's topic in KSP1 Mod Releases
Clicking the "failure generates some science" option causes the radio button and label to vanish, meaning you cant turn it back on. -
There is a typo in the current version MM_CLS.cfg there is a double ] near the end of the line.
-
I get this on load, probably harmless. [EXC 05:33:50.919] NullReferenceException: Object reference not set to an instance of an object JanitorsCloset.Log.Info (System.String msg) JanitorsCloset.JanitorsClosetLoader.Awake () UnityEngine.GameObject:AddComponent(Type) AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup) AddonLoader:StartAddons(Startup) <LoadObjects>c__Iterator4A:MoveNext() UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) <CreateDatabase>c__Iterator49:MoveNext() UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) GameDatabase:StartLoad() <LoadSystems>c__Iterator5D:MoveNext() UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) LoadingScreen:Start()
-
Universal Storage 1.4.0.0 (For KSP 1.4.x) 13th March 2018
eberkain replied to Paul Kingtiger's topic in KSP1 Mod Releases
Is it just me or are the US storage parts a little too heavy for what you get? -
[1.4.x] Contract Pack: Tourism Plus [v1.5.2] [2016-12-14]
eberkain replied to nightingale's topic in KSP1 Mod Releases
My bad, I misread your first comment. EDIT: How did you monitor the slowdown, I might could confirm because I'm using it too and have a quite extensive mod list.- 699 replies
-
- career
- contract configurator
-
(and 1 more)
Tagged with:
-
[1.4.x] Contract Pack: Tourism Plus [v1.5.2] [2016-12-14]
eberkain replied to nightingale's topic in KSP1 Mod Releases
I think that is just Kerbal, check out the MemGraph mod, it really does help with it some.- 699 replies
-
- career
- contract configurator
-
(and 1 more)
Tagged with:
-
Is it possible to setup multiple points on the surface of Kerbin to be the Deep Space Network linkup instead of just the center of Kerbin? Specifically I was thinking it would be cool if they would match up with the ground stations from KerbinSide, I don't think it would ever effect gameplay really, just would be cool to see.
-
-
[Min KSP: 1.12.2] Mark One Laboratory Extensions (M.O.L.E.)
eberkain replied to Angelo Kerman's topic in KSP1 Mod Releases
I'm not sure if this is something @nightingale would need to account for, or something MOLE its self needs to take care of. -
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
eberkain replied to Ger_space's topic in KSP1 Mod Releases
That is excellent information, I actually already keep a flight log and it would be trivial to add info about where to launch from. I'm definitely going to have to do some experimenting. -
The new controls are very handy, been doing a bunch of rescue missions lately and this does make it easier. There is one thing that I think would make EVA even easier to control. You can hold right click and move the mouse to rotate the camera, once the camera is facing in the direction you want to travel, press space bar and your kerbal will reorient to that direction, but seemingly restricted to an 2d plane. If you try to point the camera up or down and use space to reorient it does not work as you would expect. Is it possible to adjust this behavior?