-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hangs load for KSP 1.12.x #6
Comments
@flart any suggestions? |
Check if you have any copy of miniAVC.dll in your gamedata directory and delete it. It could be that it is also necessary to install zerominiAVC, although this is not clear. |
@Tacombel Thank you - I normally remove all those pesky miniavc.dll's using zerominiavc then the .xml files as well. Still found one that slipped through because I was testing Komplexity and needed Career Manager. tried - removed everything except Squad (no DLC's) and MM and Kaboom... same.
|
well golly gee-whiz... compiling with .NET 4.7.2 seems to have resolved the issue.... was using .4.8 |
# version 1.3.0.0 - Moar Booms! - update folder structure - update to modern backend automation ## Update - recompile for KSP 1.12.x - update to .NET 4.8 - update to C# 9.0 - renamed ModuleKaboom.cs to Kaboom.cs - [x] resolves issue #6
I think this can explain what is happening with the latest .NET version |
interesting. however in this specific case it was that .net 4.8 isn't supported in KSP; been having a [fileversion] in everything since 2019 in all the projects. |
# Version 1.3.99.0 - BETA! - <p style="color: #FF0000;"><b>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b></p> - <h1 style="color: #FF0000;"><b>BETA SOFTWARE - CAVEAT EMPTOR</color></b></h1> - usual spring cleaning and automation - update folder structure - update to modern back-end automation - resolves issue #6 ## Update - recompile for KSP 1.12.2 - update to .NET 4.7.2 - update to C# 9.0 - renamed ModuleKaboom.cs to Kaboom.cs
compiled for 1.12.x (no errors or warnings) and it hangs the load at 'loading part upgrades'
The text was updated successfully, but these errors were encountered: