Search Unity

Unity: symbol lookup error: Unity: undefined symbol: g_rec_mutex_init

Discussion in 'Linux' started by nferraris, Jun 14, 2017.

  1. nferraris

    nferraris

    Joined:
    Jun 14, 2017
    Posts:
    7
    Hello!

    I was trying to install Unity Editor 5.6.0xf3, I used the install script for generic linux unity-editor-installer-5.6.0xf3Linux.sh

    I then used X11 to try to run Unity and got this error in ~/.config/unity3d/Editor.log:

    Unity: symbol lookup error: Unity: undefined symbol: g_rec_mutex_init

    Might anyone be able to help me?

    Thanks in advance!
     
  2. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    Do you have all the dependencies installed?
    That error makes it seem like you're missing glib2.
     
  3. nferraris

    nferraris

    Joined:
    Jun 14, 2017
    Posts:
    7
    Hey Tak!
    Yeah, that seemed to be an issue, thanks!

    Also, any idea what might be causing:

    [0616/172437:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing

    When running with the -batchmode flag?

    Full command is: Unity -nographics -batchmode -quit -logfile -username "omitted" -password "omitted"

    I was under the impression that the -nographics and -batchmode flags would specify that I don't want any GUI, but its still trying to use chromium?

    Thanks for your help and prompt response!
     
  4. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    That message should be harmless. Unfortunately, the license system currently accesses the cookie store via chromium; that's why you're seeing that.