the source value on the initial velocity liquid simulation crashes blender #89723

Closed
opened 2021-07-08 04:56:49 +02:00 by itamar · 16 comments

System Information
Operating system: windows 10 pro
Graphics card: gtx 1070ti
cpu: ryzen 2700x
16gb ram

Blender Version
Broken:
blender 2.93.1

Short description of error
fluid simulation oftenly crashes blender when changing the source value on in the initial velocity tab and over all general quarks such as the simulation stops working halfway through if i use a source value which is close to 2
Exact steps for others to reproduce the error
malabali.blend

**System Information** Operating system: windows 10 pro Graphics card: gtx 1070ti cpu: ryzen 2700x 16gb ram **Blender Version** Broken: blender 2.93.1 **Short description of error** fluid simulation oftenly crashes blender when changing the source value on in the initial velocity tab and over all general quarks such as the simulation stops working halfway through if i use a source value which is close to 2 **Exact steps for others to reproduce the error** [malabali.blend](https://archive.blender.org/developer/F10216724/malabali.blend)
Author

Added subscriber: @itamar-erez

Added subscriber: @itamar-erez

Added subscriber: @iss

Added subscriber: @iss

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

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

I can't reproduce this issue. what are steps to reproduce? Does it happen when I type in number and press enter?

I can't reproduce this issue. what are steps to reproduce? Does it happen when I type in number and press enter?
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Can not reproduce the issue with 2.93.1 (03d5c8b4ed commit date: 2021-06-25)

Simulating the scene does not cause the crash. Could you please clarify the exact steps to recreate the crash?

Also: Please attach system information generated from help menu (Help -> Save System Info)


System Information:

Graphics card : AMD Radeon(TM) 535 ATI Technologies .```

(ops, did not notice the Richard's comment. I better refresh the page before commenting :p)
Can not reproduce the issue with 2.93.1 (`03d5c8b4ed` commit date: `2021-06-25`) Simulating the scene does not cause the crash. Could you please clarify the exact steps to recreate the crash? Also: Please attach system information generated from help menu (`Help -> Save System Info`) --- System Information: ```Operating system : Windows-10-10.0.18362-SP0 64 Bits Graphics card : AMD Radeon(TM) 535 ATI Technologies .``` (ops, did not notice the Richard's comment. I better refresh the page before commenting :p)
Author

i hope this helps and Desktop 2021.07.08 - 14.33.57.01.mp4
i dont know how to attach system information

but i have a b450 asus tuf motherbored and my gtx 1070 ti is on the version 466.11 drivers i also use a 550 wat psu a my computer has never required more wattage i dont overclock and i have a stable 2tb hdd and a 256 gb ssd

i hope this helps and [Desktop 2021.07.08 - 14.33.57.01.mp4](https://archive.blender.org/developer/F10217056/Desktop_2021.07.08_-_14.33.57.01.mp4) i dont know how to attach system information but i have a b450 asus tuf motherbored and my gtx 1070 ti is on the version 466.11 drivers i also use a 550 wat psu a my computer has never required more wattage i dont overclock and i have a stable 2tb hdd and a 256 gb ssd
Author

oh btw on the last frame i pressed g not alt+f4 and as soon as i pressed g it crashed

oh btw on the last frame i pressed g not alt+f4 and as soon as i pressed g it crashed

The video you provided is helpful in that I can believe, that this could be genuine bug. But it is very hard to follow. In best case you should try to identify set of steps that would cause crash each time, so crash can be reproduced by developer reliably. In some cases this is not possible though, but that is hard to know in advance.

In #89723#1188651, @itamar-erez wrote:
i dont know how to attach system information

In Blender, click on Help -> Save System Info, but please follow these steps instead:

Download latest alpha from https://builder.blender.org/download/daily/ and check if this bug is present.
If bug still happens, run file blender_debug_log.cmd. There will be 2 files created, upload them here.
Open debug output file, and check if at the end of file there is path to .crash.txt file mentioned. upload this .crash.txt file too.

The video you provided is helpful in that I can believe, that this could be genuine bug. But it is very hard to follow. In best case you should try to identify set of steps that would cause crash each time, so crash can be reproduced by developer reliably. In some cases this is not possible though, but that is hard to know in advance. > In #89723#1188651, @itamar-erez wrote: > i dont know how to attach system information In Blender, click on Help -> Save System Info, but please follow these steps instead: Download latest alpha from https://builder.blender.org/download/daily/ and check if this bug is present. If bug still happens, run file `blender_debug_log.cmd`. There will be 2 files created, upload them here. Open debug output file, and check if at the end of file there is path to .crash.txt file mentioned. upload this .crash.txt file too.
Author

sorry for taking so long here is my system info system-info.txt

blender_debug_output.txt unfortuntly there wasn't a crash txt but this is the blender debug output

sorry for taking so long here is my system info [system-info.txt](https://archive.blender.org/developer/F10220148/system-info.txt) [blender_debug_output.txt](https://archive.blender.org/developer/F10220153/blender_debug_output.txt) unfortuntly there wasn't a crash txt but this is the blender debug output

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

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

Sorry, I missed notification here.

I will re-check, but still set of exact steps would be helpful.

Sorry, I missed notification here. I will re-check, but still set of exact steps would be helpful.
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

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

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Can confirm here (simulation stops at around frame 50, closing blender then crashes)

Seeing this in the console:

RuntimeError: GridCg::iterate: The CG solver diverged, residual norm > 1e30, stopping.
Error raised in extern/mantaflow/preprocessed/conjugategrad.cpp:562
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 169, in bake_fluid_data_4
  File "<string>", line 164, in bake_fluid_process_data_4
  File "<string>", line 136, in liquid_adaptive_step_4
  File "<string>", line 221, in liquid_step_4

But this has been reported before, see #87975 (Mantaflow simulation stops and crashes at the end of the bake (or when closing blender): The CG solver diverged, residual norm > 1e30, stopping.), will merge these reports

Can confirm here (simulation stops at around frame 50, closing blender then crashes) Seeing this in the console: ``` RuntimeError: GridCg::iterate: The CG solver diverged, residual norm > 1e30, stopping. Error raised in extern/mantaflow/preprocessed/conjugategrad.cpp:562 Traceback (most recent call last): File "<string>", line 1, in <module> File "<string>", line 169, in bake_fluid_data_4 File "<string>", line 164, in bake_fluid_process_data_4 File "<string>", line 136, in liquid_adaptive_step_4 File "<string>", line 221, in liquid_step_4 ``` But this has been reported before, see #87975 (Mantaflow simulation stops and crashes at the end of the bake (or when closing blender): The CG solver diverged, residual norm > 1e30, stopping.), will merge these reports
Member

Closed as duplicate of #87975

Closed as duplicate of #87975
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
4 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#89723
No description provided.