flathub / org.blender.Blender

https://flathub.org/apps/details/org.blender.Blender
18 stars 26 forks source link

does not open #108

Closed alexb3d closed 2 years ago

alexb3d commented 2 years ago

simply does not open, displays the window frame and immediately closes.

kevinsmia1939 commented 2 years ago

Try starting blender with flatpak run org.blender.Blender, does it show anything?

alexb3d commented 2 years ago

It says this:

$ flatpak run org.blender.Blender
/run/user/1000/gvfs/ non-existent directory
ERROR (gpu.shader): gpu_shader_2D_widget_base FragShader: 
      | 
   81 | layout(depth_any) out float gl_FragDepth;
      |         ^
      | Error: unrecognized layout identifier `depth_any'

Writing: /tmp/blender.crash.txt
mbridon commented 2 years ago

So, what is in /tmp/blender.crash.txt ? Can you paste the contents here ?

alexb3d commented 2 years ago

What is the exact path to this file? Because in /tmp it is not there, in .var either.

kevinsmia1939 commented 2 years ago

What hardware are you using?

mbridon commented 2 years ago

Try to find a file with a name "crash" then

mbridon commented 2 years ago

Find / -name crash

mbridon commented 2 years ago

Err, that was supposer to read starcrashstar

mbridon commented 2 years ago

Me ? Intel GPU 🤷‍♂️

alexb3d commented 2 years ago

It is an Intel i7 3770, integrated video Mesa Intel® HD Graphics 4000 (IVB GT2).

kevinsmia1939 commented 2 years ago

It is an Intel i7 3770, integrated video Mesa Intel® HD Graphics 4000 (IVB GT2).

Hi, i7 3770 is decade old. It might not support newer openGL that Blender need. Can you show the output of glxinfo | grep "OpenGL" If the compatibility profile is lower than OpenGL 4.3, then it probably will not work. https://www.blender.org/download/requirements/

alexb3d commented 2 years ago
$ glxinfo | grep "OpenGL"
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 4000 (IVB GT2)
OpenGL core profile version string: 4.2 (Core Profile) Mesa 22.0.1
OpenGL core profile shading language version string: 4.20
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 22.0.1
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 22.0.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

Apparently, I am obsolete. But it's only one 4.2 of 4.3 :D

Thank you for your help kevinsmia1939

alexb3d commented 2 years ago

With the latest update, it works! I found it strange that "blender" was unchecked for three generations of processors(i3, i5, i7).