Blender 2.8 beta crash on startup on Linux #58745

Closed
opened 2018-12-04 22:27:18 +01:00 by Thomas Gropp · 3 comments

System Information
Operating system: Ubuntu 18.04.1 LTS
Graphics card: GTX 460, Driver 340.107

Blender Version
Broken: 2.80 beta (7e5f31be41)
Worked: 2.80 beta (8c620c8e2b)

Short description of error
Immediately crashes at startup, before any splash screen.

Exact steps for others to reproduce the error
Just start on CLI or by double clicking

Output on STDOUT:

togro@telperion:~/Desktop/blender-2.80-7e5f31be418-linux-glibc224-x86_64$ ./blender
Read prefs: /home/togro/.config/blender/2.80/config/userpref.blend
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
Received X11 Error:
	error code:   8
	request code: 154
	minor code:   34
	error text:   BadMatch (invalid parameter attributes)
found bundled python: /home/togro/Desktop/blender-2.80-7e5f31be418-linux-glibc224-x86_64/2.80/python
GPUShader: compile error:
0(91) : error C7011: implicit cast from "uint" to "int"
0(92) : error C7011: implicit cast from "uint" to "int"
0(93) : error C7011: implicit cast from "uint" to "int"
0(101) : error C7011: implicit cast from "uint" to "int"
0(102) : error C7011: implicit cast from "uint" to "int"
0(103) : error C7011: implicit cast from "uint" to "int"

GPUShader: compile error:
0(91) : error C7011: implicit cast from "uint" to "int"
0(92) : error C7011: implicit cast from "uint" to "int"
0(93) : error C7011: implicit cast from "uint" to "int"
0(101) : error C7011: implicit cast from "uint" to "int"
0(102) : error C7011: implicit cast from "uint" to "int"
0(103) : error C7011: implicit cast from "uint" to "int"

GPUShader: compile error:
0(92) : error C7011: implicit cast from "uint" to "int"
0(93) : error C7011: implicit cast from "uint" to "int"
0(94) : error C7011: implicit cast from "uint" to "int"
0(102) : error C7011: implicit cast from "uint" to "int"
0(103) : error C7011: implicit cast from "uint" to "int"
0(104) : error C7011: implicit cast from "uint" to "int"

GPUShader: compile error:
0(92) : error C7011: implicit cast from "uint" to "int"
0(93) : error C7011: implicit cast from "uint" to "int"
0(94) : error C7011: implicit cast from "uint" to "int"
0(102) : error C7011: implicit cast from "uint" to "int"
0(103) : error C7011: implicit cast from "uint" to "int"
0(104) : error C7011: implicit cast from "uint" to "int"

GPUShader: compile error:
0(93) : error C7011: implicit cast from "uint" to "int"
0(94) : error C7011: implicit cast from "uint" to "int"
0(95) : error C7011: implicit cast from "uint" to "int"
0(103) : error C7011: implicit cast from "uint" to "int"
0(104) : error C7011: implicit cast from "uint" to "int"
0(105) : error C7011: implicit cast from "uint" to "int"

GPUShader: compile error:
0(87) : error C7011: implicit cast from "uint" to "int"
0(88) : error C7011: implicit cast from "uint" to "int"
0(89) : error C7011: implicit cast from "uint" to "int"
0(97) : error C7011: implicit cast from "uint" to "int"
0(98) : error C7011: implicit cast from "uint" to "int"
0(99) : error C7011: implicit cast from "uint" to "int"

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

Written crash log (/tmp/blender.crash.txt):

# Blender 2.80 (sub 35), Commit date: 2018-12-04 16:52, Hash 7e5f31be418

# backtrace
./blender(BLI_system_backtrace+0x1d) [0x1b822bd]
./blender() [0x114f4c9]
/lib/x86_64-linux-gnu/libc.so.6(+0x3ef20) [0x7f642aa1af20]
./blender(GPU_shader_get_uniform_block+0x4) [0x172cfe4]
./blender() [0x1746e23]
./blender(DRW_shgroup_create+0x1c) [0x17482bc]
./blender(workbench_deferred_cache_init+0x12f) [0x1799b8f]
./blender() [0x17436af]
./blender(DRW_draw_render_loop_ex+0x17e) [0x174501e]
./blender(view3d_main_region_draw+0x77) [0x122b3b7]
./blender(ED_region_do_draw+0x811) [0x1446a41]
./blender(wm_draw_update+0x441) [0x1151d21]
./blender(WM_main+0x30) [0x114fee0]
./blender(main+0x31e) [0x10b5d2e]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f642a9fdb97]
./blender(_start+0x2a) [0x114bfca]
**System Information** Operating system: Ubuntu 18.04.1 LTS Graphics card: GTX 460, Driver 340.107 **Blender Version** Broken: 2.80 beta (7e5f31be418) Worked: 2.80 beta (8c620c8e2b3) **Short description of error** Immediately crashes at startup, before any splash screen. **Exact steps for others to reproduce the error** Just start on CLI or by double clicking **Output on STDOUT:** ``` togro@telperion:~/Desktop/blender-2.80-7e5f31be418-linux-glibc224-x86_64$ ./blender Read prefs: /home/togro/.config/blender/2.80/config/userpref.blend Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) Received X11 Error: error code: 8 request code: 154 minor code: 34 error text: BadMatch (invalid parameter attributes) found bundled python: /home/togro/Desktop/blender-2.80-7e5f31be418-linux-glibc224-x86_64/2.80/python GPUShader: compile error: 0(91) : error C7011: implicit cast from "uint" to "int" 0(92) : error C7011: implicit cast from "uint" to "int" 0(93) : error C7011: implicit cast from "uint" to "int" 0(101) : error C7011: implicit cast from "uint" to "int" 0(102) : error C7011: implicit cast from "uint" to "int" 0(103) : error C7011: implicit cast from "uint" to "int" GPUShader: compile error: 0(91) : error C7011: implicit cast from "uint" to "int" 0(92) : error C7011: implicit cast from "uint" to "int" 0(93) : error C7011: implicit cast from "uint" to "int" 0(101) : error C7011: implicit cast from "uint" to "int" 0(102) : error C7011: implicit cast from "uint" to "int" 0(103) : error C7011: implicit cast from "uint" to "int" GPUShader: compile error: 0(92) : error C7011: implicit cast from "uint" to "int" 0(93) : error C7011: implicit cast from "uint" to "int" 0(94) : error C7011: implicit cast from "uint" to "int" 0(102) : error C7011: implicit cast from "uint" to "int" 0(103) : error C7011: implicit cast from "uint" to "int" 0(104) : error C7011: implicit cast from "uint" to "int" GPUShader: compile error: 0(92) : error C7011: implicit cast from "uint" to "int" 0(93) : error C7011: implicit cast from "uint" to "int" 0(94) : error C7011: implicit cast from "uint" to "int" 0(102) : error C7011: implicit cast from "uint" to "int" 0(103) : error C7011: implicit cast from "uint" to "int" 0(104) : error C7011: implicit cast from "uint" to "int" GPUShader: compile error: 0(93) : error C7011: implicit cast from "uint" to "int" 0(94) : error C7011: implicit cast from "uint" to "int" 0(95) : error C7011: implicit cast from "uint" to "int" 0(103) : error C7011: implicit cast from "uint" to "int" 0(104) : error C7011: implicit cast from "uint" to "int" 0(105) : error C7011: implicit cast from "uint" to "int" GPUShader: compile error: 0(87) : error C7011: implicit cast from "uint" to "int" 0(88) : error C7011: implicit cast from "uint" to "int" 0(89) : error C7011: implicit cast from "uint" to "int" 0(97) : error C7011: implicit cast from "uint" to "int" 0(98) : error C7011: implicit cast from "uint" to "int" 0(99) : error C7011: implicit cast from "uint" to "int" Writing: /tmp/blender.crash.txt Segmentation fault (core dumped) ``` **Written crash log (/tmp/blender.crash.txt):** ``` # Blender 2.80 (sub 35), Commit date: 2018-12-04 16:52, Hash 7e5f31be418 # backtrace ./blender(BLI_system_backtrace+0x1d) [0x1b822bd] ./blender() [0x114f4c9] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20) [0x7f642aa1af20] ./blender(GPU_shader_get_uniform_block+0x4) [0x172cfe4] ./blender() [0x1746e23] ./blender(DRW_shgroup_create+0x1c) [0x17482bc] ./blender(workbench_deferred_cache_init+0x12f) [0x1799b8f] ./blender() [0x17436af] ./blender(DRW_draw_render_loop_ex+0x17e) [0x174501e] ./blender(view3d_main_region_draw+0x77) [0x122b3b7] ./blender(ED_region_do_draw+0x811) [0x1446a41] ./blender(wm_draw_update+0x441) [0x1151d21] ./blender(WM_main+0x30) [0x114fee0] ./blender(main+0x31e) [0x10b5d2e] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f642a9fdb97] ./blender(_start+0x2a) [0x114bfca] ```
Author

Added subscriber: @thomas.gropp

Added subscriber: @thomas.gropp
Author

Update: Works again in blender-2.80 d59c4c9d61

Update: Works again in blender-2.80 d59c4c9d61a

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sebastian Parborg self-assigned this 2018-12-06 09:23:05 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#58745
No description provided.