Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Unity,Linux ,No supported renderers found, exiting

Discussion in 'Linux' started by chenfang, Jul 1, 2020.

  1. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48
    this is the log:

    Logging to /termv10/.config/unity3d/cf/MulDisplay18423/Player.log

    Desktop is 1024 x 768 @ 60 Hz
    Unable to find a supported OpenGL core profile
    Failed to create valid graphics context: please ensure you meet the minimum requirements
    E.g. OpenGL core profile 3.2 or later for OpenGL Core renderer
    Vulkan detection: 0
    No supported renderers found, exiting

    (Filename: Line: 646)

    I'm an Intel integrated graphics card.


    How should i do?

    @andrews_unity
     
  2. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48

    [root@localhost cftest]# glxinfo | grep "OpenGL version"
    OpenGL version string: 2.1 Mesa 10.5.4
    OpenGL version string: 2.1 Mesa 10.5.4
     
  3. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    I mean we only support openGL core profile 3.2+ what env are you running this in ?
     
  4. chenfang

    chenfang

    Joined:
    Dec 6, 2012
    Posts:
    48
    fedora 22

    [root@localhost cftest]# glxinfo | grep "OpenGL version"
    OpenGL version string: 2.1 Mesa 10.5.4
    OpenGL version string: 2.1 Mesa 10.5.4

    I'm working on how to upgrade the OpenGL Core Profile, but I haven't found a way yet.Do you have any good Suggestions or plans?
     
  5. elbarz

    elbarz

    Joined:
    May 21, 2020
    Posts:
    27
    Update to Fedora 32, there is Mesa 20 and Opengl 3.3 by default with open drivers.
     
  6. DomeCreator

    DomeCreator

    Joined:
    Mar 5, 2020
    Posts:
    28
    @andrew-unity

    I get that but still have the same issue, like Unity doesn't found OpenGL
    glxinfo | grep "OpenGL version"
    OpenGL version string: 4.6.0 NVIDIA 470.57.02

    glxinfo | grep "OpenGL core"
    OpenGL core profile version string: 4.5.0 NVIDIA 470.57.02
    OpenGL core profile shading language version string: 4.50 NVIDIA
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:



    Here's the Unity logs :

    Unable to find a supported OpenGL core profile
    Failed to create valid graphics context: please ensure you meet the minimum requirements
    E.g. OpenGL core profile 3.2 or later for OpenGL Core renderer

    Any help will be more than appreciate
     
  7. etiennef

    etiennef

    Joined:
    Apr 1, 2015
    Posts:
    6
    Having the same error here (but I have a 3.3 OpenGL core version), build has been done with a 2021.9.19f1 editor version