Unity Editor Crashes on Loading a Project, Elementary OS Loki
Hello everyone, Today I installed the latest build of Unity Editor for Linux (2017.1). I am running Elementary OS Loki, a Linux distribution based on Ubuntu, which should work. I opened the Editor, and all the menus (logging in, survey, etc.) worked perfectly. I clicked "Create new project" once the setup was complete. The window immediately closed. I ran "LD_DEBUG=libs /opt/Unity/Editor/Unity" in terminal and this was what it outputted right before I made the new project (while the program was still loading):
9708: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so: error: symbol lookup error: undefined symbol: g_module_unload (fatal)
9708: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so: error: symbol lookup error: undefined symbol: gtk_widget_device_is_shadowed (fatal)
9708: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so: error: symbol lookup error: undefined symbol: gtk_module_display_init (fatal)
9708:
9708: calling init: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
9708:
9708: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: error: symbol lookup error: undefined symbol: g_module_check_init (fatal)
9708: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: error: symbol lookup error: undefined symbol: g_module_unload (fatal)
I'm not sure if that's a problem...
Either way, after clicking "Create new project", the terminal only outputted one more line:
Segmentation fault (core dumped)
What should I do? I don't want to sound helpless, but honestly I am. I have no idea what a segmentation fault is, and would GREATLY appreciate help.
Thanks everyone,
spaceman1980
Answer by dcsilver · Jan 10, 2018 at 06:26 PM
Hi @spaceman1980,
Did you ever solve this? I'm having the exact same issue on Ubuntu Mate 16.04.
Thanks