Blender Crashes while moving Sliders #51416

Closed
opened 2017-05-04 21:02:49 +02:00 by Marc Zbinden · 14 comments

System Information
Windows 10 Pro 64bit
Intel Core i7-2600K CPU
16GB RAM
Geforce GTX980

Blender Version
Broken: 2.78c Date: 2017-02-24 14:33
Engine: Cycles
Worked: (optional)

A Crash ocures when a Slider is moved

Step1: Create a mesh with a texture
Step2: Add a Convertor - Colorramp to the colorinput of the Defuse Shader
Step3: Add a mapping node to the input of the colorramp
Step4: Add a Texturecoordinate node to the input of the mapping node
Step5: I added a second colorramp between the first colorramp and the Defuse shader because this seams to increases the chance that the error appears. But it's not necessary.
Step6: Change displaymode of 3D View to Material so that the Colors are visible. I'm not sure if that is necessary. It had also once crashed when the mode where set to rendered. I didn't tried it in solidmode.
Step7: Adding some colorpoints to the colorramp and moving them around. Then I closed the nodeeditor and swaped to the properties area on the right where the sliders also are under the materialsettings
After a minute of moving sliders around the crash appeared. Sometimes it crashes just after one second of moving a slider. Once it crashed just after I connected the colorramp to an other node.
This is a Screenshot of the VisualBasic Debugger
Error1.JPG
Sometimes it is possible to click on Continue and Blender works further like nothing happened.
Otherwise the Error repeats endlessly.
This is my Testfile:
Test.blend
It's only a new File with a rectangular mesh and a texture.

I tried different things to get around this error.
I tried different rendersettings.
I lowered the polrate of my mouse from 1000 to 250.
I tried different graphics drivers.
My first Blender version was 2.68 I think. And I'm not sure when the error first appeared. But I'm sure that it also happened in the last Version witch would have been 2.77
I use Blender also on an other machine. On a minimac with bootcamp and windows 10. The Error never occured there.

I really hope this will be fixed!

Thank you!

**System Information** Windows 10 Pro 64bit Intel Core i7-2600K CPU 16GB RAM Geforce GTX980 **Blender Version** Broken: 2.78c Date: 2017-02-24 14:33 Engine: Cycles Worked: (optional) A Crash ocures when a Slider is moved Step1: Create a mesh with a texture Step2: Add a Convertor - Colorramp to the colorinput of the Defuse Shader Step3: Add a mapping node to the input of the colorramp Step4: Add a Texturecoordinate node to the input of the mapping node Step5: I added a second colorramp between the first colorramp and the Defuse shader because this seams to increases the chance that the error appears. But it's not necessary. Step6: Change displaymode of 3D View to Material so that the Colors are visible. I'm not sure if that is necessary. It had also once crashed when the mode where set to rendered. I didn't tried it in solidmode. Step7: Adding some colorpoints to the colorramp and moving them around. Then I closed the nodeeditor and swaped to the properties area on the right where the sliders also are under the materialsettings After a minute of moving sliders around the crash appeared. Sometimes it crashes just after one second of moving a slider. Once it crashed just after I connected the colorramp to an other node. This is a Screenshot of the VisualBasic Debugger ![Error1.JPG](https://archive.blender.org/developer/F587811/Error1.JPG) Sometimes it is possible to click on Continue and Blender works further like nothing happened. Otherwise the Error repeats endlessly. This is my Testfile: [Test.blend](https://archive.blender.org/developer/F587826/Test.blend) It's only a new File with a rectangular mesh and a texture. I tried different things to get around this error. I tried different rendersettings. I lowered the polrate of my mouse from 1000 to 250. I tried different graphics drivers. My first Blender version was 2.68 I think. And I'm not sure when the error first appeared. But I'm sure that it also happened in the last Version witch would have been 2.77 I use Blender also on an other machine. On a minimac with bootcamp and windows 10. The Error never occured there. I really hope this will be fixed! Thank you!
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @MarcZbinden

Added subscriber: @MarcZbinden

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

I can confirm this bug with the provided blend. Moving the color sliders around moderately fast will eventually crash Blender.

ERROR: Python context internal state bug. this should not happen!
ERROR: Python context internal state bug. this should not happen!
ERROR: Python context internal state bug. this should not happen!
Error: EXCEPTION_ACCESS_VIOLATION

I have a similar issue with Blender Color wheel on Win 7 64 bit , R7 360 build f1ada2e

Default cube > switch to Cycles > Add a material > In the Material tab of Properties editor find the Surface > Color and click on it. The Color widget will show up. . The combination of moving the mouse moderately fast in the color wheel while holding the left button with the occasional release, and then resuming holding it down will lead to the crash - that can on my machine be replicated reliably. Sometimes helps going out the widget border so the position gets clamped from time to time.

At times, it crashes really fast, sometimes after several tries of 10 seconds. Scaling the UI helps with not loosing the mouse focus

I can't get the exact sequence of the crash sometimes a few fast clicks can trigger the bug, in other cases circular movements in a relatively small area of the wheel - but it is probably related on how the update is handled memory wise.

ED_undo_push: Color
ED_undo_push: Color
ED_undo_push: Input value used for unconnected socket
ED_undo_push: Color
Memoryblock free: pointer not in memlist
Error: EXCEPTION_ACCESS_VIOLATION

ED_undo_push: Color
ED_undo_push: Color
ED_undo_push: Color
ED_undo_push: Color
ED_undo_push: Color
ED_undo_push: Color
ED_undo_push: Color
ED_undo_push: Color
Memoryblock ButsTextureUser: double free

ED_undo_push: Color
Memoryblock mesh: Additional error in header
Memoryblock Additional error in header: error in header

This bug show that is not only related to the Color /Wheel Picker Widget but also to the slider of the color ramp.

I can confirm this bug with the provided blend. Moving the color sliders around moderately fast will eventually crash Blender. ``` ERROR: Python context internal state bug. this should not happen! ERROR: Python context internal state bug. this should not happen! ERROR: Python context internal state bug. this should not happen! Error: EXCEPTION_ACCESS_VIOLATION ``` I have a similar issue with Blender Color wheel on Win 7 64 bit , R7 360 build `f1ada2e` Default cube > switch to Cycles > Add a material > In the Material tab of Properties editor find the Surface > Color and click on it. The Color widget will show up. . The combination of moving the mouse moderately fast in the color wheel while holding the left button with the occasional release, and then resuming holding it down will lead to the crash - that can on my machine be replicated reliably. Sometimes helps going out the widget border so the position gets clamped from time to time. At times, it crashes really fast, sometimes after several tries of 10 seconds. Scaling the UI helps with not loosing the mouse focus I can't get the exact sequence of the crash sometimes a few fast clicks can trigger the bug, in other cases circular movements in a relatively small area of the wheel - but it is probably related on how the update is handled memory wise. ``` ED_undo_push: Color ED_undo_push: Color ED_undo_push: Input value used for unconnected socket ED_undo_push: Color Memoryblock free: pointer not in memlist Error: EXCEPTION_ACCESS_VIOLATION ED_undo_push: Color ED_undo_push: Color ED_undo_push: Color ED_undo_push: Color ED_undo_push: Color ED_undo_push: Color ED_undo_push: Color ED_undo_push: Color Memoryblock ButsTextureUser: double free ED_undo_push: Color Memoryblock mesh: Additional error in header Memoryblock Additional error in header: error in header ``` This bug show that is not only related to the Color /Wheel Picker Widget but also to the slider of the color ramp.

Added subscriber: @Ace_Dragon

Added subscriber: @Ace_Dragon

I will add to this, the fact that Blender can crash while preview rendering on any rapid change in any value (it doesn't matter if it's on the color ramp node or not).

This has also been an issue with the Cycles' rendered view for years. I thought about reporting it before, but the bug was hard to pin down until I found this entry.

I will add to this, the fact that Blender can crash while preview rendering on any rapid change in any value (it doesn't matter if it's on the color ramp node or not). This has also been an issue with the Cycles' rendered view for years. I thought about reporting it before, but the bug was hard to pin down until I found this entry.

Added subscriber: @cedeon

Added subscriber: @cedeon

This issue was referenced by blender/cycles@329740882b

This issue was referenced by blender/cycles@329740882b7a69536255fd20e144f59eb9e25bbc

This issue was referenced by 7aafa32c09

This issue was referenced by 7aafa32c09bb93b44f746743b67735b1ae73ab21
Sergey Sharybin self-assigned this 2017-09-13 17:15:42 +02:00

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Added subscriber: @joeBob44

Added subscriber: @joeBob44

System Information:
Windows 10
Intel Core i7-7700 CPU
16GB RAM
Geforce GTX1080

Blender Version: 2.79
Engine: Cycles
Date of crashes: Since installing to present 2018/01/13

I have been getting random crashes in blender whilst moving sliders, in a manner similar to what has been described above. Is the any fix for this yet as for me the crashes mean i loose everything I've done after the last save. As above the crashes seem to happened whilst moving sliders (e.g. the IOR slider for the glass shader but could be almost any slider). It seems to be completely random as can happen after a few seconds of moving a slider to hours of working with frequent usage of sliders. I have only noticed crashes in blender and no other program so far.

System Information: Windows 10 Intel Core i7-7700 CPU 16GB RAM Geforce GTX1080 Blender Version: 2.79 Engine: Cycles Date of crashes: Since installing to present 2018/01/13 I have been getting random crashes in blender whilst moving sliders, in a manner similar to what has been described above. Is the any fix for this yet as for me the crashes mean i loose everything I've done after the last save. As above the crashes seem to happened whilst moving sliders (e.g. the IOR slider for the glass shader but could be almost any slider). It seems to be completely random as can happen after a few seconds of moving a slider to hours of working with frequent usage of sliders. I have only noticed crashes in blender and no other program so far.

Added subscriber: @brecht

Added subscriber: @brecht

This bug was fixed after the 2.79 release, so you would need to test the daily build or the upcoming 2.79a to confirm if it's fixed:
https://builder.blender.org/download/

If you do still find this bug, please open a new report.

This bug was fixed after the 2.79 release, so you would need to test the daily build or the upcoming 2.79a to confirm if it's fixed: https://builder.blender.org/download/ If you do still find this bug, please open a new 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
8 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#51416
No description provided.