The windows versions require either vulkan 1.4 or dx12 support.
The native linux version only supports vulkan 1.4.
The game can run using opengl but it isn't really supported as the game relies on a bunch of the newer vulkan and dx12 features for some of the shaders. In opengl mode there are a lot of graphical issues but the game should be fully playable.
You can launch the game in opengl mode from the command line / terminal with the "--rendering-device opengl3" flag:
HardStuck.exe --rendering-flag opengl3