Skip to content
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

Closed
zer0Kerbal opened this issue Jul 17, 2021 · 6 comments · Fixed by #8
Closed

hangs load for KSP 1.12.x #6

zer0Kerbal opened this issue Jul 17, 2021 · 6 comments · Fixed by #8
Assignees
Labels
help wanted assistance, help, input solicited
Projects

Comments

@zer0Kerbal
Copy link
Owner

compiled for 1.12.x (no errors or warnings) and it hangs the load at 'loading part upgrades'  

@zer0Kerbal zer0Kerbal added bug help wanted assistance, help, input solicited labels Jul 17, 2021
@zer0Kerbal zer0Kerbal added this to the KSP 1.12 milestone Jul 17, 2021
@zer0Kerbal zer0Kerbal self-assigned this Jul 17, 2021
@zer0Kerbal
Copy link
Owner Author

@flart any suggestions?

@Tacombel
Copy link

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.

@zer0Kerbal
Copy link
Owner Author

zer0Kerbal commented Jul 18, 2021

@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.

  • going to recopy my install to make sure it is up-to-date and fully clean
  • Going to try recompiling with .NET 3.5 and then 4.7.2 and see if that is the issue. Don't believe it is.

@zer0Kerbal
Copy link
Owner Author

zer0Kerbal commented Jul 18, 2021

‼️ well Bob's your Uncle and color me a 🍌 by a 🐒
🙈 🙉 🙊

well golly gee-whiz... compiling with .NET 4.7.2 seems to have resolved the issue.... was using .4.8

zer0Kerbal added a commit that referenced this issue Jul 18, 2021
# 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
@zer0Kerbal zer0Kerbal added this to Done in 1.9.x Jul 23, 2021
@Tacombel
Copy link

Tacombel commented Aug 9, 2021

I think this can explain what is happening with the latest .NET version
https://forum.kerbalspaceprogram.com/index.php?/topic/203262-stuck-on-loading-part-upgrades-112/&do=findComment&comment=4003108

@zer0Kerbal
Copy link
Owner Author

I think this can explain what is happening with the latest .NET version
https://forum.kerbalspaceprogram.com/index.php?/topic/203262-stuck-on-loading-part-upgrades-112/&do=findComment&comment=4003108
thank you @Tacombel

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.

zer0Kerbal added a commit that referenced this issue Sep 17, 2021
# 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
This was referenced Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted assistance, help, input solicited
Projects
No open projects
1.9.x
Done
Development

Successfully merging a pull request may close this issue.

2 participants