2.8 crash on F12 then Shift-z #56853

Closed
opened 4 years ago by PeterKemp · 10 comments

System Information
Windows 10
Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz
Intel(R) HD Graphics 2500

Blender Version
Broken: 2.80 (sub 22), branch: blender2.8, commit date: 2018-09-20 00:19, hash: 2c30922e2c,

Short description of error
Blender crashes on F12 then Shift-z combination

Exact steps for others to reproduce the error
Load default cube
Don't edit, move or anything else
press F12
Switch back to main Blender window
Press Shift-z

CRASH

However, it works when you press Shift-z immediately after loading, or you move things in the scene, then F12, then shift-z. It's also working fine on Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz with Intel(R) HD Graphics 530

Also of note is the error when loading blender:
Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
This appears for the Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz Intel(R) HD Graphics 2500 machine AND the Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz with Intel(R) HD Graphics 530
machine

**System Information** Windows 10 Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz Intel(R) HD Graphics 2500 **Blender Version** Broken: 2.80 (sub 22), branch: blender2.8, commit date: 2018-09-20 00:19, hash: 2c30922e2c6, **Short description of error** Blender crashes on F12 then Shift-z combination **Exact steps for others to reproduce the error** Load default cube Don't edit, move or anything else press F12 Switch back to main Blender window Press Shift-z # CRASH However, it works when you press Shift-z immediately after loading, or you move things in the scene, then F12, then shift-z. It's also working fine on Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz with Intel(R) HD Graphics 530 Also of note is the error when loading blender: Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported. This appears for the Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz Intel(R) HD Graphics 2500 machine AND the Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz with Intel(R) HD Graphics 530 machine
Poster

Added subscriber: @PeterKemp

Added subscriber: @PeterKemp
mont29 commented 4 years ago
Owner

Added subscriber: @mont29

Added subscriber: @mont29
mont29 commented 4 years ago
Owner

Cannot reproduce so far. What is the render engine you are using?

Cannot reproduce so far. What is the render engine you are using?
Poster

It's evee as default. It seems that it might be specific to the older intel CPU/GPU. A newer CPU/GPU doesn't give me this issue

It's evee as default. It seems that it might be specific to the older intel CPU/GPU. A newer CPU/GPU doesn't give me this issue
mont29 commented 4 years ago
Owner

This is most certainly the same issue as with #56855 then - 'old' intel GPUs that do not support officially anything past OpenGL 3.1… @flcem summoning you here too, you know whether this is not supported, WIP/known issue, or something else I guess…

This is most certainly the same issue as with #56855 then - 'old' intel GPUs that do not support officially anything past OpenGL 3.1… @flcem summoning you here too, you know whether this is not supported, WIP/known issue, or something else I guess…
Poster

