Maniphest T80505

Blender 2.90 crashes on Ubuntu 16.04 LTS
Closed, Duplicate

Assigned To
None
Authored By
Willem Odendaal (dexon)
Sep 6 2020, 2:27 AM
Tags
  • BF Blender
Subscribers
Pedro Aviz (PedroAviz)
Willem Odendaal (dexon)

Description

System Information
Operating system: Linux-4.15.0-115-generic-x86_64-with-debian-stretch-sid 64 Bits
Graphics card: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) Intel Open Source Technology Center 4.5 (Core Profile) Mesa 18.0.5

Blender Version
Broken: version: 2.90

**Short description of error

I've been running Blender versions 2.79 through 2.83.5 without problems on this machine, but 2.90 doesn't run.
Below is the output

  1. when starting it from the terminal
  2. reported in blender.crash.txt logfile found in /tmp
  1. When running it from the terminal I get the following:

found bundled python: /home/wgo/Downloads/blender-2.90.0-linux64/2.90/python
GPUShader: linking error:
error: Input block `ShaderStageInterface' is not an output of the previous stage

GPUShader: linking error:
error: Input block `ShaderStageInterface' is not an output of the previous stage

Writing: /tmp/blender.crash.txt
Segmentation fault (core dumped)

  1. blender.crash.txt:

Blender 2.90.0, Commit date: 2020-08-31 11:26, Hash 0330d1af29c0

backtrace

./blender(BLI_system_backtrace+0x20) [0x81fdc60]
./blender() [0xe231fa]
/lib/x86_64-linux-gnu/libc.so.6(+0x354c0) [0x7fbc4737f4c0]
./blender(GPU_shader_get_builtin_block+0) [0x6f1b210]
./blender() [0x1235ca6]
./blender(DRW_shgroup_create+0x1d) [0x123796d]
./blender(OVERLAY_outline_cache_init+0xce) [0x126d1ee]
./blender() [0x126405d]
./blender() [0x1231cf6]
./blender(DRW_draw_render_loop_ex+0x45b) [0x123350b]
./blender(view3d_main_region_draw+0x8f) [0x18930df]
./blender(ED_region_do_draw+0x811) [0x14871c1]
./blender(wm_draw_update+0x4da) [0x10de9aa]
./blender(WM_main+0x30) [0x10dc900]
./blender(main+0x317) [0xd5ebc7]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fbc4736a840]
./blender() [0xe1f9e3]

Python backtrace

Related Objects

Mentioned Here
rB0330d1af29c0: Fix T77900: File Browser in macOS fullscreen crashes

Event Timeline

Willem Odendaal (dexon) created this task.Sep 6 2020, 2:27 AM
Germano Cavalcante (mano-wii) closed this task as a duplicate of T80380: 2.90 Not opening on Linux.Sep 8 2020, 9:18 PM
Pedro Aviz (PedroAviz) added a subscriber: Pedro Aviz (PedroAviz).Jan 22 2021, 5:44 PM

Just updated mesa via PPA and the error was gone:


  1. Open terminal either via Ctrl+Alt+T or by searching for ‘Terminal’ from software launcher. When it opens, run command:

    `sudo add-apt-repository ppa:ubuntu-x-swat/updates```

Type your password (no asterisks while typing due to security reason) when it prompts and hit Enter to continue.

  1. After adding the PPA, do system update via command:

    `sudo apt-get dist-upgrade```

Link with instructions found here:

https://ubuntuhandbook.org/index.php/2018/06/install-mesa-18-1-1-ppa-ubuntu-18-04/