linuxgurugamer Posted July 18, 2021 Author Share Posted July 18, 2021 New release, of ZeroMiniAVC, 1.1.0.2 Added AssemblyFileVersion Updated version file for 1.8+ Fixed bug where the MiniAVC.dll file was not in the correct case Quote Link to comment Share on other sites More sharing options...
M443556 Posted July 19, 2021 Share Posted July 19, 2021 (edited) QuickExit 2.2.0.8 - Downloaded from spacedock just now, archive contains version 2.2.0.7 QuickGoTo 1.4.0.9 - Downloaded from spacedock just now, archive contains version 1.4.0.8 Edited July 19, 2021 by M443556 Quote Link to comment Share on other sites More sharing options...
Tacombel Posted August 9, 2021 Share Posted August 9, 2021 Hi, @linuxgurugamer I just created a new copy of KSP 1.12.2 and had again the "Loading part upgrades" problem. All mods but kaboom installed with CKAN Checked the miniAVC.dll and there where several copies installed Somehow zeroMiniAVC is being blocked from doing its job. https://drive.google.com/file/d/180ClEwJo9EgHQOl3xy6xmIkjWBZT-zV5/view?usp=sharing Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 9, 2021 Author Share Posted August 9, 2021 (edited) 1 hour ago, Tacombel said: Hi, @linuxgurugamer I just created a new copy of KSP 1.12.2 and had again the "Loading part upgrades" problem. All mods but kaboom installed with CKAN Checked the miniAVC.dll and there where several copies installed Somehow zeroMiniAVC is being blocked from doing its job. https://drive.google.com/file/d/180ClEwJo9EgHQOl3xy6xmIkjWBZT-zV5/view?usp=sharing You need to install the newest version of ZeroMiniAvc. I’ll take a look at your log file later Edited August 9, 2021 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
Tacombel Posted August 9, 2021 Share Posted August 9, 2021 15 minutes ago, linuxgurugamer said: You need to install the newest version of ZeroMiniAvc. I’ll take a look at your log file later I think it is up to date. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 9, 2021 Author Share Posted August 9, 2021 (edited) 2 hours ago, Tacombel said: Hi, @linuxgurugamer I just created a new copy of KSP 1.12.2 and had again the "Loading part upgrades" problem. All mods but kaboom installed with CKAN Checked the miniAVC.dll and there where several copies installed Somehow zeroMiniAVC is being blocked from doing its job. https://drive.google.com/file/d/180ClEwJo9EgHQOl3xy6xmIkjWBZT-zV5/view?usp=sharing You should manually remove all those MiniAVC.dll files for now. It's possible that KSP 1.12.2 is actually blocking it from running, or the an error is happening before ZeroMiniAVC is installed. I will be looking into it Edit: I've found part of the problem, KSP now only loads a single one of all installed. Still not sure why it's running, but I'll get it fixed soon. This is a top priority for me Edited August 9, 2021 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 9, 2021 Author Share Posted August 9, 2021 New release of ZeroMiniAVC, 1.1.1 Fixed issue on 1.12.2 where KSP now checks for duplicate DLLs, and only runs the latest, which was run even after ZeroMiniAVC unloaded and pruned it Added a dummy KSP-AVC dll which prevents the MiniAVC.dll assemblies from loading Added search for all files named MiniAVC.dll and pruned them Quote Link to comment Share on other sites More sharing options...
theJesuit Posted August 9, 2021 Share Posted August 9, 2021 5 hours ago, linuxgurugamer said: New release of ZeroMiniAVC, 1.1.1 Fixed issue on 1.12.2 where KSP now checks for duplicate DLLs, and only runs the latest, which was run even after ZeroMiniAVC unloaded and pruned it Added a dummy KSP-AVC dll which prevents the MiniAVC.dll assemblies from loading Added search for all files named MiniAVC.dll and pruned them Are you finding that recently things are loaded that you think have been removed? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 9, 2021 Author Share Posted August 9, 2021 6 minutes ago, theJesuit said: Are you finding that recently things are loaded that you think have been removed? Not that, but I've had a number of reports that the MiniAVC.dll files weren't being removed, and if they were around, they would break the game. I also found that even after ZeroMiniAVC unloaded a dll, that KSP was _still_ running it's initialization after ZeroMiniAVC was done. This was part of the most recent code changes to KSP. The new KSP code only loads 1 copy of any DLL, so the additional problem was that even though ZeroMiniAVC did successfully prune a MiniAVC.dll file, it could only do one (it was looking at all loaded assemblies). So I had to fool the MiniAVCs to not load by having a dummy KSP-AVC assembly, and then just scanned for all MiniAVC.dll files and prune them. I also had a problem with another mod, Hide Empty Tech Tree Nodes, which was getting a nullref and failing, thereby causing Tetrix to not load at all (very strange). The author is aware and working on it Quote Link to comment Share on other sites More sharing options...
GoAHead Posted August 9, 2021 Share Posted August 9, 2021 @linuxgurugamer i think there a again duplicated files in your release. should there be 2 DLLs within the Pluginfolder? ZeroMiniAVC.dll KSP-AVC.dll cause games doesn't load anymore. but after i deleted KSP-AVC.dll it works again Quote Link to comment Share on other sites More sharing options...
GoAHead Posted August 9, 2021 Share Posted August 9, 2021 ok the problem is the Mod "KSP AVC" . after deinstalling it, game is loading again with original filestructure of ZeroMiniAVC Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 9, 2021 Author Share Posted August 9, 2021 (edited) 1 hour ago, GoAHead said: @linuxgurugamer i think there a again duplicated files in your release. should there be 2 DLLs within the Pluginfolder? ZeroMiniAVC.dll KSP-AVC.dll cause games doesn't load anymore. but after i deleted KSP-AVC.dll it works again No. Read my explanation. Both files are necessary, And if you are having a problem, PROVIDE A LOG FILE Edited August 9, 2021 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
GoAHead Posted August 9, 2021 Share Posted August 9, 2021 26 minutes ago, linuxgurugamer said: No. Read my explanation. Both files are necessary, And if you are having a problem, PROVIDE A LOG FILE no need for a logfile. i have solved the problem with deinstalling KSP AVC Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 10, 2021 Author Share Posted August 10, 2021 30 minutes ago, GoAHead said: no need for a logfile. i have solved the problem with deinstalling KSP AVC And if you had provided a log file in the beginning, I would have been able to tell you what the problem was by looking at it. Quote Link to comment Share on other sites More sharing options...
diamond-optic Posted August 10, 2021 Share Posted August 10, 2021 I'm getting the same thing with 1.1.1 ..stuck on loading screen without loading progressing Log: https://drive.google.com/file/d/1Mdzi_wxrN19Faimqw8j2mdKK7A_845V3/view?usp=sharing Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 10, 2021 Author Share Posted August 10, 2021 (edited) 3 hours ago, diamond-optic said: I'm getting the same thing with 1.1.1 ..stuck on loading screen without loading progressing Log: https://drive.google.com/file/d/1Mdzi_wxrN19Faimqw8j2mdKK7A_845V3/view?usp=sharing Player.log, please The KSP.log doesn't show the same information as the Player.log, and doesn't show anything which I need However, it does show the following, which has nothing to do with these mods: ERR 20:50:53.485] Unknown error occurred while loading 'archive:/CAB-b167f8d5825672472b74b006369d849d/CAB-b167f8d5825672472b74b006369d849d'. [ERR 20:50:53.485] The AssetBundle 'file://D:\Games\Kerbal Space Program - 1.12.2.3167\GameData\BDArmory\KSPedia\bdac ammunition.ksp' can't be loaded because it was not built with the right version or build target. [ERR 20:50:53.485] Error while getting Asset Bundle: The AssetBundle 'file://D:\Games\Kerbal Space Program - 1.12.2.3167\GameData\BDArmory\KSPedia\bdac ammunition.ksp' can't be loaded because it was not built with the right version or build target. [ERR 20:50:53.485] AssetLoader: Bundle is null [ERR 20:50:53.538] The file can not be loaded because it was created for another build target that is not compatible with this platform. Please make sure to build AssetBundles using the build target platform that it is used by. File's Build target is: 6 Not saying this is the problem, but it IS a problem which I can't help with Edited August 10, 2021 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
GoAHead Posted August 10, 2021 Share Posted August 10, 2021 @linuxgurugamerHere are my logs. The thing is, when i uninstalled the Mod "KSP AVC" everything loads well. This happens since the last update of Zero MiniAVC BUT: i also tried to have a clean install only with those 2 mods (and their depencies) mentioned but it worked...?! KSP Log => https://1drv.ms/u/s!Am0PDmGqv17_g8JTKx4CnfDP8w5ngw?e=5LGQ8Y Player.log => https://1drv.ms/u/s!Am0PDmGqv17_g8JS9tnaGnutgR3tXg?e=6gvcGc no big deal for me to keep KSP AVC uninstalled cause i use CKAN anyways greets Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 10, 2021 Author Share Posted August 10, 2021 2 hours ago, GoAHead said: @linuxgurugamerHere are my logs. The thing is, when i uninstalled the Mod "KSP AVC" everything loads well. This happens since the last update of Zero MiniAV For now, don't use KSP-AVC Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 10, 2021 Author Share Posted August 10, 2021 (edited) 2 hours ago, GoAHead said: @linuxgurugamerHere are my logs. The thing is, when i uninstalled the Mod "KSP AVC" everything loads well. This happens since the last update of Zero MiniAVC BUT: i also tried to have a clean install only with those 2 mods (and their depencies) mentioned but it worked...?! KSP Log => https://1drv.ms/u/s!Am0PDmGqv17_g8JTKx4CnfDP8w5ngw?e=5LGQ8Y Player.log => https://1drv.ms/u/s!Am0PDmGqv17_g8JS9tnaGnutgR3tXg?e=6gvcGc no big deal for me to keep KSP AVC uninstalled cause i use CKAN anyways greets Can you post a Player.log without KSP-AVC installed? Whatever is going wrong, is preventing anything from being loaded properly. It would be convenient if you could include both in a zip file, labeled appropriately thanks Edit: Also, if you could, can you do the following: Make a clean KSP 1.12.2 install Install KSP-AVC, ZeroMiniAVC & the WASDEditorKeys using CKAN Run a test, save the log If it failed, then remove KSP-AVC and run the test again, and save the log So far, I'm nt having any issues with KSP-AVC and ZeroMiniAVC (with it's KSP-AVC dll) on 1.12.2, so need to be able to replicate the problem before I can fix it This will help Edited August 10, 2021 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
GoAHead Posted August 10, 2021 Share Posted August 10, 2021 @linuxgurugamer your wish is my order. as requested => https://1drv.ms/u/s!Am0PDmGqv17_g8JVA3IGH80-puGcGw?e=zRd3bj Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 10, 2021 Author Share Posted August 10, 2021 (edited) 2 hours ago, GoAHead said: @linuxgurugamer your wish is my order. as requested => https://1drv.ms/u/s!Am0PDmGqv17_g8JVA3IGH80-puGcGw?e=zRd3bj Thank you. One more thing: Can you export all your via CKAN into a .ckan file for me? will make it easier to reproduce. 2 hours ago, GoAHead said: @linuxgurugamer your wish is my order. as requested => https://1drv.ms/u/s!Am0PDmGqv17_g8JVA3IGH80-puGcGw?e=zRd3bj Oh, i found your problem. You are running a VERY old version of KSP-AVC The current version is 1.4.1.5, yours is so old the version isn't even listed correctly in the file, and is conflicting with the dummy KSP-AVC included in the ZeroMiniAVC mod Edited August 10, 2021 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 10, 2021 Author Share Posted August 10, 2021 New release, 1.1.1.1 Changed internal version of dummy KSP-AVC to avoid conflicts with older versions of KSP-AVC Quote Link to comment Share on other sites More sharing options...
GoAHead Posted August 10, 2021 Share Posted August 10, 2021 i hope i was able to help to nail this one down Quote Link to comment Share on other sites More sharing options...
GoAHead Posted August 10, 2021 Share Posted August 10, 2021 ok.. as far as i can see.. installing the mod with updated zero AVC doesnt encounter the problem. @linuxgurugamer if there is any other support i may cover let me know if any other pople experiencing the same problem try to deinstall KSP-AVC Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 10, 2021 Author Share Posted August 10, 2021 4 hours ago, GoAHead said: i hope i was able to help to nail this one down You were, thank you for your help 3 hours ago, GoAHead said: if any other pople experiencing the same problem try to deinstall KSP-AVC Please contact me if you do have issues. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.