I feared that, but at the same time, it does work, just not for super complicated things (what things exactly, I'm trying to find out), and only if you do things in a certain order, as shown above. A few weeks ago nothing was rendering with these chipsets at all

This is very exciting as it means that #b3d101 school students can learn the basics on very old machines! The same machine was able to output this: https://twitter.com/peterejkemp/status/1042742860683063297

I feared that, but at the same time, it **_does_** work, just not for super complicated things (what things exactly, I'm trying to find out), and only if you do things in a certain order, as shown above. A few weeks ago nothing was rendering with these chipsets at all This is very exciting as it means that #b3d101 school students can learn the basics on very old machines! The same machine was able to output this: https://twitter.com/peterejkemp/status/1042742860683063297
Poster

Just trying to show that #56853 isn't about memory size, the above steps are with the default cube and produce this:

C:\Users\peter.kemp\Desktop\blender-2.80.0-git.2c30922e2c6-windows64>blender.exe --debug-gpu
Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Using KHR_debug extension
GL application marker: Successfully hooked OpenGL debug callback.
Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
found bundled python: C:\Users\peter.kemp\Desktop\blender-2.80.0-git.2c30922e2c6-windows64\2.80\python
GL API performance: Vertex shader recompiled due to state change.
Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported.
Error : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FFF6A1E6C81
Module : C:\Windows\SYSTEM32\ig7icd64.dll

Several of the Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported. have been dropped for readability.
Much more complex scenes do render (e.g. the spaceship)

Just trying to show that #56853 isn't about memory size, the above steps are with the default cube and produce this: C:\Users\peter.kemp\Desktop\blender-2.80.0-git.2c30922e2c6-windows64>blender.exe --debug-gpu Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported. Using KHR_debug extension GL application marker: Successfully hooked OpenGL debug callback. Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported. found bundled python: C:\Users\peter.kemp\Desktop\blender-2.80.0-git.2c30922e2c6-windows64\2.80\python GL API performance: Vertex shader recompiled due to state change. Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported. Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported. Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00007FFF6A1E6C81 Module : C:\Windows\SYSTEM32\ig7icd64.dll Several of the Win32 Error# (3221692565): The specified OpenGL version and feature set are either invalid or not supported. have been dropped for readability. Much more complex scenes do render (e.g. the spaceship)
brecht commented 4 years ago
Owner

Added subscriber: @brecht

Added subscriber: @brecht
brecht commented 4 years ago
Owner

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
brecht closed this issue 4 years ago
brecht self-assigned this 4 years ago
brecht commented 4 years ago
Owner

We no longer support the Intel(R) HD Graphics 2500.
https://code.blender.org/2019/04/supported-gpus-in-blender-2-80/

However there is a good chance this was fixed in the meantime anyway.

We no longer support the Intel(R) HD Graphics 2500. https://code.blender.org/2019/04/supported-gpus-in-blender-2-80/ However there is a good chance this was fixed in the meantime anyway.
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/Collada
Interest/Compositing
Interest/Core
Interest/Cycles
Interest/Dependency Graph
Interest/Development Management
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/Modeling
Interest/Modifiers
Interest/Motion Tracking
Interest/Nodes & Physics
Interest/Overrides
Interest/Performance
Interest/Performance
Interest/Physics
Interest/Pipeline, Assets & I/O
Interest/Platforms, Builds, Tests & Devices
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
legacy module/Animation & Rigging
legacy module/Core
legacy module/Development Management
legacy module/Eevee & Viewport
legacy module/Grease Pencil
legacy module/Modeling
legacy module/Nodes & Physics
legacy module/Pipeline, Assets & IO
legacy module/Platforms, Builds, Tests & Devices
legacy module/Python API
legacy module/Rendering & Cycles
legacy module/Sculpt, Paint & Texture
legacy module/Triaging
legacy module/User Interface
legacy module/VFX & Video
legacy project/1.0.0-beta.2
legacy project/Asset Browser (Archived)
legacy project/BF Blender: 2.8
legacy project/BF Blender: After Release
legacy project/BF Blender: Next
legacy project/BF Blender: Regressions
legacy project/BF Blender: Unconfirmed
legacy project/Blender 2.70
legacy project/Code Quest
legacy project/Datablocks and Libraries
legacy project/Eevee
legacy project/Game Animation
legacy project/Game Audio
legacy project/Game Data Conversion
legacy project/Game Engine
legacy project/Game Logic
legacy project/Game Physics
legacy project/Game Python
legacy project/Game Rendering
legacy project/Game UI
legacy project/GPU / Viewport
legacy project/GSoC
legacy project/Infrastructure: Websites
legacy project/LibOverrides - Usability and UX
legacy project/Milestone 1: Basic, Local Asset Browser
legacy project/Nodes
legacy project/OpenGL Error
legacy project/Papercut
legacy project/Pose Library Basics
legacy project/Retrospective
legacy project/Tracker Curfew
legacy project/Wintab High Frequency
Meta/Good First Issue
Meta/Papercut
migration/requires-manual-verification
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 & Devices
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 Information 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
3 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#56853
Loading…
There is no content yet.