Close Area crashes Blender (3.0.0 and 3.0.1) #94334
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
FBX
Interest
Freestyle
Interest
Geometry Nodes
Interest
glTF
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 & 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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
6 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#94334
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19042-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 497.09
Blender Version
Broken: version: 3.0.0, branch: master, commit date: 2021-12-02 18:35, hash:
f1cca30557
Short description of error
Hello,
using the new "Close Area" command causes blender to crash. At first I thought it was closing blender but it doesn't prompt for an unsaved file to be saved either.
Exact steps for others to reproduce the error
Area Close Crash.mp4
Open Blender 3.0.0. Split the viewport horizontally, and try using the Close Area command on the bottom half from the menu: View -> Area -> Close Area.
Blender will crash.
You can also view the attached video for a screen recording of the issue.
Added subscriber: @OrestisKonstantinidis
#95348 was marked as duplicate of this issue
#94915 was marked as duplicate of this issue
Added subscriber: @HooglyBoogly
Changed status from 'Needs Triage' to: 'Confirmed'
I can confirm this, I didn't bisect, but here's a back-trace:
Added subscriber: @Harley
Interesting that
Close
runs fine if selecting it from the header menu, but crashes like this from the View / Area menu.This dies in
do_view3d_header_buttons
with a null wmWindow. And that function has a comment of/* watch it: if area->win does not exist, check that when calling direct drawing routines */
Just adding a note to clarify that the Split shown in the instructions above is not necessary.
This crash occurs immediately when selecting 3DViewport View / Area / Close Area. But only here. It does not happen when selecting the same item from the View menu of any other Editor, nor does it happen when selecting "Close Area" from any area's Header context menu.
This issue was referenced by
08226693cf
Changed status from 'Confirmed' to: 'Resolved'
Changed status from 'Resolved' to: 'Confirmed'
I'm reopening this, since it's only fixed in the 3.0 branch.
Added subscriber: @foj
Added subscribers: @Bleve, @PratikPB2123
Just noting that the plan had been to only put in a simple bug fix for 3.0 - D13656: Fix #94334: 3DView View Menu Close Error, which happened, but master would get a more thorough one: D13660: Fix #94334: Area close operator crash in 3D view menu
This issue was referenced by
188277f951
This issue was referenced by
b73d3b80fd
Changed status from 'Confirmed' to: 'Resolved'