"Save System Info" crashes Blender #108101

Closed
opened 2023-05-20 13:53:39 +02:00 by Philipp-Munkes · 14 comments

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: AMD Radeon RX 7900 XTX ATI Technologies Inc. 4.5.0 Core Profile Context 22.40.51.06.230425

Blender Version
Broken: version: 3.6.0 Beta, branch: blender-v3.6-release, commit date: 2023-05-18 20:06, hash: 0f67ac45471d
Worked: [IDK, I stopped going back for testing at 2.80, which was still broken]

Short description of error
Attempting to use the "Save System Info" function in the Help menue crashes blender.

Exact steps for others to reproduce the error
Open Blender, and use the "Save System Info" function in the Help menue. Blender creashes without any error message, but with an empty system-info.txt file on disk. This occurs for the "Default Cube" scene and any .blend file I tested. At least the classroom.blend file is also affected.

**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: AMD Radeon RX 7900 XTX ATI Technologies Inc. 4.5.0 Core Profile Context 22.40.51.06.230425 **Blender Version** Broken: version: 3.6.0 Beta, branch: blender-v3.6-release, commit date: 2023-05-18 20:06, hash: `0f67ac45471d` Worked: [IDK, I stopped going back for testing at 2.80, which was still broken] **Short description of error** Attempting to use the "Save System Info" function in the Help menue crashes blender. **Exact steps for others to reproduce the error** Open Blender, and use the "Save System Info" function in the Help menue. Blender creashes without any error message, but with an empty `system-info.txt` file on disk. This occurs for the "Default Cube" scene and any .blend file I tested. At least the classroom.blend file is also affected.
Philipp-Munkes added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2023-05-20 13:53:40 +02:00

Hi, can not reproduce

Hi, can not reproduce
Author

Can still reproduce this on the newest 4.0.0 build:

4.0.0 Alpha, branch: main, commit date: 2023-05-19 21:45, hash: 33c13ae6e38f

Can still reproduce this on the newest 4.0.0 build: 4.0.0 Alpha, branch: main, commit date: 2023-05-19 21:45, hash: `33c13ae6e38f`
Member

Hi, does this happen if you start blender from blender_factory_startup.cmd batch file?
If persists, please upload debug_output.txt file generated after crash.

Hi, does this happen if you start blender from `blender_factory_startup.cmd` batch file? If persists, please upload debug_output.txt file generated after crash.
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-05-20 15:35:33 +02:00
Author

Starting Blender from blender_factory_startup.cmd immediately crashes and produces two empty files.

This happens on both versions:

  • version: 3.6.0 Beta, branch: blender-v3.6-release, commit date: 2023-05-18 20:06, hash: 0f67ac4547
  • version: 4.0.0 Alpha, branch: main, commit date: 2023-05-19 21:45, hash: 33c13ae6e3
Starting Blender from `blender_factory_startup.cmd` immediately crashes and produces two empty files. This happens on both versions: - version: 3.6.0 Beta, branch: blender-v3.6-release, commit date: 2023-05-18 20:06, hash: 0f67ac45471d - version: 4.0.0 Alpha, branch: main, commit date: 2023-05-19 21:45, hash: 33c13ae6e38f
Member

Both files are opening blank white screen on my end, not sure what is the reason.
Could you run blender with --debug-all command line argument (and upload the output of it in .txt file)?
Also check with blender_debug_gpu_glitchworkaround.cmd batch file (just in case gpu workaround avoids the crash)

Both files are opening blank white screen on my end, not sure what is the reason. Could you run blender with `--debug-all` command line argument (and upload the output of it in .txt file)? Also check with `blender_debug_gpu_glitchworkaround.cmd` batch file (just in case gpu workaround avoids the crash)
Author

blender_debug_gpu_glitchworkaround.cmd crashes in the same way and only produces the following output:

INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3
INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3

--debug-all also crashes, but only at the "Save System Info" step. The full output is attached.

