3.5 crash on startup #107532

Closed
opened 2023-05-02 11:00:28 +02:00 by Matthew-Willey · 11 comments

System Information
Operating system: Microsoft Windows 10 Home

Graphics card: Intel(R) HD Graphics 530 / AMD Radeon R7 A360

Blender Version
3.5.0 2023-03-29 06:36:20 Windows release, crashes before splash screen is shown
Only version I have tried

Short description of error

Run Blender
Blank screen appears briefly then disappears. No further activity.
Will previously run in debug mode only, now will not run at all.

bug_output txt as follows:

Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x000000005D94B065
Module  : atio6axx.dll
Thread  : 00003fdc
Switching to fully guarded memory allocator.
Blender 3.5.0
Build: 2023-03-29 06:36:20 Windows release
argv[0] = C:\Program Files\Blender Foundation\Blender 3.5\\blender
argv[1] = --debug
argv[2] = --debug-gpu
argv[3] = --debug-gpu-force-workarounds
argv[4] = --python-expr
argv[5] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users\mwill.000\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt')
Read prefs: C:\Users\mwill.000\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend
Writing: C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt

Based on the default startup

**System Information** Operating system: Microsoft Windows 10 Home Graphics card: Intel(R) HD Graphics 530 / AMD Radeon R7 A360 **Blender Version** 3.5.0 2023-03-29 06:36:20 Windows release, crashes before splash screen is shown Only version I have tried **Short description of error** Run Blender Blank screen appears briefly then disappears. No further activity. Will previously run in debug mode only, now will not run at all. bug_output txt as follows: ``` Error : EXCEPTION_ACCESS_VIOLATION Address : 0x000000005D94B065 Module : atio6axx.dll Thread : 00003fdc Switching to fully guarded memory allocator. Blender 3.5.0 Build: 2023-03-29 06:36:20 Windows release argv[0] = C:\Program Files\Blender Foundation\Blender 3.5\\blender argv[1] = --debug argv[2] = --debug-gpu argv[3] = --debug-gpu-force-workarounds argv[4] = --python-expr argv[5] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users\mwill.000\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Read prefs: C:\Users\mwill.000\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend Writing: C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt ``` Based on the default startup
Matthew-Willey added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2023-05-02 11:00:28 +02:00
Member

Hi, thanks for the report. Crash has occurred in atio6axx.dll which is part of AMD GPU driver.
Please update GPU drivers and see whether crash is still replicable: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/windows/amd.html

If crash still persists then:

Hi, thanks for the report. Crash has occurred in atio6axx.dll which is part of AMD GPU driver. Please update GPU drivers and see whether crash is still replicable: https://docs.blender.org/manual/en/dev/troubleshooting/gpu/windows/amd.html If crash still persists then: - Upload crash logs: https://docs.blender.org/manual/en/dev/troubleshooting/crash.html#windows - See if you can run blender from `blender_debug_gpu_glitchworkaround.cmd` batch file without a crash
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-05-02 11:38:03 +02:00
Author

Thanks for your prompt reply. My drivers are up to date.
The error repeats.

Thanks for your prompt reply. My drivers are up to date. The error repeats.
Author

I am running it from blender_debug_gpu_glitchworkaround.cmd
I keep getting the same bug report:

Error : EXCEPTION_ACCESS_VIOLATION
Address : 0x00000000018FB065
Module : atio6axx.dll
Thread : 000036d8
Switching to fully guarded memory allocator.
Blender 3.5.0
Build: 2023-03-29 06:36:20 Windows release
argv[0] = C:\Program Files\Blender Foundation\Blender 3.5\blender
argv[1] = --debug
argv[2] = --debug-gpu
argv[3] = --debug-gpu-force-workarounds
argv[4] = --python-expr
argv[5] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users\mwill.000\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt')
Read prefs: C:\Users\mwill.000\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend
Writing: C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt

I am running it from blender_debug_gpu_glitchworkaround.cmd I keep getting the same bug report: Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00000000018FB065 Module : atio6axx.dll Thread : 000036d8 Switching to fully guarded memory allocator. Blender 3.5.0 Build: 2023-03-29 06:36:20 Windows release argv[0] = C:\Program Files\Blender Foundation\Blender 3.5\\blender argv[1] = --debug argv[2] = --debug-gpu argv[3] = --debug-gpu-force-workarounds argv[4] = --python-expr argv[5] = import bpy; bpy.ops.wm.sysinfo(filepath=r'C:\Users\mwill.000\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Read prefs: C:\Users\mwill.000\AppData\Roaming\Blender Foundation\Blender\3.5\config\userpref.blend Writing: C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt
Member

debug log and the system information files will generate after the crash. Could you attach them?
Also upload C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt

debug log and the system information files will generate after the crash. Could you attach them? Also upload `C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt`
Author

Thanks @PratikPB2123 appreciate your help.
two different log files with the same name I'm confused but I'm sure you won't be

one from C:\Users\mwill.000\AppData\Local\Temp\blender\debug_logs
and the other from the address you gave

Thanks @PratikPB2123 appreciate your help. two different log files with the same name I'm confused but I'm sure you won't be one from C:\Users\mwill.000\AppData\Local\Temp\blender\debug_logs and the other from the address you gave
Member

Thanks. Please attach crash.txt file: C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt
Also attach system information file as requested in earlier message

Thanks. Please attach crash.txt file: C:\Users\mwill.000\AppData\Local\Temp\blender.crash.txt Also attach system information file as requested in earlier message
Author

Apologies, I'm feeling my way here.
Is this what you are needing?

Apologies, I'm feeling my way here. Is this what you are needing?
Member

Thanks for the information. Did you update GPU drivers from device manager?

Driver Version 16.300.2101.0

AMD GPU drivers are indeed outdated. Please download the latest from website: https://www.amd.com/en/support

Thanks for the information. Did you update GPU drivers from device manager? > Driver Version 16.300.2101.0 AMD GPU drivers are indeed outdated. Please download the latest from website: https://www.amd.com/en/support
Author

Thats right, I was updating from the device manager.
I now have version 27.20.20913.2000
(And an intrusive Radeon update programme but not to worry)

Thats right, I was updating from the device manager. I now have version 27.20.20913.2000 (And an intrusive Radeon update programme but not to worry)
Author

Many thanks, that seems to be running now.
I need to update from the manufacturer's site instead of the windows updater.
I appreciate your time on this.

Many thanks, that seems to be running now. I need to update from the manufacturer's site instead of the windows updater. I appreciate your time on this.
Member

Good to know crash is fixed now, closing.
Thanks again for the report :)

Good to know crash is fixed now, closing. Thanks again for the report :)
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-05-05 12:05:34 +02: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#107532
No description provided.