Blender versions 2.93.X crash upon pressing 'Open..', 'Save..' and 'Save As..' #90559

Closed
opened 2021-08-09 22:19:42 +02:00 by Bernard Brincat · 21 comments

System Information
Operating system: Windows 10 Home version 21H1 build 19043.1110 (64-bit operating system, x64-based processor)
Graphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 Driver: 4.5.0 NVIDIA 471.41

Blender Version
Broken: version: 2.93.2, branch: master, commit date: 2021-08-03 05:58, hash: 1eb06de260, type: release. Also 2.93.1 and 2.93.0.
Worked: version: 2.92.0 and previous versions.

Short description of error
Blender versions 2.93.X crash when choosing any of the following file operations: 'Open..', 'Save..', 'Save As..', and 'Save Recent'. As soon as one of the above is chosen, a blank white dialog titled 'Blender' flickers on the screen for a few seconds. This rapid 'flicker' seems to indicate multiple instances of this dialog.

Screenshot white flickering dialog.png

Thereafter, for a brief moment, the 'File View' dialog appears, before the whole program closes.

Previous versions (2.92.0 and previous) installed on the same system do not result in the error.

Exact steps for others to reproduce the error
blender_debug_output.txt
blender_system_info.txt
blender.crash.txt

**System Information** Operating system: Windows 10 Home version 21H1 build 19043.1110 (64-bit operating system, x64-based processor) Graphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 Driver: 4.5.0 NVIDIA 471.41 **Blender Version** Broken: version: 2.93.2, branch: master, commit date: 2021-08-03 05:58, hash: 1eb06de2607a, type: release. Also 2.93.1 and 2.93.0. Worked: version: 2.92.0 and previous versions. **Short description of error** Blender versions 2.93.X crash when choosing any of the following file operations: 'Open..', 'Save..', 'Save As..', and 'Save Recent'. As soon as one of the above is chosen, a blank white dialog titled 'Blender' flickers on the screen for a few seconds. This rapid 'flicker' seems to indicate multiple instances of this dialog. ![Screenshot white flickering dialog.png](https://archive.blender.org/developer/F10275891/Screenshot_white_flickering_dialog.png) Thereafter, for a brief moment, the 'File View' dialog appears, before the whole program closes. Previous versions (2.92.0 and previous) installed on the same system do not result in the error. **Exact steps for others to reproduce the error** [blender_debug_output.txt](https://archive.blender.org/developer/F10275876/blender_debug_output.txt) [blender_system_info.txt](https://archive.blender.org/developer/F10275877/blender_system_info.txt) [blender.crash.txt](https://archive.blender.org/developer/F10275879/blender.crash.txt)

Added subscriber: @bernieb

Added subscriber: @bernieb

#90111 was marked as duplicate of this issue

#90111 was marked as duplicate of this issue
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Thanks for the report. Not sure I understand the procedure to reproduce the crash.

Please describe the exact steps to recreate crash. Calling Open, Save, Save as operators on default scene does not lead to crash on my system. (2.93.3 fb7510087f)

Please try again with factory startup (File -> Default -> Load Factory settings)


System Information

Graphics card : AMD Radeon(TM) 535 ATI Technologies .```
Thanks for the report. Not sure I understand the procedure to reproduce the crash. Please describe the exact steps to recreate crash. Calling Open, Save, Save as operators on default scene does not lead to crash on my system. (2.93.3 `fb7510087f`) Please try again with factory startup (`File -> Default -> Load Factory settings`) --- **System Information** ```Operating system : Windows-10-10.0.18362-SP0 64 Bits Graphics card : AMD Radeon(TM) 535 ATI Technologies .```

On my system, crash occurs as follows:

Fresh install of any 2.93.X -> Calling Open, Save, Save as operators in any situation, even on the default scene

Loading the factory settings did not fix it.

I installed various versions side by side on the same system, e.g. 2.92.0, 2.90.0 and also 2.79.0, and I was unable to reproduce the crash in any way.

On my system, crash occurs as follows: Fresh install of any 2.93.X -> Calling Open, Save, Save as operators in any situation, even on the default scene Loading the factory settings did not fix it. I installed various versions side by side on the same system, e.g. 2.92.0, 2.90.0 and also 2.79.0, and I was unable to reproduce the crash in any way.
Member

Fresh install of any 2.93.X -> Calling Open, Save, Save as operators in any situation, even on the default scene

Still can not reproduce with provided information.

Can you please add a short video to describe the issue?

>Fresh install of any 2.93.X -> Calling Open, Save, Save as operators in any situation, even on the default scene Still can not reproduce with provided information. Can you please add a short video to describe the issue?

Changed status from 'Needs User Info' to: 'Resolved'

Changed status from 'Needs User Info' to: 'Resolved'
Bernard Brincat self-assigned this 2021-08-10 20:54:20 +02:00

This comment was removed by @bernieb

*This comment was removed by @bernieb*

Apologies I set to Resolved by mistake. Can you open again?

The following video describes the fault:

Blender Crash.mp4

Apologies I set to Resolved by mistake. Can you open again? The following video describes the fault: [Blender Crash.mp4](https://archive.blender.org/developer/F10276787/Blender_Crash.mp4)

Added subscriber: @christian-clavet

Added subscriber: @christian-clavet

Hi, The reported error is:

ExceptionCode         : EXCEPTION_ACCESS_VIOLATION
Exception Address     : 0x00007FF68ED36DB0
Exception Module      : blender.exe
Exception Flags       : 0x00000000
Exception Parameters  : 0x2
	Parameters[0] : 0x0000000000000000
	Parameters[1] : 0x0000000000000110

Seem that you launch Blender directly in the program path, and perhaps this path is not allowed for a standard user and only for admins. This seem related to a denied access to the path. Can you check if you have any problem with directory access?

Hi, The reported error is: ``` ExceptionCode : EXCEPTION_ACCESS_VIOLATION Exception Address : 0x00007FF68ED36DB0 Exception Module : blender.exe Exception Flags : 0x00000000 Exception Parameters : 0x2 Parameters[0] : 0x0000000000000000 Parameters[1] : 0x0000000000000110 ``` Seem that you launch Blender directly in the program path, and perhaps this path is not allowed for a standard user and only for admins. This seem related to a denied access to the path. Can you check if you have any problem with directory access?

Changed status from 'Resolved' to: 'Needs Triage'

Changed status from 'Resolved' to: 'Needs Triage'

Added subscriber: @rjg

Added subscriber: @rjg

This appears to be the same issue as #89815 and #90111.

This appears to be the same issue as #89815 and #90111.
Bernard Brincat was unassigned by Pratik Borhade 2021-08-11 11:15:27 +02:00

Good news! I believe that I found the root cause of this problem. I have read carefully #89815 and I am quite sure that it is the same problem as mine. Now I do not have a Huinon Graphic Monitor, but I am running 2 monitors too, just like the OP of #89815.

To verify, I switched off the secondary monitor, and Blender 2.93.2 did not crash on pressing the operators!

So the problem is related to the use of 2 concurrent monitors with Blender 2.93.

But it is not so straightforward. To investigate the problem better I did a series of tests. Details below.

Monitor A: LG M228WA
Monitor B: AOC U3277WB

Test 1: Monitor A On and set to Primary, Monitor B On and set to Secondary. Blender running in Monitor A: Fail
Test 2: Monitor A On and set to Primary, Monitor B On and set to Secondary. Blender running in Monitor B: Pass
Test 3: Monitor A On and set to Primary, Monitor B Off. Blender running in Monitor A: Pass
Test 4: Monitor A Off, Monitor B On and set to Primary. Blender running in Monitor B: Pass
Test 5: Monitor A On and set to Secondary, Monitor B On and set to Primary. Blender running in Monitor A: Pass
Test 6: Monitor A On and set to Secondary, Monitor B On and set to Primary. Blender running in Monitor B: Pass

So the fault only occurs when Blender is running in Monitor A, when that monitor is set to Primary. In all other combinations, there is no fault.

To my mind there is no logic in this pattern, but hopefully, you can use this info to pinpoint the problem.

Good news! I believe that I found the root cause of this problem. I have read carefully #89815 and I am quite sure that it is the same problem as mine. Now I do not have a Huinon Graphic Monitor, *but I am running 2 monitors too*, just like the OP of #89815. To verify, I switched off the secondary monitor, and Blender 2.93.2 did not crash on pressing the operators! **So the problem is related to the use of 2 concurrent monitors with Blender 2.93.** But it is not so straightforward. To investigate the problem better I did a series of tests. Details below. Monitor A: LG M228WA Monitor B: AOC U3277WB Test 1: Monitor A On and set to Primary, Monitor B On and set to Secondary. Blender running in Monitor A: **Fail** Test 2: Monitor A On and set to Primary, Monitor B On and set to Secondary. Blender running in Monitor B: Pass Test 3: Monitor A On and set to Primary, Monitor B Off. Blender running in Monitor A: Pass Test 4: Monitor A Off, Monitor B On and set to Primary. Blender running in Monitor B: Pass Test 5: Monitor A On and set to Secondary, Monitor B On and set to Primary. Blender running in Monitor A: Pass Test 6: Monitor A On and set to Secondary, Monitor B On and set to Primary. Blender running in Monitor B: Pass **So the fault only occurs when Blender is running in Monitor A, when that monitor is set to Primary. In all other combinations, there is no fault.** To my mind there is no logic in this pattern, but hopefully, you can use this info to pinpoint the problem.
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Hi, similar report got closed as author was no longer able to replicate the issue on 3.0.0 (but probably its still there on LTS): #91149 (Blender crashes on opening file explorer window (Open, Save as, Import, Export))
So please confirm if you are able to reproduce on recent development builds?: https://builder.blender.org/download/daily

Described issue is identical to what said in #89815. Maybe we can mark this report as duplicate? And also we can move other task to BF Blender (2.93) project

Hi, similar report got closed as author was no longer able to replicate the issue on 3.0.0 (but probably its still there on LTS): #91149 (Blender crashes on opening file explorer window (Open, Save as, Import, Export)) So please confirm if you are able to reproduce on recent development builds?: https://builder.blender.org/download/daily Described issue is identical to what said in #89815. Maybe we can mark this report as duplicate? And also we can move other task to `BF Blender (2.93)` project
Member

Added subscribers: @enwoshy, @newbs

Added subscribers: @enwoshy, @newbs
Member

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Member

Recent release version likely to work for you as said in #91149

#91149#1218614:This was fixed in 3.0 and is now backported to 2.93 for the next LTS release of that line. Should be 2.93.5

Closing this report since we've not received any reply for over a week.
Feel free to comment if problem persists. Thank for the report!

Recent release version likely to work for you as said in #91149 >#91149#1218614:This was fixed in 3.0 and is now backported to 2.93 for the next LTS release of that line. Should be 2.93.5 Closing this report since we've not received any reply for over a week. Feel free to comment if problem persists. Thank for the report!
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
5 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#90559
No description provided.