`blender_debug_gpu_glitchworkaround.cmd` crashes in the same way and only produces the following output: ``` INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 ``` `--debug-all ` also crashes, but only at the "Save System Info" step. The full output is attached.
Pratik Borhade added
Status
Needs Triage
and removed
Status
Needs Information from User
labels 2023-05-20 17:22:04 +02:00
Member

Could be a corrupted installation. In the debug output there are a bunch of unregistered classes that's supposed to be internal.

Are you happened to be copying scripts from other versions of blender? Could you delete/rename the user preference folder and see if the same thing happens?

write_sysinfo is implemented as a python call, it should not straight-up crashing blender, but could be one of those get() calls involving gpu and sys.

Could be a corrupted installation. In the debug output there are a bunch of unregistered classes that's supposed to be internal. Are you happened to be copying scripts from other versions of blender? Could you delete/rename the user preference folder and see if the same thing happens? `write_sysinfo` is implemented as a python call, it should not straight-up crashing blender, but could be one of those `get()` calls involving `gpu` and `sys`.
Author

I tested mostly on freshly extracted portable blender builds, and I didn't copy any scripts/settings from older blender versions.

I tested mostly on freshly extracted portable blender builds, and I didn't copy any scripts/settings from older blender versions.

Reminds me of #107419 a bit. In any case it is very unlikely this is bug in Blender. If I had this issue and was out of options, I would reinstall OS.

Reminds me of #107419 a bit. In any case it is very unlikely this is bug in Blender. If I had this issue and was out of options, I would reinstall OS.
Member

Hi, this may be irrelevant but could you provide following info:

  • Has this started to happen recently? or you are observing crash since the installation of blender on this system?
  • Have you recently changed the graphics card on this system?
  • Does any other operation result in crash? (for example: opening preference tab, rendering with cycles engine)
Hi, this may be irrelevant but could you provide following info: - Has this started to happen recently? or you are observing crash since the installation of blender on this system? - Have you recently changed the graphics card on this system? - Does any other operation result in crash? (for example: opening preference tab, rendering with cycles engine)
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-05-26 07:41:12 +02:00
Author

Hi, let me answer your questions:

  • I don't know when this started, I only noticed this crash when I tried to report issue #108099
  • Not particularly recently, but I did have a 3080 Ti in there for some testing roughly 3 weeks ago.
  • I have not found any other actions that result in a crash.
Hi, let me answer your questions: - I don't know when this started, I only noticed this crash when I tried to report issue #108099 - Not particularly recently, but I did have a 3080 Ti in there for some testing roughly 3 weeks ago. - I have not found any other actions that result in a crash.
Member

Thanks.
Not sure how system info captures the information but it seems there is some conflict with leftover NVIDIA drivers. (similar to #107419)
Could you check whether NVIDIA drivers are still present in system?
Maybe clean installation of GPU drivers would resolve this issue.

Thanks. Not sure how `system info` captures the information but it seems there is some conflict with leftover NVIDIA drivers. (similar to #107419) Could you check whether NVIDIA drivers are still present in system? Maybe clean installation of GPU drivers would resolve this issue.
Author

Hi, it was indeed a conflict with leftover nVidia drivers. After using DDU to remove them, the menue option works now. Still, a silent crash is not the best user experience in this situation.

Hi, it was indeed a conflict with leftover nVidia drivers. After using DDU to remove them, the menue option works now. Still, a silent crash is not the best user experience in this situation.
Member

Hi, it was indeed a conflict with leftover nVidia drivers. After using DDU to remove them, the menue option works now

Good to know crash is fixed now :)
Will close.

Still, a silent crash is not the best user experience in this situation.

I think these types of crashes are hard to detect (even for software).

> Hi, it was indeed a conflict with leftover nVidia drivers. After using DDU to remove them, the menue option works now Good to know crash is fixed now :) Will close. > Still, a silent crash is not the best user experience in this situation. I think these types of crashes are hard to detect (even for software).
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-05-31 12:50:55 +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
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#108101
No description provided.