Brigadier Posted July 26, 2022 Share Posted July 26, 2022 @Joose, well the first thing I noticed was this at the end of the player log: DynamicHeapAllocator allocation probe 1 failed - Could not get memory for large allocation 8388635. DynamicHeapAllocator allocation probe 2 failed - Could not get memory for large allocation 8388635. DynamicHeapAllocator allocation probe 3 failed - Could not get memory for large allocation 8388635. DynamicHeapAllocator allocation probe 4 failed - Could not get memory for large allocation 8388635. DynamicHeapAllocator out of memory - Could not get memory for large allocation 8388635! Could not allocate memory: System out of memory! Trying to allocate: 8388635B with 16 alignment. MemoryLabel: TempOverflow Allocation happend at: Line:177 in Memory overview You ran out of system memory when the game needed more. What's your system spec? There are also exceptions thrown from Distant Object (or KSPe, I'm not sure), Kopernicus and Sigma Binary in the KSP log that might suggest you don't have the correct versions. How are you installing your mods, via CKAN or manually? Quote Link to comment Share on other sites More sharing options...
Joose Posted July 27, 2022 Share Posted July 27, 2022 (edited) On 7/26/2022 at 11:13 PM, Brigadier said: You ran out of system memory when the game needed more. What's your system spec? There are also exceptions thrown from Distant Object (or KSPe, I'm not sure), Kopernicus and Sigma Binary in the KSP log that might suggest you don't have the correct versions. How are you installing your mods, via CKAN or manually? Expand I should have enough memory. I have 32GB of ram so I don't think that should be an issue. Almost all my mods are installed with CKAN. I just installed Kopernicus and Sigma Binary like a week ago with CKAN. Okay well now it's saying I am missing kopernicus.components for Sigma Binary. Edited July 27, 2022 by Joose new info Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 27, 2022 Author Share Posted July 27, 2022 On 7/27/2022 at 1:09 AM, Joose said: I should have enough memory. I have 32GB of ram so I don't think that should be an issue. Almost all my mods are installed with CKAN. I just installed Kopernicus and Sigma Binary like a week ago with CKAN. Okay well now it's saying I am missing kopernicus.components for Sigma Binary. Expand Try rebooting your system, and don't have anything else open when you start the game Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted July 29, 2022 Share Posted July 29, 2022 (edited) Apologies if this has been answered somewhere...I'd like to use the toolbar controller to hide buttons for things I don't use often, but this doesn't seem to work if I don't have Blizzy installed. In the settings GUI for toolbar controller it says "If the Blizzy toolbar is not installed, all buttons will be put on the stock toolbar, regardless of the settings." Is there a reason why the "None" setting doesn't work if Blizzy isn't installed? Edited July 29, 2022 by JonnyOThan Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 29, 2022 Author Share Posted July 29, 2022 On 7/29/2022 at 12:35 PM, JonnyOThan said: Apologies if this has been answered somewhere...I'd like to use the toolbar controller to hide buttons for things I don't use often, but this doesn't seem to work if I don't have Blizzy installed. In the settings GUI for toolbar controller it says "If the Blizzy toolbar is not installed, all buttons will be put on the stock toolbar, regardless of the settings." Is there a reason why the "None" setting doesn't work if Blizzy isn't installed? Expand Didn't think of it at the time, I'llsee what I can do Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 29, 2022 Author Share Posted July 29, 2022 New release, 0.1.9.7 Added ability to hide button even when Blizzy toolbar is not installed Quote Link to comment Share on other sites More sharing options...
RKunze Posted July 29, 2022 Share Posted July 29, 2022 Version 0.1.9.7 (at least the variant on CKAN) seems to be bugged. According to Player.log, it announces itself as version "V0.1.9" instead of the "V1.0.0" required for mods depending on it (as stated on the first page) : AssemblyLoader: KSPAssembly 'ToolbarControl' V0.1.9 (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) Which means that all other mods that depend on ToolbarController don't find their dependency anymore... Rolling back to ToolbarController 0.1.9.6 fixed the problem for me. Quote Link to comment Share on other sites More sharing options...
siimav Posted July 29, 2022 Share Posted July 29, 2022 On 7/29/2022 at 5:24 PM, linuxgurugamer said: New release, 0.1.9.7 Added ability to hide button even when Blizzy toolbar is not installed Expand The change you made in 2b0a034edf3817917c7f50f9f74eb5baad62aaf0 is going to break each and every mod that uses KSPAssemblyDependency to indicate that it depends on Toolbar Controller. I would strongly suggest reverting the change and releasing a hotfix ASAP. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 29, 2022 Author Share Posted July 29, 2022 On 7/29/2022 at 7:17 PM, RKunze said: Version 0.1.9.7 (at least the variant on CKAN) seems to be bugged. According to Player.log, it announces itself as version "V0.1.9" instead of the "V1.0.0" required for mods depending on it (as stated on the first page) : AssemblyLoader: KSPAssembly 'ToolbarControl' V0.1.9 (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) Which means that all other mods that depend on ToolbarController don't find their dependency anymore... Rolling back to ToolbarController 0.1.9.6 fixed the problem for me. Expand ah, nuts, I'll get this fixed. On 7/29/2022 at 7:58 PM, siimav said: The change you made in 2b0a034edf3817917c7f50f9f74eb5baad62aaf0 is going to break each and every mod that uses KSPAssemblyDependency to indicate that it depends on Toolbar Controller. I would strongly suggest reverting the change and releasing a hotfix ASAP. Expand I'll get this fixed soon, working on it now Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 29, 2022 Author Share Posted July 29, 2022 New release, 0.1.9.8 Reverted disabling the KSPAssembly number (had to modify build server to support this) Sorry about this. This one mod is a special case when building, it's been so long since I had to do anything I forgot about it Fixed and released, and yes, I tested the build file before releasing it. Quote Link to comment Share on other sites More sharing options...
Stone Blue Posted July 29, 2022 Share Posted July 29, 2022 On 7/29/2022 at 9:04 PM, linuxgurugamer said: New release, 0.1.9.8 Expand For some reason, KSP-AVC has not notified me of the 0.1.9.7 or 0.1.9.8 update.. (I have 0.1.9.6) Does it take awhile for KSP-AVC to pic up the version data? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 30, 2022 Author Share Posted July 30, 2022 On 7/29/2022 at 11:41 PM, Stone Blue said: For some reason, KSP-AVC has not notified me of the 0.1.9.7 or 0.1.9.8 update.. (I have 0.1.9.6) Does it take awhile for KSP-AVC to pic up the version data? Expand Should pick it up in a few minutes, it checks an online site for the version, I wasn't able to get that updated until now Quote Link to comment Share on other sites More sharing options...
royying Posted August 29, 2022 Share Posted August 29, 2022 Can I use HD texture for toolbar icon? I tried to upscale mod's icon image resolution, but it will become a purple box if I do so Quote Link to comment Share on other sites More sharing options...
Xtra Posted November 12, 2022 Share Posted November 12, 2022 Hello all, After having an issue with my KSP 1.12.3 version of the game I decided to create a new CKAN copy using Version 1.12.4 and reload all my mods. In this process I found that Toolbar Controller is not compatible with this version. This means that I cannot install the following mods via CKAN: Waypoint Manager PWB Fuel Balancer Restored Patch Manager Docking Cam All of these required Toolbar Controller in their relationships. Will anyone be updating the Toolbar Controller to work with the 1.12.4 version of KSP? Thanks in advance for any information/assistance. Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted November 12, 2022 Share Posted November 12, 2022 On 11/12/2022 at 5:22 PM, Xtra said: Hello all, After having an issue with my KSP 1.12.3 version of the game I decided to create a new CKAN copy using Version 1.12.4 and reload all my mods. In this process I found that Toolbar Controller is not compatible with this version. This means that I cannot install the following mods via CKAN: Waypoint Manager PWB Fuel Balancer Restored Patch Manager Docking Cam All of these required Toolbar Controller in their relationships. Will anyone be updating the Toolbar Controller to work with the 1.12.4 version of KSP? Thanks in advance for any information/assistance. Expand Go to settings -> compatible game versions and check 1.12 Quote Link to comment Share on other sites More sharing options...
Xtra Posted November 12, 2022 Share Posted November 12, 2022 On 11/12/2022 at 8:03 PM, JonnyOThan said: Go to settings -> compatible game versions and check 1.12 Expand I understand that part... but there are a lot of older mods that while it may not say compatible they work. Toolbar controller says it works with 1.12.3, but when I try it with 12.4 it kicks errors into the log. Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted November 12, 2022 Share Posted November 12, 2022 On 11/12/2022 at 9:33 PM, Xtra said: I understand that part... but there are a lot of older mods that while it may not say compatible they work. Toolbar controller says it works with 1.12.3, but when I try it with 12.4 it kicks errors into the log. Expand Then posting said log might be a good idea..? Quote Link to comment Share on other sites More sharing options...
Xtra Posted November 13, 2022 Share Posted November 13, 2022 @JonnyOThan Thank you for the reply. I'm working with Lisias on an issue where a whole bunch of parts are just Falling off on the Launchpad before ANYTHING is even touched. So, please bare with me as I reinstall everything, load up, test, and exit to create the log file for posting. Quote Link to comment Share on other sites More sharing options...
Xtra Posted November 13, 2022 Share Posted November 13, 2022 @JonnyOThan Here is my Latest KSP.Log and a picture of how CKAN states that Toolbar Controller is not compatible. KSP Log: https://drive.google.com/file/d/1ltsl09fbp5accKMc4WCtr4-l0uLASh5s/view?usp=share_link Error message: https://drive.google.com/file/d/182Gkz-vlaziWxNO1mbotpVIIb2tRgCsv/view?usp=share_link Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted November 14, 2022 Author Share Posted November 14, 2022 You need to install the ToolbarController as well, both are compatible with 1.12.4 Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted November 14, 2022 Share Posted November 14, 2022 On 11/13/2022 at 11:36 PM, Xtra said: @JonnyOThan Here is my Latest KSP.Log and a picture of how CKAN states that Toolbar Controller is not compatible. KSP Log: https://drive.google.com/file/d/1ltsl09fbp5accKMc4WCtr4-l0uLASh5s/view?usp=share_link Error message: https://drive.google.com/file/d/182Gkz-vlaziWxNO1mbotpVIIb2tRgCsv/view?usp=share_link Expand So...you didn't do this part: Quote Go to settings -> compatible game versions and check 1.12 Expand Quote Link to comment Share on other sites More sharing options...
Xtra Posted November 14, 2022 Share Posted November 14, 2022 @JonnyOThan, Okay... My bad... I was thinking something else all together. Yes, I no longer get the error that Toolbar is not compatible. My apologizes. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted November 14, 2022 Author Share Posted November 14, 2022 I've also updated the online version file and Spacedock, so that should take effect soon Quote Link to comment Share on other sites More sharing options...
TelluriumCrystal Posted November 23, 2022 Share Posted November 23, 2022 I'm having some strange behavior with Toolbar Controller 0.1.9.8 on KSP 1.12.3. Setting mods to be hidden in the manager menu doesn't seem to hide them properly, and backing out to the main menu and loading the save again seems to have duplicated toolbar items. Relaunching the game appears to fix it but trying to hide and unhide buttons causes the same issues. Here's the KSP.log (as an aside, how the heck is this thing 6 MB?): https://www.dropbox.com/s/nyhfn28oeqrh2dz/TCbug_KSP.log?dl=0 Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted November 24, 2022 Author Share Posted November 24, 2022 On 11/23/2022 at 11:07 PM, TelluriumCrystal said: I'm having some strange behavior with Toolbar Controller 0.1.9.8 on KSP 1.12.3. Setting mods to be hidden in the manager menu doesn't seem to hide them properly, and backing out to the main menu and loading the save again seems to have duplicated toolbar items. Relaunching the game appears to fix it but trying to hide and unhide buttons causes the same issues. Here's the KSP.log (as an aside, how the heck is this thing 6 MB?): https://www.dropbox.com/s/nyhfn28oeqrh2dz/TCbug_KSP.log?dl=0 Expand Do you have any other mods which control the visibility of buttons? 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.