Search Unity

Unity 2019.1.0f2 crashes when opening projects on Linux

Discussion in 'Linux' started by algebros, Apr 17, 2019.

  1. algebros

    algebros

    Joined:
    Apr 17, 2019
    Posts:
    2
    Version 2018.3.12f1 works fine, but after upgrading to 2019.1.0f2 Unity crashes whenever it tries to open a project with the following errors:

    libGL error: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/dri)
    libGL error: failed to load driver: radeonsi
    libGL error: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/dri)
    libGL error: failed to load driver: radeonsi
    libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/dri)
    libGL error: failed to load driver: swrast
    Segmentation fault (core dumped)


    Downgrading back to 2018.3.12f1 fixes the problem, although my projects have been upgraded to 2019 and thus open with a bunch of dependency errors. Is anyone else experiencing this?

    I'm running Arch Linux with an AMD RX580, Mesa/vulkan-radeon 19.0.2, and LLVM 8.0.
     
  2. algebros

    algebros

    Joined:
    Apr 17, 2019
    Posts:
    2
    Just an update here, I checked Editor.log and it looks like there is some sort of Vulkan error:

    Code (CSharp):
    1. [vulkan] LoadVulkanLibrary libvulkan.so.1[vulkan] Loaded function vkGetInstanceProcAddr
    2. [vulkan] Loaded function vkGetInstanceProcAddr
    3. [vulkan] Loaded function vkCreateInstance
    4. [vulkan] Loaded function vkDestroyInstance
    5. [vulkan] Loaded function vkEnumerateInstanceExtensionProperties
    6. [vulkan] Loaded function vkEnumerateInstanceLayerProperties
    7. [vulkan] Loaded function vkEnumeratePhysicalDevices
    8. [vulkan] Loaded function vkGetPhysicalDeviceProperties
    9. [Vulkan init] extensions: count=2
    10. [Vulkan init] extensions: name=VK_EXT_debug_report, enabled=1
    11. [Vulkan init] extensions: name=VK_EXT_debug_utils, enabled=0
    12. Vulkan error VK_ERROR_INCOMPATIBLE_DRIVER (-9) file: ./Runtime/GfxDevice/vulkan/VKContext.cpp, line: 333
    13. Vulkan error./Runtime/GfxDevice/vulkan/VKContext.cpp:333
    14. Vulkan detection: 0