Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug issue when switching Graphic api from openGL to vulkan

Discussion in 'Linux' started by AHA1ZINT, Mar 19, 2023.

  1. AHA1ZINT

    AHA1ZINT

    Joined:
    Jan 3, 2016
    Posts:
    12
    when I switch My Graphic API to Vulkan my project no longer lunch. I get to "initializing graphic" then the unity window closes and i get this log in my editor logs
    Code (CSharp):
    1. : CommandLine Error: Option 'help-list' registered more than once!
    2. LLVM ERROR: inconsistency in registered CommandLine options
    I am using linux Mint if that helps
     
    Last edited: Mar 19, 2023
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,969
    Which Unity version?
    Which render pipeline?
     
  3. AHA1ZINT

    AHA1ZINT

    Joined:
    Jan 3, 2016
    Posts:
    12
    Unity 2022.2.3f1
    using The Universal Render Pipeline
     
  4. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,969
    I suggest trying the latest tech release and maybe make a bug report if it still happens there
     
  5. AHA1ZINT

    AHA1ZINT

    Joined:
    Jan 3, 2016
    Posts:
    12
    Ok i Installed unity 2022.2.11f1 still getting the same issue when changing api to vulkan also still getting the same log in edtior logs
    Code (CSharp):
    1. [vulkan] LoadVulkanLibrary libvulkan.so.1[vulkan] Loaded instance function vkGetInstanceProcAddr
    2. [vulkan] Loaded instance function vkGetInstanceProcAddr
    3. [vulkan] Loaded instance function vkCreateInstance
    4. [vulkan] Loaded instance function vkEnumerateInstanceExtensionProperties
    5. [vulkan] Loaded instance function vkEnumerateInstanceLayerProperties
    6. [vulkan] Loaded instance function vkEnumerateInstanceVersion
    7. : CommandLine Error: Option 'help-list' registered more than once!
    8. LLVM ERROR: inconsistency in registered CommandLine options
     
  6. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,969
    Then I suggest a bug report if no one else will reply
     
  7. AHA1ZINT

    AHA1ZINT

    Joined:
    Jan 3, 2016
    Posts:
    12
    Ok I have installed unity 2021 and vulkan do work I will settle for 2021 for now
     
  8. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    4,969
    Please also make a bug report in 2022.2 so it can be fixed
     
  9. AHA1ZINT

    AHA1ZINT

    Joined:
    Jan 3, 2016
    Posts:
    12
    yes i did thank you for help
     
    MostHated and DevDunk like this.