armortools icon indicating copy to clipboard operation
armortools copied to clipboard

Fails on AMD Ryzen7 5700G

Open psiho opened this issue 6 months ago • 4 comments

ArmorPaint version: https://github.com/armory3d/armortools/commit/7b69b89b45b5a7235a197569ab23b4cf4cfe1bbd

OS / GPU model: Arch Linux, 6.17.5-arch1-1 AMD Ryzen7 5700G

Issue description: Shortly after starting app (which loads), app freezes and I get: Chosen Vulkan device: AMD Radeon Graphics (RADV RENOIR) radv/amdgpu: The CS has been rejected, see dmesg for more information (-2).

psiho avatar Oct 26 '25 13:10 psiho

Thanks for letting me know. Unfortunately I can not reproduce it so far - tested on amd radeon rx 6400 which seems to run it fine. Does your driver support vulkan 1.3? Recently there were even some additional fixes for amd gpus at https://github.com/armory3d/armortools/issues/1973.

luboslenco avatar Oct 27 '25 09:10 luboslenco

vulkaninfo says: Vulkan Instance Version: 1.4.328

5700G is AMD CPU with integrated GPU. I guess thats a big difference from rx6400 :)

psiho avatar Oct 27 '25 11:10 psiho

vulkaninfo says: Vulkan Instance Version: 1.4.328

Sounds good, thanks for the info!

Yes hardware wise there is a difference but software wise both should run vulkan 1.3 or newer using the radv driver. Nonetheless I managed to get a AMD Ryzen 7 5800HS machine which has integrated GPU, sadly it still runs just fine. :(

radv/amdgpu: The CS has been rejected, see dmesg for more information (-2).

Not sure how else to reproduce the issue, maybe the dmesg could yield more info.

Image Image

luboslenco avatar Oct 28 '25 14:10 luboslenco

The reason I havent sent dmesg result is because there is nothing interesting there (actually nothing at all after freze). Not useful. I tried also with LTS kernel... same. System of course is fully up to date.

I'll try to find some extra drive and try fresh system install of something like Cachy on the same hardware. But it will take time.

Funny thing is that it almost work... I can paint, switch tools, but only for some seconds. then, usually (but not exclusively) when I move mouse to menus, it freezes.

psiho avatar Oct 28 '25 15:10 psiho