Crash on AMD #11

Open
opened 2023-01-22 21:11:33 +00:00 by hodasemi · 1 comment
Owner

Probably on radv driver.

Last log message:

 ================== vulkan layer create instance ==================
-> successfully created instance.
[VkString { VK_KHR_get_physical_device_properties2 }, VkString { VK_KHR_external_memory_capabilities }, VkString { VK_EXT_acquire_xlib_display }, VkString { VK_EXT_direct_mode_display }, VkString { VK_KHR_display }, VkString { VK_KHR_surface }]

It crashes most likely inside Instance::preinitialized

Probably on radv driver. Last log message: ``` ================== vulkan layer create instance ================== -> successfully created instance. [VkString { VK_KHR_get_physical_device_properties2 }, VkString { VK_KHR_external_memory_capabilities }, VkString { VK_EXT_acquire_xlib_display }, VkString { VK_EXT_direct_mode_display }, VkString { VK_KHR_display }, VkString { VK_KHR_surface }] ``` It crashes most likely inside `Instance::preinitialized`
Author
Owner

Maybe enable VK_LAYER_KHRONOS_validation (VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation) and log application output to a file (https://www.reddit.com/r/linux_gaming/comments/crgnyb/how_can_i_get_game_logs_when_launching_a_game_on/)

Maybe enable `VK_LAYER_KHRONOS_validation` (`VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation`) and log application output to a file (https://www.reddit.com/r/linux_gaming/comments/crgnyb/how_can_i_get_game_logs_when_launching_a_game_on/)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hodasemi/rFactor2_vk_hud#11
No description provided.