Open linuxuserbtw opened 2 years ago
I am getting the same unexplained crash (the process SIGKILLS itself on launch). Interestingly the game will run when wrapping it in strace -f
(full launch options: LANG=en_GB.UTF-8 LOCALE=en_GB.UTF-8 strace -e open -f %command% -novid -nojoy +exec autoexec
) however this usually results in drastically reduced performance. Any other permutation of launch options and I cannot game to launch, including debugging with gdb.
I tried with the -vulkan parameter, performed the necessary bypass due to the latest updates, but it still does not start. log: https://gist.github.com/Anonymous228/24e751ef9720a94e6291d3f13a6c99b3
working in opengl, not starting in vulkan-mode at arch linux here
(system updates checked > yes) -novid -nojoy -refresh 144 -vulkan
info: Game: csgo_linux64 info: DXVK: v1.9.1-100-g336868d info: Built-in extension providers: info: SDL2 WSI info: Enabled instance extensions: info: VK_KHR_get_surface_capabilities2 info: VK_KHR_surface info: VK_KHR_xlib_surface info: D3D9: VK_FORMAT_D16_UNORM_S8_UINT -> VK_FORMAT_D24_UNORM_S8_UINT info: NVIDIA GeForce GTX 970: info: Driver: 510.54.0 info: Vulkan: 1.3.194 info: Memory Heap[0]: info: Size: 4096 MiB
my game started after removing -novid
Your system information
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
After starting the game, the screen is black and crashes after 20 seconds. LOG: https://gist.github.com/Anonymous228/431300a7d11cf1ed97b6cddb0a5b797d
Steps for reproducing this issue:
i dont know.