10:15:47 ERROR GLFW Error: 65548 Wayland: The platform does not provide the window position
10:15:47 WARN settings file not found, creating default settings at /home/karsten/Documents/My Games/Kitten Space Agency/settings.toml
10:15:47 INFO loaded settings from /home/karsten/Documents/My Games/Kitten Space Agency/settings.toml
10:15:47 DEBUG Found dedicated compute queue family at index 1
10:15:47 DEBUG Multi view supported: True
10:15:47 DEBUG Ray query acceleration structure support:True
10:15:47 ERROR Unhandled exception System.ArgumentException: '3' cannot be greater than 0.
at System.Math.ThrowMinMaxException[T](T min, T max)
at Core.Renderer.CreateSwapchain(Int32 graphicsQueueFamilyIndex, Int32 presentQueueFamilyIndex, VkPresentModeKHR requestedPresentMode, Int32 requestedImageCount, GlfwWindow window, VkSurfaceKHR surface, VkSwapchainKHR oldSwapchain) in C:\prototype-planet\Planet.Render.Core\Renderer.cs:line 730
at Core.Renderer.Rebuild(VkPresentModeKHR inPresentMode) in C:\prototype-planet\Planet.Render.Core\Renderer.cs:line 223
at Core.Renderer..ctor(GlfwWindow window, VkFormat depthFormat, VkPresentModeKHR presentMode, Api vulkanApiVersion) in C:\prototype-planet\Planet.Render.Core\Renderer.cs:line 188
at KSA.Program..ctor(IReadOnlyList`1 inArgs) in C:\prototype-planet\KSA\Program.cs:line 351
at KSA.Program.Main(String[] inArgs) in C:\prototype-planet\KSA\Program.cs:line 1132.
Unhandled exception. System.ArgumentException: '3' cannot be greater than 0.
at System.Math.ThrowMinMaxException[T](T min, T max)
at Core.Renderer.CreateSwapchain(Int32 graphicsQueueFamilyIndex, Int32 presentQueueFamilyIndex, VkPresentModeKHR requestedPresentMode, Int32 requestedImageCount, GlfwWindow window, VkSurfaceKHR surface, VkSwapchainKHR oldSwapchain) in C:\prototype-planet\Planet.Render.Core\Renderer.cs:line 730
at Core.Renderer.Rebuild(VkPresentModeKHR inPresentMode) in C:\prototype-planet\Planet.Render.Core\Renderer.cs:line 223
at Core.Renderer..ctor(GlfwWindow window, VkFormat depthFormat, VkPresentModeKHR presentMode, Api vulkanApiVersion) in C:\prototype-planet\Planet.Render.Core\Renderer.cs:line 188
at KSA.Program..ctor(IReadOnlyList`1 inArgs) in C:\prototype-planet\KSA\Program.cs:line 351
at KSA.Program.Main(String[] inArgs) in C:\prototype-planet\KSA\Program.cs:line 1132
Aborted (core dumped) ./KSA