-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Describe the bug
A clear and concise description of what the bug is.
Building stuff for colony and it stays in the same spot
To Reproduce
Steps to reproduce the behavior:
- Go to 'build stuff in colony'
- Click on '....'
- See error
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
If applicable, Add any other context about the problem here.
Console log
Press F1 to display the game console and click 'Copy to Clipboard'. Paste the content into a .txt file and upload it to this issue.
[16:33:19] EXCEPTION: MissingFieldException: Field not found: string HarmonyLib.FileLog.logPath Due to: Could not find field in class
(wrapper write-barrier) System.Object.wbarrier_conc(intptr)
System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) (at <7ec8e29954a6455daa48484a381ec418>:0)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) (at <7ec8e29954a6455daa48484a381ec418>:0)
System.RuntimeType.CreateInstanceMono (System.Boolean nonPublic, System.Boolean wrapExceptions) (at <7ec8e29954a6455daa48484a381ec418>:0)
System.RuntimeType.CreateInstanceSlow (System.Boolean publicOnly, System.Boolean wrapExceptions, System.Boolean skipCheckThis, System.Boolean fillCache) (at <7ec8e29954a6455daa48484a381ec418>:0)
System.RuntimeType.CreateInstanceDefaultCtor (System.Boolean publicOnly, System.Boolean skipCheckThis, System.Boolean fillCache, System.Boolean wrapExceptions, System.Threading.StackCrawlMark& stackMark) (at <7ec8e29954a6455daa48484a381ec418>:0)
System.Activator.CreateInstance (System.Type type, System.Boolean nonPublic, System.Boolean wrapExceptions) (at <7ec8e29954a6455daa48484a381ec418>:0)
System.Activator.CreateInstance (System.Type type, System.Boolean nonPublic) (at <7ec8e29954a6455daa48484a381ec418>:0)
System.Activator.CreateInstance (System.Type type) (at <7ec8e29954a6455daa48484a381ec418>:0)
ModLoader.Loader.g__LoadAssembly|10_0 (SFS.IO.FilePath path) (at :0)
ModLoader.Loader.LoadModList () (at :0)
UnityEngine.Debug:LogException(Exception)
ModLoader.Loader:LoadModList()
ModLoader.Loader:Initialize_EarlyLoad()
ModLoader.ModLoader:Awake()
[16:33:21] EXCEPTION: FileNotFoundException: Could not find file "C:\Program Files (x86)\Steam\steamapps\common\Spaceflight Simulator\Spaceflight Simulator Game\Mods\PEx Shapes+\PEx Shapes+.dll"
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <7ec8e29954a6455daa48484a381ec418>:0)
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) (at <7ec8e29954a6455daa48484a381ec418>:0)
(wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
System.IO.File.ReadAllBytes (System.String path) (at <7ec8e29954a6455daa48484a381ec418>:0)
SFS.IO.FilePath.ReadBytes () (at :0)
ModLoader.Loader.g__LoadAssembly|10_0 (SFS.IO.FilePath path) (at :0)
ModLoader.Loader.LoadModList () (at :0)
UnityEngine.Debug:LogException(Exception)
ModLoader.Loader:LoadModList()
ModLoader.Loader:Initialize_EarlyLoad()
ModLoader.ModLoader:Awake()
[16:33:33] LOG: Loaded
[16:33:34] LOG: Loaded Gliding Heat Shields
[16:33:35] LOG: Loaded UI Tools
[16:33:35] LOG: Loaded Smart SAS
[16:33:35] LOG: Loaded Rocket Teleporter
[16:33:35] LOG: Loaded Thrust Assist
[16:33:35] LOG: Loaded Vanilla Upgrades
[16:33:35] LOG: Loaded ANAIS
[16:33:35] LOG: Loaded ΔV calculator
[16:33:35] LOG: Loaded FSI's Info Overload
[16:33:35] LOG: Loaded Search Mod
[16:33:35] LOG: Loaded Part Editor
[16:33:35] WARNING: Database URL not set in the Firebase config.
[16:33:35] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[16:33:35] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[16:33:36] LOG: Loading MoreParts Mod!
[16:33:36] LOG: Loaded!
[16:33:38] ERROR: The AssetBundle 'Memory' can't be loaded because another AssetBundle with the same files is already loaded.
[16:35:54] EXCEPTION: NullReferenceException
SFS.World.WorldParticle.Apply (System.Action1[T] action) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldParticle.OnVelocityOffset (UnityEngine.Vector2 offset) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldView.CalculateVelocityOffset () (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs1[T].set_Value (T value) (at :0)
SFS.World.GameManager.g__UpdateCanVelocityOffset|8_0 () (at :0)
SFS.Variables.Obs1[T].set_Value (T value) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs_Destroyable1[T].set_Value (T value) (at :0)
SFS.Variables.Obs_Destroyable`1[T].OnDestroy () (at :0)
ObservableMonoBehaviour.OnDestroy () (at :0)
SFS.World.Rocket.OnDestroy () (at :0)
[16:35:54] LOG: Info Overload - Readout "Part Count" encountered an error: System.NullReferenceException: Object reference not set to an instance of an object
at InfoOverload.Readouts+<>c.b__6_0 (InfoOverload.Readout readout) [0x00015] in :0
at (wrapper delegate-invoke) .invoke_ValueTuple`2<bool, string>_Readout(InfoOverload.Readout)
at InfoOverload.UIUpdater.Update () [0x00129] in :0
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object 'Rocket Profile') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object 'Upload Menu') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:35:54] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:35:55] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[16:35:55] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[16:35:55] WARNING: The referenced script on this Behaviour (Game Object 'RTG') is missing!
[16:44:18] EXCEPTION: NullReferenceException
SFS.World.WorldParticle.Apply (System.Action1[T] action) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldParticle.OnVelocityOffset (UnityEngine.Vector2 offset) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldView.CalculateVelocityOffset () (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs1[T].set_Value (T value) (at :0)
SFS.World.GameManager.g__UpdateCanVelocityOffset|8_0 () (at :0)
SFS.Variables.Obs1[T].set_Value (T value) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs_Destroyable1[T].set_Value (T value) (at :0)
SFS.Variables.Obs_Destroyable`1[T].OnDestroy () (at :0)
ObservableMonoBehaviour.OnDestroy () (at :0)
SFS.World.Rocket.OnDestroy () (at :0)
[16:44:18] LOG: Info Overload - Readout "Part Count" encountered an error: System.NullReferenceException: Object reference not set to an instance of an object
at InfoOverload.Readouts+<>c.b__6_0 (InfoOverload.Readout readout) [0x00015] in :0
at (wrapper delegate-invoke) .invoke_ValueTuple`2<bool, string>_Readout(InfoOverload.Readout)
at InfoOverload.UIUpdater.Update () [0x00129] in :0
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'Rocket Profile') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'Upload Menu') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[16:44:18] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[16:44:18] WARNING: The referenced script on this Behaviour (Game Object 'RTG') is missing!
[16:54:36] ERROR: System.NullReferenceException
at (wrapper managed-to-native) UnityEngine.GameObject.SetActive(UnityEngine.GameObject,bool)
at MorePartsMod.Managers.ColonyManager.OnPlayerChange () [0x00002] in :0
[16:54:36] LOG: Info Overload - Readout "Part Count" encountered an error: System.NullReferenceException: Object reference not set to an instance of an object
at InfoOverload.Readouts+<>c.b__6_0 (InfoOverload.Readout readout) [0x00015] in :0
at (wrapper delegate-invoke) .invoke_ValueTuple`2<bool, string>_Readout(InfoOverload.Readout)
at InfoOverload.UIUpdater.Update () [0x00129] in :0
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'Rocket Profile') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'Upload Menu') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[16:54:36] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[16:54:36] WARNING: The referenced script on this Behaviour (Game Object 'RTG') is missing!
[16:57:51] ERROR: System.NullReferenceException
at (wrapper managed-to-native) UnityEngine.GameObject.SetActive(UnityEngine.GameObject,bool)
at MorePartsMod.Managers.ColonyManager.OnPlayerChange () [0x00002] in :0
[16:57:51] LOG: Info Overload - Readout "Part Count" encountered an error: System.NullReferenceException: Object reference not set to an instance of an object
at InfoOverload.Readouts+<>c.b__6_0 (InfoOverload.Readout readout) [0x00015] in :0
at (wrapper delegate-invoke) .invoke_ValueTuple`2<bool, string>_Readout(InfoOverload.Readout)
at InfoOverload.UIUpdater.Update () [0x00129] in :0
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object 'Rocket Profile') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object 'Upload Menu') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[16:57:51] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[16:57:52] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[16:57:52] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[16:57:52] WARNING: The referenced script on this Behaviour (Game Object 'RTG') is missing!
[17:04:25] EXCEPTION: NullReferenceException
SFS.World.WorldParticle.Apply (System.Action1[T] action) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldParticle.OnVelocityOffset (UnityEngine.Vector2 offset) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldView.CalculateVelocityOffset () (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs1[T].set_Value (T value) (at :0)
SFS.World.GameManager.g__UpdateCanVelocityOffset|8_0 () (at :0)
SFS.Variables.Obs1[T].set_Value (T value) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs_Destroyable1[T].set_Value (T value) (at :0)
SFS.Variables.Obs_Destroyable`1[T].OnDestroy () (at :0)
ObservableMonoBehaviour.OnDestroy () (at :0)
SFS.World.Rocket.OnDestroy () (at :0)
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object 'Rocket Profile') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object 'Upload Menu') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[17:04:25] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:04:26] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[17:04:26] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[17:04:26] WARNING: The referenced script on this Behaviour (Game Object 'RTG') is missing!
[17:06:19] ERROR: System.NullReferenceException
at (wrapper managed-to-native) UnityEngine.GameObject.SetActive(UnityEngine.GameObject,bool)
at MorePartsMod.Managers.ColonyManager.OnPlayerChange () [0x00002] in :0
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object 'Rocket Profile') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object 'Upload Menu') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[17:06:19] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:06:20] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[17:06:20] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[17:06:20] WARNING: The referenced script on this Behaviour (Game Object 'RTG') is missing!
[17:09:01] EXCEPTION: NullReferenceException
SFS.World.WorldParticle.Apply (System.Action1[T] action) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldParticle.OnVelocityOffset (UnityEngine.Vector2 offset) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.World.WorldView.CalculateVelocityOffset () (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs1[T].set_Value (T value) (at :0)
SFS.World.GameManager.g__UpdateCanVelocityOffset|8_0 () (at :0)
SFS.Variables.Obs1[T].set_Value (T value) (at <aa92af378a3144deb099bbc788ae9ca6>:0) SFS.Variables.Obs_Destroyable1[T].set_Value (T value) (at :0)
SFS.Variables.Obs_Destroyable`1[T].OnDestroy () (at :0)
ObservableMonoBehaviour.OnDestroy () (at :0)
SFS.World.Rocket.OnDestroy () (at :0)
[17:09:01] LOG: Info Overload - Readout "Part Count" encountered an error: System.NullReferenceException: Object reference not set to an instance of an object
at InfoOverload.Readouts+<>c.b__6_0 (InfoOverload.Readout readout) [0x00015] in :0
at (wrapper delegate-invoke) .invoke_ValueTuple`2<bool, string>_Readout(InfoOverload.Readout)
at InfoOverload.UIUpdater.Update () [0x00129] in :0
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object 'Rocket Profile') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object 'Upload Menu') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object 'Thumbnail') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object '#TagPrefab') is missing!
[17:09:01] WARNING: The referenced script on this Behaviour (Game Object 'Score') is missing!
[17:09:02] WARNING: The referenced script on this Behaviour (Game Object '') is missing!
[17:09:02] WARNING: The referenced script (AstroForgeInjector) on this Behaviour is missing!
[17:09:02] WARNING: The referenced script on this Behaviour (Game Object 'RTG') is missing!
[17:30:28] WARNING: MaximizedWindow is not currently supported on Windows, setting to FullsceenWindow instead
