You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLUF: I think the latest version of AT_UTILS might not be quite ready for the latest version of KSP, or that the incorrect version of AT_UTILS is packaged with / called from the hangar mod.
Error Log
Here is the KSP.log error corresponding to the stuck loading screen, with a little context; more troubleshooting information below:
[LOG 16:56:47.793] DragCubeSystem: Creating drag cubes for part 'HangarResizeLimit5'
[LOG 16:56:47.832] PartLoader: Compiling Part 'Hangar/Parts/BigHangar/Hangar2'
[LOG 16:56:47.862] PartLoader: Part 'Hangar/Parts/BigHangar/Hangar2' has no database record. Creating.
[LOG 16:56:47.862] [DragCubeSystem]: Drag cubes not found or cannot be read for part Part. Generating New drag cubes.
[LOG 16:56:47.868] DragCubeSystem: Creating drag cubes for part 'Hangar2'
[WRN 16:56:48.014] File 'D:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\000_AT_Utils\Plugins\..\000_AT_Utils.user' does not exist
[LOG 16:56:48.015] [000_AT_Utils: 16:56:48.015 225317] Meshes to skip: Count: 2
[
flagtransform,
canopy
]
[LOG 16:56:48.015] [000_AT_Utils: 16:56:48.015 225317] Bad parts: Count: 5
[
RadialDrill,
MKS.Drill.02,
MKS.Drill.03,
dmFlexoTube,
UniversalDrill
]
[EXC 16:56:48.023] MissingMethodException: void AT_Utils.PartModuleExtensions.Log(PartModule,string)
AtHangar.HangarPassage.GetInfo () (at <1ce62ab326bb4625b5cf653b695de6d2>:0)
AtHangar.HangarStorage.GetInfo () (at <1ce62ab326bb4625b5cf653b695de6d2>:0)
PartLoader.CompilePartInfo (AvailablePart newPartInfo, Part part) (at <c168e21ec56346b082f89043e76162e1>:0)
PartLoader+<CompileParts>d__56.MoveNext () (at <c168e21ec56346b082f89043e76162e1>:0)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <5aeafee3fea24f37abd1315553f2cfa6>:0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
Troubleshooting
Specifically, the 6th line from above:
[WRN 16:56:48.014] File 'D:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\000_AT_Utils\Plugins\..\000_AT_Utils.user' does not exist
Indeed, there's no file at what effectively resolves to \GameData\000_AT_Utils\000_AT_Utils.user
Note also the contents of the version configuration file: \GameData\000_AT_Utils\AT_Utils_FilterExtension.cfg
I know the hangarREADME says that CKAN support is still pending, but this just showed up in CKAN today, so I thought perhaps that message was slightly outdated. My sincere apologies if I'm misinterpreting the situation.
Steps to Repeat
Ensure you have the latest version of KSP available from Steam (v.1.10.0.2917 as of 2020-07-13)
Open CKAN
As the managed KSP instance, point CKAN to the latest version of KSP from Steam as referenced above
Filter by compatible mods
Sort the mod list by the Name column
Find the Hanger mod from the Name column, and activate the check-box from the Inst column in the same row
Click Apply Changes
On the next screen, click Apply
After the mod finishes downloading and installing, launch KSP from Steam.
When the loading screen appears, open the console with Ctrl+Alt+F12 and keep it on the console tab to see the rolling log. The KSP.log will have the same information for posterity.
After the textures, models, etc. are all finished loading, you should notice the loading screen stop before it finishes the second half of the loading bar.
The text was updated successfully, but these errors were encountered:
BLUF: I think the latest version of AT_UTILS might not be quite ready for the latest version of KSP, or that the incorrect version of AT_UTILS is packaged with / called from the hangar mod.
Error Log
Here is the
KSP.log
error corresponding to the stuck loading screen, with a little context; more troubleshooting information below:Troubleshooting
Specifically, the 6th line from above:
Indeed, there's no file at what effectively resolves to
\GameData\000_AT_Utils\000_AT_Utils.user
Note also the contents of the version configuration file:
\GameData\000_AT_Utils\AT_Utils_FilterExtension.cfg
My Installation Method: CKAN
I know the hangar README says that CKAN support is still pending, but this just showed up in CKAN today, so I thought perhaps that message was slightly outdated. My sincere apologies if I'm misinterpreting the situation.
Steps to Repeat
v.1.10.0.2917
as of 2020-07-13)Name
columnHanger
mod from theName
column, and activate the check-box from theInst
column in the same rowApply Changes
Apply
Ctrl
+Alt
+F12
and keep it on theconsole
tab to see the rolling log. TheKSP.log
will have the same information for posterity.The text was updated successfully, but these errors were encountered: