Search results

  1. T

    Trial Deployment of Linux Builds

    Yes, the discord linux channel has determined that it's issues with how KSA talks to Mesa/RADV since KSA has been tuned for nVidia's Vulkan layer because almost all the developers' computers have nVidia GPUs. Apparently Windows AMD has some oddities too, but fewer because the Windows AMD...
  2. T

    Trial Deployment of Linux Builds

    2026.2.18.3622 is from yesterday, try the new 2026.2.31.3640 - it has a couple minor fixes for AMD/Intel GPUs but I think there's still more to come Note that 2026.2.31.3640 no longer bundles dotnet-runtime-10, you may need to add that yourself. Works fine OOTB with nVidia binary driver fwiw...
  3. T

    Trial Deployment of Linux Builds

    Neat, it Just Works out of the box at first glance - nice work! (linked image because "The uploaded file is too large for the server to process" even though it's only 2.3MB while the dialog says 25MB max) ~50FPS with 2k screen res and most graphics objects set to 2k (except 4k planet textures...
  4. T

    Troubleshooting KSA (Pre-Alpha) on Linux under Wine

    VK_ERROR_DEVICE_LOST basically means your GPU kernel driver crashed, you'll probably find a tasty backtrace in dmesg
  5. T

    Troubleshooting KSA (Pre-Alpha) on Linux under Wine

    That's a segfault, not oom
  6. T

    It's a me, Triffid Hunter!

    Loved KSP since long before its V1, turned away from KSP2 the moment I heard their first incarnation outright failed and the second incarnation was keeping the same engine and codebase, because it was literally impossible to deliver their promises on that foundation. Been following KSA since I...
  7. T

    Troubleshooting KSA (Pre-Alpha) on Linux under Wine

    And first "landing" - although it seems that the terrain collider is ~100m above the visible terrain for some reason, note the ship's shadow in the background and visible gap beneath the rocket nozzle
  8. T

    Troubleshooting KSA (Pre-Alpha) on Linux under Wine

    I got it working, did require some shenanigans though. KSA build 2791 (public pre-alpha) Gentoo Linux Wine-vanilla 10.18 w/ fresh prefix winetricks dotnet9 I added DXVK but since the game uses Vulkan that's probably unnecessary Installed Vulkan SDK as per other posts in this thread Selected 2k...