Blender Crashes moving any object #116872

Closed
opened 2024-01-07 17:46:02 +01:00 by David-Richardson · 8 comments

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 546.31

Blender Version
Broken: version: 4.0.2, branch: blender-v4.0-release, commit date: 2023-12-05 07:41, hash: 9be62e85b727
Worked: (newest version of Blender that worked as expected)

Short description of error
Whenever I open Blender and attempt to move the cube, Blender will crash. So far I have taken the below steps to try to resolve the issue.

  1. Took out each stick of Ram and ran and memory test on each stick and then both together.
  2. Attempted other versions of Blender and video card drivers.
  3. Did a complete wipe of video card drivers and a re-install of the newest video card driver (With Nvidia support)

Exact steps for others to reproduce the error
Anytime I open Blender the problem persists.

Any help is appreciated as my son needs computer and Blender for university.

**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 546.31 **Blender Version** Broken: version: 4.0.2, branch: blender-v4.0-release, commit date: 2023-12-05 07:41, hash: `9be62e85b727` Worked: (newest version of Blender that worked as expected) **Short description of error** Whenever I open Blender and attempt to move the cube, Blender will crash. So far I have taken the below steps to try to resolve the issue. 1. Took out each stick of Ram and ran and memory test on each stick and then both together. 2. Attempted other versions of Blender and video card drivers. 3. Did a complete wipe of video card drivers and a re-install of the newest video card driver (With Nvidia support) **Exact steps for others to reproduce the error** Anytime I open Blender the problem persists. Any help is appreciated as my son needs computer and Blender for university.
David-Richardson added the
Status
Needs Triage
Type
Report
Priority
Normal
labels 2024-01-07 17:46:03 +01:00

Hi,

Do you know if any version of Blender has ever worked on this laptop? If so, can you install that version and see if it works.

Thanks.

Hi, Do you know if any version of Blender has ever worked on this laptop? If so, can you install that version and see if it works. Thanks.
Member

Hi, thanks for the report. It seems crash.txt is not generated. Can you verify the crash with GPU workarounds enabled blender_debug_gpu_glitchworkaround.cmd and with factory settings blender_factory_startup.cmd

Hi, thanks for the report. It seems `crash.txt` is not generated. Can you verify the crash with GPU workarounds enabled `blender_debug_gpu_glitchworkaround.cmd` and with factory settings `blender_factory_startup.cmd`
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2024-01-08 05:23:01 +01:00
Member

Graphics card: NVIDIA GeForce RTX 3070 Laptop

Have you tried launching blender on iGPU? Does it crash after doing that?

> Graphics card: NVIDIA GeForce RTX 3070 Laptop Have you tried launching blender on iGPU? Does it crash after doing that?

I had been able to use what I believe was Blender 3.5 using the onboard Intel graphics card. With this I was able to make a model in Rhino and then put the data into blender to create animation. The render time was extremely long as expected using the intel card. Unfortunately this does not work now either as I can not import data in Blender 3.5 without the program crashing.

I was able to import the project into blender 4.0, but when i go to move an object, blender 4.0 crashes also.

I have attached the logs from the Glitchworkaround and factory startup test, both which resulted in a crash when just attempting to move the initial cube.

Ultimately, I am trying to decide if something has happened with the GPU. When i run a stress test on the GPU, it preforms the entire test and keeps the temperature in the acceptable range.

Thank you for the reply.

I had been able to use what I believe was Blender 3.5 using the onboard Intel graphics card. With this I was able to make a model in Rhino and then put the data into blender to create animation. The render time was extremely long as expected using the intel card. Unfortunately this does not work now either as I can not import data in Blender 3.5 without the program crashing. I was able to import the project into blender 4.0, but when i go to move an object, blender 4.0 crashes also. I have attached the logs from the Glitchworkaround and factory startup test, both which resulted in a crash when just attempting to move the initial cube. Ultimately, I am trying to decide if something has happened with the GPU. When i run a stress test on the GPU, it preforms the entire test and keeps the temperature in the acceptable range. Thank you for the reply.
Member

Thanks. Can you check event-viewer or reliability monitor after crash? they might have caught some information about crash

Thanks. Can you check event-viewer or reliability monitor after crash? they might have caught some information about crash

The error received is:

  1. A TDR has been detected. Error Code 7 (pid=20056 tid=18020 blender.exe 64bit)

Says to visit Nvidia for more information. It should be noted that jest before the crash the 3D section of GPU spikes to 100% and then the program crashes.

The error received is: 1. A TDR has been detected. Error Code 7 (pid=20056 tid=18020 blender.exe 64bit) Says to visit Nvidia for more information. It should be noted that jest before the crash the 3D section of GPU spikes to 100% and then the program crashes.

@David-Richardson
Regarding your old file, this may have something to do with data created in old Blender 3.5 being corrupted when being used or converted in new Blender 4. I believe Blender 4 is only backward compatible to Blender 3.6. I would recommend with what worked before. In your case, Blender 3.5. But if you have to use Blender 4 for whatever reason, then below is some information I found on google using the keywords "nvidia TDR", that may be related.

Not sure if this workaround will help (its 12 years old, but I believe it still applies for TDR issues today as per MS), though it is risky as it involves adjusting values in the registry. If you are not comfortable editing the registry, please don't try it. Remember always make a backup first. And if you do try it, and it destroys your system, you have been warned!

MS explanation of issue from 12/06/2023:
https://learn.microsoft.com/en-us/windows-hardware/drivers/display/timeout-detection-and-recovery

Issue Registry Resolution from 12 years ago:
https://www.nvidia.com/en-us/geforce/forums/game-ready-drivers/13/127945/tdr-fix-here-for-nvidia-driver-crashing-randomly-i/

@David-Richardson Regarding your old file, this may have something to do with data created in old Blender 3.5 being corrupted when being used or converted in new Blender 4. I believe Blender 4 is only backward compatible to Blender 3.6. I would recommend with what worked before. In your case, Blender 3.5. But if you have to use Blender 4 for whatever reason, then below is some information I found on google using the keywords "nvidia TDR", that may be related. Not sure if this workaround will help (its 12 years old, but I believe it still applies for TDR issues today as per MS), though it is risky as it involves adjusting values in the registry. If you are not comfortable editing the registry, please don't try it. Remember always make a backup first. And if you do try it, and it destroys your system, you have been warned! MS explanation of issue from 12/06/2023: https://learn.microsoft.com/en-us/windows-hardware/drivers/display/timeout-detection-and-recovery Issue Registry Resolution from 12 years ago: https://www.nvidia.com/en-us/geforce/forums/game-ready-drivers/13/127945/tdr-fix-here-for-nvidia-driver-crashing-randomly-i/

Thank you for the information about backward compatible. I did try editing the registry and all it did was delay the time until the crash. I have heard today that an external monitor will not work at all and crashes the computer so I think it is a GPU or onboard video problem. Thank you all for the suggestions, but I don't think this is a Blender Problem any longer with the new monitor issues.

Thank you for the information about backward compatible. I did try editing the registry and all it did was delay the time until the crash. I have heard today that an external monitor will not work at all and crashes the computer so I think it is a GPU or onboard video problem. Thank you all for the suggestions, but I don't think this is a Blender Problem any longer with the new monitor issues.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2024-01-11 18:53:46 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser Project (Legacy)
Interest
Asset System
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
3 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#116872
No description provided.