Unity 5.6 b8 don't run on Kubuntu 16.04

Hi! I’ve got this issue on my desktop: AMD Phenom II x6 1055T, 4 GiB RAM, GF GTX 550Ti with proprietary drivers 367.57, Kubuntu 16.04 with latest updates.

Wheni run it from Konsole, i get “Illegal instruction (core dumped)”

Log

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:56887
Desktop is 1680 x 1050 @ 60 Hz

LICENSE SYSTEM [2017312 19:4:9] No start/stop license dates set

LICENSE SYSTEM [2017312 19:4:9] Next license update check is after 2016-12-27T16:06:25

[0312/190410: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.
[0312/190412:ERROR:gpu_channel_host.cc(148)] GpuChannelHost::CreateViewCommandBuffer failed.
[0312/190412:ERROR:webgraphicscontext3d_command_buffer_impl.cc(256)] Failed to initialize command buffer.
[0312/190412:ERROR:gpu_channel_host.cc(148)] GpuChannelHost::CreateViewCommandBuffer failed.
[0312/190412:ERROR:webgraphicscontext3d_command_buffer_impl.cc(256)] Failed to initialize command buffer.
[0312/190412:ERROR:gpu_channel_host.cc(148)] GpuChannelHost::CreateViewCommandBuffer failed.
[0312/190412:ERROR:webgraphicscontext3d_command_buffer_impl.cc(256)] Failed to initialize command buffer.
[0312/190412:ERROR:gpu_channel_host.cc(148)] GpuChannelHost::CreateViewCommandBuffer failed.
[0312/190412:ERROR:webgraphicscontext3d_command_buffer_impl.cc(256)] Failed to initialize command buffer.
[0312/190412:ERROR:renderer_main.cc(227)] Running without renderer sandbox
Request Timeout while processing request "https://public-cdn.cloud.unity3d.com/config/production", HTTP error code 0
.

The same version of the editor on the same version of Kubuntu on the laptop works fine. How to make it to work on my desktop?

This is due to the sse4.1 requirement added by accident you have to run either a 5.6 version lower than b6 or wait until 5.6 final, If you want to use 5.6 that is.

1 Like

5.6 final works fine, thanks!