UE4Editor constantly crashes and freezes using Linux

@MisterLeRigolo

Good news !

It seems that’s I’ve found a solution

My 4.23 editor no longer crash when using the scale tool.

This are the steps I’ve done:

  • installing the vulkan-tools (not sure it’s necessary) . Command for arch linux

pacman -Syuu vulkan-tools

  • removing the vulkan radeon mesa driver. Command for arch linux

pacman -R vulkan-radeon

  • installing the AMD’s standalone vulkan driver. Command for arch linux

pacman -Syuu amdvlk

I’m making more tests to be sure that’s the issue has gone