My game crashes after launch

kamden adasd

New Member
Apr 15, 2026
2
0
my logs,
18:35:30.323 INFO loaded settings from C:\Users\User\Documents\My Games\Kitten Space Agency\settings.toml
18:35:31.180 DEBUG Found dedicated compute queue family at index 1
18:35:31.182 DEBUG Multi view supported: True
18:35:31.184 DEBUG Ray query acceleration structure support:True
18:35:31.424 INFO Swapchain created with 3 images
18:35:31.592 DEBUG Kitten Space Agency (KSA) v2026.4.14.4100 initialized
18:35:31.670 INFO found mod 'Core'
18:35:31.753 DEBUG found system 'Sol'
18:35:31.801 DEBUG found system 'SolDense'
18:35:31.810 DEBUG found system 'SolLite'
18:35:31.811 DEBUG found system 'Test'
18:35:32.331 INFO loaded Situation Template 'Gemini7StartingSituation'
18:35:32.332 INFO loaded Situation Template 'RocketStartingSituation'
18:35:32.332 INFO loaded Situation Template 'HunterStartingSituation'
18:35:32.332 INFO loaded Situation Template 'BanjoStartingSituation'
18:35:32.332 INFO loaded Situation Template 'PolarisStartingSituation'
18:35:32.516 INFO loaded Instance of Situation Template 'Gemini7StartingSituation'
18:35:32.516 INFO loaded Instance of Situation Template 'RocketStartingSituation'
18:35:32.516 INFO loaded Instance of Situation Template 'HunterStartingSituation'
18:35:32.516 INFO loaded Instance of Situation Template 'BanjoStartingSituation'
18:35:32.516 INFO loaded Instance of Situation Template 'PolarisStartingSituation'
18:35:32.516 DEBUG loaded system 'Sol'
18:35:32.601 INFO loaded Instance of Situation Template 'Gemini7StartingSituation'
18:35:32.601 INFO loaded Instance of Situation Template 'RocketStartingSituation'
18:35:32.601 INFO loaded Instance of Situation Template 'HunterStartingSituation'
18:35:32.601 INFO loaded Instance of Situation Template 'BanjoStartingSituation'
18:35:32.601 INFO loaded Instance of Situation Template 'PolarisStartingSituation'
18:35:32.602 DEBUG loaded system 'SolDense'
18:35:32.603 INFO loaded Instance of Situation Template 'Gemini7StartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'RocketStartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'HunterStartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'BanjoStartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'PolarisStartingSituation'
18:35:32.603 DEBUG loaded system 'SolLite'
18:35:32.603 INFO loaded Instance of Situation Template 'Gemini7StartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'RocketStartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'HunterStartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'BanjoStartingSituation'
18:35:32.603 INFO loaded Instance of Situation Template 'PolarisStartingSituation'
18:35:32.603 DEBUG loaded system 'Test'
18:35:32.603 INFO using last system 'Sol'
18:35:33.300 INFO loaded Situation Template 'Gemini7StartingSituation'
18:35:33.300 INFO loaded Situation Template 'RocketStartingSituation'
18:35:33.300 INFO loaded Situation Template 'HunterStartingSituation'
18:35:33.300 INFO loaded Situation Template 'BanjoStartingSituation'
18:35:33.300 INFO loaded Situation Template 'PolarisStartingSituation'
18:35:33.354 INFO loaded Instance of Situation Template 'Gemini7StartingSituation'
18:35:33.355 INFO loaded Instance of Situation Template 'RocketStartingSituation'
18:35:33.355 INFO loaded Instance of Situation Template 'HunterStartingSituation'
18:35:33.355 INFO loaded Instance of Situation Template 'BanjoStartingSituation'
18:35:33.355 INFO loaded Instance of Situation Template 'PolarisStartingSituation'
18:35:33.355 DEBUG loaded system 'Sol'
18:35:33.377 DEBUG loaded planet mesh collection 'Default'
18:35:33.380 DEBUG loaded planet mesh collection 'EarthScale'
18:35:33.381 DEBUG loaded planet mesh collection 'OceanEarth'
18:35:33.388 DEBUG loaded planet mesh collection 'Asteroid'
18:35:33.389 DEBUG loaded planet mesh collection 'MarsScale'
18:35:33.414 DEBUG loaded planet heightmap collection 'Default'
18:35:37.653 INFO loading star binary 'hip_main.bin'
18:35:37.658 INFO loading star binary 'hip_main.bin'
18:35:37.658 DEBUG loading 106424 star binaries from 'Content/Core\hip_main.bin'
18:35:37.696 INFO instantiated 'Sol' system
18:35:38.133 INFO following celestial 'Rocket'
18:35:38.134 INFO Controlling 'Rocket'
18:35:38.135 INFO set simulation speed to x1
18:35:38.135 INFO set map camera to azimuth 2.88, elevation 0.47, distancePower 3635076.00
18:35:38.136 INFO set camera mode to 'Map'
18:35:38.137 INFO set map camera to azimuth 2.88, elevation 0.47, distancePower 3635076.00
18:35:38.138 INFO set camera mode to 'Map'
18:35:38.138 INFO set orbit camera to azimuth -4.83, elevation -0.41, distancePower 2.85
18:35:38.138 INFO set camera mode to 'Orbit'
18:35:43.105 INFO Current ring maximum meshes instances: 110413, impostor instances: 990645, VRAM usage: 23 MB.
18:35:43.189 INFO Preparing Part Thumbnails...
18:35:44.171 INFO Preparing Part Thumbnails... Complete!
18:35:44.178 DEBUG checking for updates from 'http://ksa-master1.rocketwerkz.com:8082/version'
18:35:44.200 INFO Application Initialization Complete
18:35:44.703 DEBUG master server version: 'v2026.4.14.4100'
18:35:44.703 INFO you are running the latest version
18:36:22.493 ERROR Unhandled exception Brutal.VulkanApi.VkResultError: Vulkan call to vkAllocateMemory failed with error: VK_ERROR_OUT_OF_DEVICE_MEMORY
at KSA.ImGuiBackendVulkanImpl.UpdateTexture(ImTextureDataPtr tex)
at KSA.ImGuiBackendVulkanImpl.RenderDrawData(ImDrawDataPtr drawData, CommandBuffer commandBuffer, VkPipeline pipeline)
at KSA.ImGuiBackendVulkanImpl.RenderDrawData(ImDrawDataPtr drawData, CommandBuffer commandBuffer)
at KSA.ImGuiBackendVulkanImpl.RenderDrawData(CommandBuffer commandBuffer)
at KSA.Program.RenderGame(AcquiredFrame frame, Double dt)
at KSA.Program.Render(Double dtPlayer, FrameResult result, AcquiredFrame acquiredFrame)
at KSA.Program.OnFrame(Double currentPlayerTime, Double dtPlayer)
at KSA.App.Run()
at KSA.Program.Main(String[] inArgs).
18:36:23.493 INFO Last chance dump: timed out.
 

Attachments

  • image_2026-04-15_184441457.png
    image_2026-04-15_184441457.png
    1 KB · Views: 0
  • image_2026-04-15_184506317.png
    image_2026-04-15_184506317.png
    1.2 KB · Views: 0
Hello!

First things first, this kind of post should go in Technical Support.

Also it might help to know what settings you're trying to run the game at. Your GPU has 8GB VRAM which should be enough at certain settings but probably not at max. That "VK_ERROR_OUT_OF_DEVICE_MEMORY" error is probably VRAM related.
 
  • Like
Reactions: Terra Incognita
Hello!

First things first, this kind of post should go in Technical Support.

Also it might help to know what settings you're trying to run the game at. Your GPU has 8GB VRAM which should be enough at certain settings but probably not at max. That "VK_ERROR_OUT_OF_DEVICE_MEMORY" error is probably VRAM related.
ok thank you i will lower my setting and see if that will fix it