Search Unity

Bug Unity Editor doesn't start up

Discussion in 'Linux' started by Miguecraft, Jan 28, 2017.

  1. Miguecraft

    Miguecraft

    Joined:
    Oct 12, 2015
    Posts:
    5
    Every time I try to open a project, the Editor doesn't start up, it even doesn't show the bug report window. The one thing I could find about the problem is that if I try opening Unity by terminal, it shows "Aborted (core dumped)", and opening as root, only "Aborted".

    My PC is using Arch Linux amd64 (updated)
    Intel Drivers
    unity-editor 1:5.5.0p1+20161220-1 (from AUR)
    4GiB RAM

    I found this post which is very similar, but nobody answer it.
    https://forum.unity3d.com/threads/aborted-core-dumped-error.400295/

    These are the logs of the editor:
    mono profile = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    Initialize mono
    Mono path[0] = '/opt/Unity/Editor/Data/Managed'
    Mono path[1] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    Mono path[2] = '/opt/Unity/Editor/Data/UnityScript'
    Mono path[3] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    Mono config path = '/opt/Unity/Editor/Data/Mono/etc'
    Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56122
    Desktop is 1366 x 768 @ 60 Hz

    Selecting FBConfig
    GLX_FBCONFIG_ID=100
    GLX_BUFFER_SIZE=32
    GLX_DOUBLEBUFFER=1
    GLX_RED_SIZE=8
    GLX_GREEN_SIZE=8
    GLX_BLUE_SIZE=8
    GLX_ALPHA_SIZE=8
    GLX_DEPTH_SIZE=24
    GLX_STENCIL_SIZE=8
    GLX_SAMPLES_ARB=0
    GLX_SAMPLE_BUFFERS_ARB=0
    GLX_STEREO=0
    GLX_CONFIG_CAVEAT=NONE


    LICENSE SYSTEM [2017128 21:32:38] No start/stop license dates set

    LICENSE SYSTEM [2017128 21:32:38] Next license update check is after 2017-01-28T01:11:40

    [0128/213238: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 with the sandbox on.
    ATTENTION: default value of option force_s3tc_enable overridden by environment.
    [0128/213238:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    [0128/213238:ERROR:gpu_process_transport_factory.cc(402)] Failed to establish GPU channel.
    [0128/213240:ERROR:connection.cc(1060)] DOMStorageDatabase sqlite error 14, errno -2: unable to open database file, sql: -- sqlite3_open()
    [0128/213240:ERROR:dom_storage_database.cc(163)] Unable to open DOM storage database at /home/miguel/.config/unity3d/Unity/Browser/Cache/Local Storage/file__0.localstorage error: sql::Connection has no connection.
    mono profile = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    Initialize mono
    Mono path[0] = '/opt/Unity/Editor/Data/Managed'
    Mono path[1] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    Mono path[2] = '/opt/Unity/Editor/Data/UnityScript'
    Mono path[3] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    Mono config path = '/opt/Unity/Editor/Data/Mono/etc'
    Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56143
    Desktop is 1366 x 768 @ 60 Hz

    Selecting FBConfig
    GLX_FBCONFIG_ID=100
    GLX_BUFFER_SIZE=32
    GLX_DOUBLEBUFFER=1
    GLX_RED_SIZE=8
    GLX_GREEN_SIZE=8
    GLX_BLUE_SIZE=8
    GLX_ALPHA_SIZE=8
    GLX_DEPTH_SIZE=24
    GLX_STENCIL_SIZE=8
    GLX_SAMPLES_ARB=0
    GLX_SAMPLE_BUFFERS_ARB=0
    GLX_STEREO=0
    GLX_CONFIG_CAVEAT=NONE


    LICENSE SYSTEM [2017128 21:15:39] No start/stop license dates set

    LICENSE SYSTEM [2017128 21:15:39] Next license update check is after 2017-01-28T01:11:40

    [0128/211539: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 with the sandbox on.
    ATTENTION: default value of option force_s3tc_enable overridden by environment.
    [0128/211539:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    [0128/211539:ERROR:gpu_process_transport_factory.cc(402)] Failed to establish GPU channel.
    [0128/211541:ERROR:connection.cc(1060)] DOMStorageDatabase sqlite error 14, errno -2: unable to open database file, sql: -- sqlite3_open()
    [0128/211541:ERROR:dom_storage_database.cc(163)] Unable to open DOM storage database at /home/miguel/.config/unity3d/Unity/Browser/Cache/Local Storage/file__0.localstorage error: sql::Connection has no connection.
    IsTimeToCheckForNewEditor: Update time 0 current 1485638151
    /home/miguel/Miguel/Unity/Climather
    UpdateMenuTitleForLanguage: 10
    Using libudev for joystick management


    Importing game controller configs
    Loading GUID <-> Path mappings...0,000052 seconds
    Loading Asset Database...0,002141 seconds
    AudioManager: Using PulseAudio: Default Output Device
    AssetDatabase consistency checks...0,075726 seconds
    Initialize engine version: 5.5.0xp1Linux (59c25c92588f)
    Assertion failed on expression: 'context.IsValid()'

    (Filename: /home/builduser/buildslave/unity/build/Runtime/GfxDevice/opengl/GLContext.cpp Line: 69)

    Receiving unhandled NULL exception
    #0 0x007fff90994b80 in funlockfile
    #1 0x007fff90994fe0 in GfxDeviceGLES::~GfxDeviceGLES()
    #2 0x007fff90995020 in CreateGLESGfxDevice(GfxDeviceRenderer)
    #3 0x007fff90995050 in InitializeGfxDevice(unsigned int)
    #4 0x007fff90995100 in InitializeEngineGraphics(bool)
    #5 0x007fff90995110 in Application::InitializeProject()
    #6 0x007fff909957f0 in InitializeUnity(void*)
    #7 0x007fff90995930 in g_source_get_time
    #8 0x007fff90995950 in g_main_context_dispatch
    #9 0x007fff909959e0 in g_main_context_dispatch
    #10 0x007fff90995a40 in g_main_loop_run
    #11 0x007fff90995a70 in gtk_main
    #12 0x007fff90995af0 in main
    #13 0x007fff90995ea0 in __libc_start_main
    #14 0x007fff90995f60 in _start
    Launching bug reporter

    (sorry for the bad English)
     
    EthanFischer likes this.
  2. muoji

    muoji

    Joined:
    Nov 14, 2014
    Posts:
    1
    I'm going to assume you installed all the dependencies required by unity.
    I had this issue in two different situation: I was missing npm, and opengl wasn't set up properly.

    You're probably in the first situation, when npm (node packet manager) is not installed. Try to install it (it's probably shipped with nodejs), and it should fix the issue.

    If that doesn't solve it, make sure that you can run opengl applications. The easiest way to do it is to simply run glxgears. You should be able to see rotating gears. If you can't, there's something wrong with opengl.

    I hope it helps!
     
  3. Miguecraft

    Miguecraft

    Joined:
    Oct 12, 2015
    Posts:
    5
    Yep, I have ALL the dependencies required by Unity, including NPM. Also, I installed and run the glxgears and it works fluently, so opengl doesn't looks like a problem.
     
  4. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    From the editor logs, it does look like the problem is that your system doesn't support opengl core profile 3.2.
     
  5. mageaster

    mageaster

    Joined:
    Sep 1, 2015
    Posts:
    85
    Got the same issue. Kubuntu 16.04 with latest updates, Unity 5.6.0 b6, 4 GiB RAM, Nvidia GT 610M (forced enabled, proprietary drivers), Unity 5.6.0. b1 worked well.

    Code (csharp):
    1.  
    2. mono profile = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    3. Initialize mono
    4. Mono path[0] = '/opt/Unity/Editor/Data/Managed'
    5. Mono path[1] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    6. Mono path[2] = '/opt/Unity/Editor/Data/UnityScript'
    7. Mono path[3] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    8. Mono config path = '/opt/Unity/Editor/Data/Mono/etc'
    9. Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56865
    10. Desktop is 1366 x 768 @ 60 Hz
    11. npm ERR! invalid: unity-editor-home@0.6.3 /home/username/.local/share/unity3d/Packages/node_modules/unity-editor-home
    12. npm ERR! invalid: unityeditor-collab-history@0.6.4 /home/username/.local/share/unity3d/Packages/node_modules/unityeditor-collab-history
    13. npm ERR! invalid: unityeditor-collab-toolbar@0.6.6 /home/username/.local/share/unity3d/Packages/node_modules/unityeditor-collab-toolbar
    14. ListPackages failed, output: {
    15.   "name": "unity-editor",
    16.   "version": "5.6.0",
    17.   "problems": [
    18.   "invalid: unity-editor-home@0.6.3 /home/username/.local/share/unity3d/Packages/node_modules/unity-editor-home",
    19.   "invalid: unityeditor-collab-history@0.6.4 /home/username/.local/share/unity3d/Packages/node_modules/unityeditor-collab-history",
    20.   "invalid: unityeditor-collab-toolbar@0.6.6 /home/username/.local/share/unity3d/Packages/node_modules/unityeditor-collab-toolbar"
    21.   ],
    22.   "dependencies": {
    23.   "unity-editor-home": {
    24.   "version": "0.6.3",
    25.   "from": "unity-editor-home.0.6.3.tgz",
    26.   "resolved": "file:unity-editor-home.0.6.3.tgz",
    27.   "invalid": true,
    28.   "problems": [
    29.   "invalid: unity-editor-home@0.6.3 /home/username/.local/share/unity3d/Packages/node_modules/unity-editor-home"
    30.   ]
    31.   },
    32.   "unityeditor-cloud-hub": {
    33.   "version": "0.0.15",
    34.   "from": "unityeditor-cloud-hub-0.0.15.tgz",
    35.   "resolved": "file:unityeditor-cloud-hub-0.0.15.tgz"
    36.   },
    37.   "unityeditor-collab-history": {
    38.   "version": "0.6.4",
    39.   "from": "unityeditor-collab-history.0.6.4.tgz",
    40.   "resolved": "file:unityeditor-collab-history.0.6.4.tgz",
    41.   "invalid": true,
    42.   "problems": [
    43.   "invalid: unityeditor-collab-history@0.6.4 /home/username/.local/share/unity3d/Packages/node_modules/unityeditor-collab-history"
    44.   ]
    45.   },
    46.   "unityeditor-collab-toolbar": {
    47.   "version": "0.6.6",
    48.   "from": "unityeditor-collab-toolbar.0.6.6.tgz",
    49.   "resolved": "file:unityeditor-collab-toolbar.0.6.6.tgz",
    50.   "invalid": true,
    51.   "problems": [
    52.   "invalid: unityeditor-collab-toolbar@0.6.6 /home/username/.local/share/unity3d/Packages/node_modules/unityeditor-collab-toolbar"
    53.   ]
    54.   }
    55.   }
    56. }
    57.  
    58. npm WARN package.json unity-editor@5.6.0 No repository field.
    59. npm WARN package.json unity-editor@5.6.0 No README data
    60. npm WARN package.json unity-editor@5.6.0 No license field.
    61. npm ERR! tar.unpack untar error /home/username/.local/share/unity3d/Packages/unity-editor-home.0.6.8.tgz
    62. npm ERR! addLocal Could not install /home/username/.local/share/unity3d/Packages/unity-editor-home.0.6.8.tgz
    63. npm ERR! tar.unpack untar error /home/username/.local/share/unity3d/Packages/unityeditor-collab-history.0.6.6.tgz
    64. npm ERR! addLocal Could not install /home/username/.local/share/unity3d/Packages/unityeditor-collab-history.0.6.6.tgz
    65. npm ERR! tar.unpack untar error /home/username/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.6.tgz
    66. npm ERR! addLocal Could not install /home/username/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.6.tgz
    67. npm ERR! tar.unpack untar error /home/username/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.9.tgz
    68. npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.9.tgz
    69. npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-cloud-hub-0.0.15.tgz
    70. npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-cloud-hub-0.0.15.tgz
    71. npm ERR! Linux 4.4.0-59-generic
    72. npm ERR! argv "node" "/opt/Unity/Editor/Data/Tools/nodejs/lib/node_modules/npm/bin/npm-cli.js" "install" "unity-editor-home.0.6.8.tgz" "unityeditor-collab-history.0.6.6.tgz" "unityeditor-collab-toolbar.0.6.6.tgz" "unityeditor-collab-toolbar.0.6.9.tgz" "unityeditor-cloud-hub-0.0.15.tgz" "--cache=./.npm" "--json"
    73. npm ERR! node v0.12.7
    74. npm ERR! npm  v2.11.3
    75. npm ERR! path /tmp/npm-5879-53ad6432
    76. npm ERR! code ENOSPC
    77. npm ERR! errno -28
    78.  
    79. npm ERR! nospc ENOSPC, mkdir '/tmp/npm-5879-53ad6432'
    80. npm ERR! nospc This is most likely not a problem with npm itself
    81. npm ERR! nospc and is related to insufficient space on your system.
    82.  
    83. npm ERR! Please include the following file with any support request:
    84. npm ERR!  /home/user/.local/share/unity3d/Packages/npm-debug.log
    85. InstallEditorPackages failed, output:
    86. installJavascriptPackages failed
    87. (Filename: /home/builduser/buildslave/unity/build/Runtime/Utilities/Argv.cpp Line: 172)
    88.  
    89.  
    90. LICENSE SYSTEM [201725 21:6:55] No start/stop license dates set
    91.  
    92. LICENSE SYSTEM [201725 21:6:55] Next license update check is after 2017-02-05T20:10:01
    93.  
    94.  
    95. COMMAND LINE ARGUMENTS:
    96. /opt/Unity/Editor/Unity
    97. [0205/210655: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 with the sandbox on.
    98. [0205/210655:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    99. [0205/210655:ERROR:gpu_process_transport_factory.cc(402)] Failed to establish GPU channel.
    100. IsTimeToCheckForNewEditor: Update time 0 current 1486318042
    101. /home/user/Изображения/Unity_projects/fungus_dialog
    102. UpdateMenuTitleForLanguage: 10
    103. Audio: FMOD Profiler initialized on port 54900
    104. AudioManager: Using PulseAudio: Default Output Device
    105. Loading GUID <-> Path mappings...0,000084 seconds
    106. Loading Asset Database...0,000014 seconds
    107. AssetDatabase consistency checks...0,000110 seconds
    108. Initialize engine version: 5.6.0xb6Linux (35e1927e3b6b)
    109. Receiving unhandled NULL exception
    110. #0  0x007ffd6a0105c0 in funlockfile
    111. #1  0x007ffd6a010b80 in _nv015glcore
    112. #2  0x007ffd6a010c00 in _nv042glcore
    113. #3  0x007ffd6a010c40 in _nv042glcore
    114. #4  0x007ffd6a012540 in _nv042glcore
    115. #5  0x007ffd6a012570 in _nv042glcore
    116. #6  0x007ffd6a012580 in _nv015glcore
    117. #7  0x007ffd6a012640 in _nv014glcore
    118. #8  0x007ffd6a0126a0 in glDrawVkImageNV
    119. Launching bug reporter
    120.  

    Code (csharp):
    1.  
    2. mono profile = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    3. Initialize mono
    4. Mono path[0] = '/opt/Unity/Editor/Data/Managed'
    5. Mono path[1] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    6. Mono path[2] = '/opt/Unity/Editor/Data/UnityScript'
    7. Mono path[3] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
    8. Mono config path = '/opt/Unity/Editor/Data/Mono/etc'
    9. Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56987
    10. Desktop is 1366 x 768 @ 60 Hz
    11. npm ERR! invalid: unity-editor-home@0.6.3 /home/user/.local/share/unity3d/Packages/node_modules/unity-editor-home
    12. npm ERR! invalid: unityeditor-collab-history@0.6.4 /home/user/.local/share/unity3d/Packages/node_modules/unityeditor-collab-history
    13. npm ERR! invalid: unityeditor-collab-toolbar@0.6.6 /home/user/.local/share/unity3d/Packages/node_modules/unityeditor-collab-toolbar
    14. ListPackages failed, output: {
    15.   "name": "unity-editor",
    16.   "version": "5.6.0",
    17.   "problems": [
    18.   "invalid: unity-editor-home@0.6.3 /home/user/.local/share/unity3d/Packages/node_modules/unity-editor-home",
    19.   "invalid: unityeditor-collab-history@0.6.4 /home/user/.local/share/unity3d/Packages/node_modules/unityeditor-collab-history",
    20.   "invalid: unityeditor-collab-toolbar@0.6.6 /home/user/.local/share/unity3d/Packages/node_modules/unityeditor-collab-toolbar"
    21.   ],
    22.   "dependencies": {
    23.   "unity-editor-home": {
    24.   "version": "0.6.3",
    25.   "from": "unity-editor-home.0.6.3.tgz",
    26.   "resolved": "file:unity-editor-home.0.6.3.tgz",
    27.   "invalid": true,
    28.   "problems": [
    29.   "invalid: unity-editor-home@0.6.3 /home/user/.local/share/unity3d/Packages/node_modules/unity-editor-home"
    30.   ]
    31.   },
    32.   "unityeditor-cloud-hub": {
    33.   "version": "0.0.15",
    34.   "from": "unityeditor-cloud-hub-0.0.15.tgz",
    35.   "resolved": "file:unityeditor-cloud-hub-0.0.15.tgz"
    36.   },
    37.   "unityeditor-collab-history": {
    38.   "version": "0.6.4",
    39.   "from": "unityeditor-collab-history.0.6.4.tgz",
    40.   "resolved": "file:unityeditor-collab-history.0.6.4.tgz",
    41.   "invalid": true,
    42.   "problems": [
    43.   "invalid: unityeditor-collab-history@0.6.4 /home/user/.local/share/unity3d/Packages/node_modules/unityeditor-collab-history"
    44.   ]
    45.   },
    46.   "unityeditor-collab-toolbar": {
    47.   "version": "0.6.6",
    48.   "from": "unityeditor-collab-toolbar.0.6.6.tgz",
    49.   "resolved": "file:unityeditor-collab-toolbar.0.6.6.tgz",
    50.   "invalid": true,
    51.   "problems": [
    52.   "invalid: unityeditor-collab-toolbar@0.6.6 /home/user/.local/share/unity3d/Packages/node_modules/unityeditor-collab-toolbar"
    53.   ]
    54.   }
    55.   }
    56. }
    57.  
    58. npm WARN package.json unity-editor@5.6.0 No repository field.
    59. npm WARN package.json unity-editor@5.6.0 No README data
    60. npm WARN package.json unity-editor@5.6.0 No license field.
    61. npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unity-editor-home.0.6.8.tgz
    62. npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unity-editor-home.0.6.8.tgz
    63. npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-collab-history.0.6.6.tgz
    64. npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-collab-history.0.6.6.tgz
    65. npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.6.tgz
    66. npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.6.tgz
    67. npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.9.tgz
    68. npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.9.tgz
    69. npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-cloud-hub-0.0.15.tgz
    70. npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-cloud-hub-0.0.15.tgz
    71. npm ERR! Linux 4.4.0-59-generic
    72. npm ERR! argv "node" "/opt/Unity/Editor/Data/Tools/nodejs/lib/node_modules/npm/bin/npm-cli.js" "install" "unity-editor-home.0.6.8.tgz" "unityeditor-collab-history.0.6.6.tgz" "unityeditor-collab-toolbar.0.6.6.tgz" "unityeditor-collab-toolbar.0.6.9.tgz" "unityeditor-cloud-hub-0.0.15.tgz" "--cache=./.npm" "--json"
    73. npm ERR! node v0.12.7
    74. npm ERR! npm  v2.11.3
    75. npm ERR! path /tmp/npm-6000-abdfcd69
    76. npm ERR! code ENOSPC
    77. npm ERR! errno -28
    78.  
    79. npm ERR! nospc ENOSPC, mkdir '/tmp/npm-6000-abdfcd69'
    80. npm ERR! nospc This is most likely not a problem with npm itself
    81. npm ERR! nospc and is related to insufficient space on your system.
    82.  
    83. npm ERR! Please include the following file with any support request:
    84. npm ERR!  /home/user/.local/share/unity3d/Packages/npm-debug.log
    85. InstallEditorPackages failed, output:
    86. installJavascriptPackages failed
    87. (Filename: /home/builduser/buildslave/unity/build/Runtime/Utilities/Argv.cpp Line: 172)
    88.  
    89.  
    90. LICENSE SYSTEM [201725 21:9:4] No start/stop license dates set
    91.  
    92. LICENSE SYSTEM [201725 21:9:4] Next license update check is after 2017-02-05T20:10:01
    93.  
    94.  
    95. COMMAND LINE ARGUMENTS:
    96. /opt/Unity/Editor/Unity
    97. [0205/210904: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 with the sandbox on.
    98. [0205/210904:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    99. [0205/210905:ERROR:gpu_process_transport_factory.cc(402)] Failed to establish GPU channel.
    100. IsTimeToCheckForNewEditor: Update time 0 current 1486318148
    101. /home/user/Изображения/Unity_projects/fungus_dialog
    102. UpdateMenuTitleForLanguage: 10
    103. Loading GUID <-> Path mappings...0,000060 seconds
    104. Loading Asset Database...0,002091 seconds
    105. Audio: FMOD Profiler initialized on port 54900
    106. AudioManager: Using PulseAudio: Default Output Device
    107. AssetDatabase consistency checks...0,063845 seconds
    108. Initialize engine version: 5.6.0xb6Linux (35e1927e3b6b)
    109. Receiving unhandled NULL exception
    110. #0  0x007ffcbe15e800 in funlockfile
    111. #1  0x007ffcbe15edc0 in _nv015glcore
    112. #2  0x007ffcbe15ee40 in _nv042glcore
    113. #3  0x007ffcbe15ee80 in _nv042glcore
    114. #4  0x007ffcbe160780 in _nv042glcore
    115. #5  0x007ffcbe1607b0 in _nv042glcore
    116. #6  0x007ffcbe1607c0 in _nv015glcore
    117. #7  0x007ffcbe160880 in _nv014glcore
    118. #8  0x007ffcbe1608e0 in glDrawVkImageNV
    119. Launching bug reporter
    120.  
     
    Last edited: Feb 5, 2017
  6. luciusclay

    luciusclay

    Joined:
    Jan 27, 2017
    Posts:
    9
    It looks like npm is failing to install the required unity packages, possibly due to a permissions issue on the user directory:
    npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unity-editor-home.0.6.8.tgz
    npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unity-editor-home.0.6.8.tgz
    npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-collab-history.0.6.6.tgz
    npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-collab-history.0.6.6.tgz
    npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.6.tgz
    npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.6.tgz
    npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.9.tgz
    npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-collab-toolbar.0.6.9.tgz
    npm ERR! tar.unpack untar error /home/user/.local/share/unity3d/Packages/unityeditor-cloud-hub-0.0.15.tgz
    npm ERR! addLocal Could not install /home/user/.local/share/unity3d/Packages/unityeditor-cloud-hub-0.0.15.tgz
    npm ERR! Linux 4.4.0-59-generic
    npm ERR! argv "node" "/opt/Unity/Editor/Data/Tools/nodejs/lib/node_modules/npm/bin/npm-cli.js" "install" "unity-editor-home.0.6.8.tgz" "unityeditor-collab-history.0.6.6.tgz" "unityeditor-collab-toolbar.0.6.6.tgz" "unityeditor-collab-toolbar.0.6.9.tgz" "unityeditor-cloud-hub-0.0.15.tgz" "--cache=./.npm" "--json"
    npm ERR! node v0.12.7
    npm ERR! npm v2.11.3
    npm ERR! path /tmp/npm-6000-abdfcd69
    npm ERR! code ENOSPC
    npm ERR! errno -28

    Try either checking the /home/user/.local/share/unity3d folder permissions or just do a sudo chown -R <your user>.<your user> ~/.local and see if that helps. Maybe you tried to run Unity as root at some point and the folder was created with root permissions?
     
  7. mageaster

    mageaster

    Joined:
    Sep 1, 2015
    Posts:
    85
    Hi, luciusclay, thanks for your reply. You was almost right. Installed beta 6 is about third of gigabyte larger than beta 1, so I suddenly ran out of free space on the / partition. I've redistributed disk space from home to root and that fixed the problem.
     
  8. Miguecraft

    Miguecraft

    Joined:
    Oct 12, 2015
    Posts:
    5
    Okay, I see you're right, I checked it and, indeed, my OpenGL version is not 3.2 (it's 2.1).
    Thank you very much!
     
  9. jayavelsathanantham

    jayavelsathanantham

    Joined:
    Dec 6, 2020
    Posts:
    1
    For me unity 2018.4.36f1 shows splash screen and automatically closes itself...

    But 2 weeks before I worked in unity on the same version it runs without any problems.. what can I do...
     
  10. EthanFischer

    EthanFischer

    Joined:
    Feb 10, 2016
    Posts:
    46
    Just wanted to share my experience in case it helps anyone.

    I am running Linux Mint (version: Uma which is based on Ubuntu 20.04) as a VM using VirtualBox.

    I was seeing unity start to open and then a little after the splash screen and loading bars, crash without any popups.

    If I disable 'Enable 3D Acceleration' this issue goes away. Unfortunately unchecking that box means it's gonna perform like S*** and be CPU bound if I understand correctly. But fortunately for me I'm only using the VM to try out linux, planning on installing it natively soon so hopefully this won't be an issue then.

    Anyway, hope this helps someone