Search Unity

Bug Crashes just after displaying the splash screen

Discussion in 'Linux' started by Pizzasgood, Sep 10, 2015.

  1. Pizzasgood

    Pizzasgood

    Joined:
    Sep 10, 2015
    Posts:
    3
    When I try to run the editor, I see the splash screen followed by a window titled "Home" that doesn't load any contents. Moments later, the window disappears and the console tells me it aborted. I get the following messages in the log file:
    Code (csharp):
    1. [0909/222701:ERROR:gpu_process_transport_factory.cc(402)] Failed to establish GPU channel.
    2. terminate called after throwing an instance of 'std::logic_error'
    3.   what():  basic_string::_S_construct null not valid
    The complete Editor.log is attached.

    I'm in Arch Linux and installed Unity via the AUR package.
     

    Attached Files:

  2. Pizzasgood

    Pizzasgood

    Joined:
    Sep 10, 2015
    Posts:
    3
    I just discovered that the above only happens with the 2015090301 build. The older 2015082501 build works fine, other than needing the libresolv.so.2 override. So that's good news at least. :D
     
  3. Pizzasgood

    Pizzasgood

    Joined:
    Sep 10, 2015
    Posts:
    3
    For the record, this crash was resolved by the 20150915 build. It was the XDG issue.
     
    Tak likes this.