crash on color managment setting #93559

Closed
opened 2021-12-02 03:11:15 +01:00 by ryan · 19 comments

System Information
Operating system: Windows-10-10.0.19043-SP0 64 Bits
Graphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.14802 Core Profile Context 21.10.2 30.0.14005.1000

Blender Version
Broken: version: 3.1.0 Alpha, branch: master, commit date: 2021-11-30 21:25, hash: 88e9e97ee9
Worked: (newest version of Blender that worked as expected)

Short description of error
Changing look to medium/high contrast causes crash of program

Exact steps for others to reproduce the error
Material preview/rendered view> color management>look>high contrast/medium contrast

blender_room_3.10.crash.txt

blender_room_3.10.blend1

**System Information** Operating system: Windows-10-10.0.19043-SP0 64 Bits Graphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.14802 Core Profile Context 21.10.2 30.0.14005.1000 **Blender Version** Broken: version: 3.1.0 Alpha, branch: master, commit date: 2021-11-30 21:25, hash: `88e9e97ee9` Worked: (newest version of Blender that worked as expected) **Short description of error** Changing look to medium/high contrast causes crash of program **Exact steps for others to reproduce the error** Material preview/rendered view> color management>look>high contrast/medium contrast [blender_room_3.10.crash.txt](https://archive.blender.org/developer/F12682326/blender_room_3.10.crash.txt) [blender_room_3.10.blend1](https://archive.blender.org/developer/F12676707/blender_room_3.10.blend1)
Author

Added subscriber: @cxril

Added subscriber: @cxril

Added subscriber: @deadpin

Added subscriber: @deadpin

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

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

I'm not able to reproduce this crash on AMD or nVidia here (in case it mattered). Please follow the below instructions to troubleshoot and provide the additional log files.


Please open Blender's installation directory and double click on the blender_debug_gpu.cmd. This will start Blender in debug mode and create log files. Try to reproduce the error again. Once it crashes or you close Blender manually the Windows Explorer should open and show you up to two files, a debug log and the system information. Add them to your bug report by clicking on the upload button as shown in the screenshot below or via drag and drop. Please also upload the crash log located in C:\Users\[your username]\AppData\Local\Temp\[project name].crash.txt (or simply type %TEMP% into the path bar of the Windows Explorer).2019_12_04_upload_icon_developer_blender_org.png

I'm not able to reproduce this crash on AMD or nVidia here (in case it mattered). Please follow the below instructions to troubleshoot and provide the additional log files. --- Please open Blender's installation directory and double click on the `blender_debug_gpu.cmd`. This will start Blender in debug mode and create log files. Try to reproduce the error again. Once it crashes or you close Blender manually the Windows Explorer should open and show you up to two files, a debug log and the system information. Add them to your bug report by clicking on the upload button as shown in the screenshot below or via drag and drop. Please also upload the crash log located in `C:\Users\[your username]\AppData\Local\Temp\[project name].crash.txt` (or simply type `%TEMP%` into the path bar of the Windows Explorer).![2019_12_04_upload_icon_developer_blender_org.png](https://archive.blender.org/developer/F8190038/2019_12_04_upload_icon_developer_blender_org.png)
Author

i am unable to find blender 3.1's download path
however when blender 'crashes' it appears that the program has just been closed

i am unable to find blender 3.1's download path however when blender 'crashes' it appears that the program has just been closed

You can still check for that crash file in your temp directory at least. How did you install blender? With the MSI, Steam, or Windows Store?

You can still check for that crash file in your temp directory at least. How did you install blender? With the MSI, Steam, or Windows Store?
Author

I installed through amd's website
I will looks some more for any crash files

I installed through amd's website I will looks some more for any crash files
Author
[blender_room_3.10.crash.txt](https://archive.blender.org/developer/F12682311/blender_room_3.10.crash.txt) [unknown_2021.12.02-18.56.mp4](https://archive.blender.org/developer/F12682315/unknown_2021.12.02-18.56.mp4)

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

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

Setting back to Needs Triage to see if someone else might be able to investigate. Will move the crash file into the description on my next edit.

Setting back to Needs Triage to see if someone else might be able to investigate. Will move the crash file into the description on my next edit.
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

OpenColorIO_v2_0::Context::resolveFileLocation
OpenColorIO_v2_0::Context::resolveFileLocation
OpenColorIO_v2_0::BuildFileTransformOps

Hi, may be you are using OCIO v2?


Note: this is not intended to be a complete production-ready config: https://opencolorio.readthedocs.io/en/latest/configurations/ocio_v2_demo.html:
Considering the note, I think crash like this are expected. no?

I have seen similar reports recently on tracker but couldn't find at the moment (will check again)

edit: Found them: #93562, #93828

> OpenColorIO_v2_0::Context::resolveFileLocation > OpenColorIO_v2_0::Context::resolveFileLocation > OpenColorIO_v2_0::BuildFileTransformOps Hi, may be you are using OCIO v2? --- **Note: this is not intended to be a complete production-ready config**: https://opencolorio.readthedocs.io/en/latest/configurations/ocio_v2_demo.html: Considering the note, I think crash like this are expected. no? I have seen similar reports recently on tracker but couldn't find at the moment (will check again) edit: Found them: #93562, #93828

@cxril I took another look at this and it seems like you are running blender from the following path: C:\Users\ryan\AppData\Local\Temp\Rar$EXa3988.34656\blender-3.1.0-alpha+master.88e9e97ee907-windows.amd64-release

It turns out OCIO has a feature that attempts to resolve variables inside the path and it uses $ as the marker for such variables- [x]. Can you try running blender from a more "normal" path and see if you can still reproduce the problem?

@cxril I took another look at this and it seems like you are running blender from the following path: `C:\Users\ryan\AppData\Local\Temp\Rar$EXa3988.34656\blender-3.1.0-alpha+master.88e9e97ee907-windows.amd64-release` It turns out OCIO has a feature that attempts to resolve variables inside the path and it uses `$` as the marker for such variables- [x]. Can you try running blender from a more "normal" path and see if you can still reproduce the problem? - [x] [OCIO Documentation ](https://opencolorio.readthedocs.io/en/latest/api/context.html?highlight=resolve#_CPPv4NK19OpenColorIO_v2_2dev7Context16resolveStringVarEPKcR12ContextRcPtr)

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

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

I couldn't find anything under that directory, I will continue to search for the file as I installed blender 3.1 through AMD's website.

I couldn't find anything under that directory, I will continue to search for the file as I installed blender 3.1 through AMD's website.
Member

Added subscriber: @EAW

Added subscriber: @EAW
Member

In #93559#1276906, @PratikPB2123 wrote:
Hi, may be you are using OCIO v2?

Blender was upgraded to OCIO_v2 in February.
#84819 (OpenColorIO 2.0 Upgrade)


Note: this is not intended to be a complete production-ready config: https://opencolorio.readthedocs.io/en/latest/configurations/ocio_v2_demo.html:
Considering the note, I think crash like this are expected. no?

The full sentence states it’s purpose. 😉

Note: this is not intended to be a complete production-ready config, its purpose is to introduce many of the new features in OCIO v2.

It is a highly documented config aimed at developers, designed to help them implement OCIO_v2 in their apps. If it crashes the application, then I would think that something is wrong in that app’s implementation/code. That demo config is designed to teach, not to be a production ready solution. 😊

> In #93559#1276906, @PratikPB2123 wrote: > Hi, may be you are using OCIO v2? Blender was upgraded to OCIO_v2 in February. #84819 (OpenColorIO 2.0 Upgrade) > --- > **Note: this is not intended to be a complete production-ready config**: https://opencolorio.readthedocs.io/en/latest/configurations/ocio_v2_demo.html: > Considering the note, I think crash like this are expected. no? The full sentence states it’s purpose. 😉 >Note: this is not intended to be a complete production-ready config, **its purpose is to introduce many of the new features in OCIO v2.** It is a highly documented config aimed at developers, designed to help them implement OCIO_v2 in their apps. If it crashes the application, then I would think that something is wrong in that app’s implementation/code. That demo config is designed to teach, not to be a production ready solution. 😊

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

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

I will close this issue for now. If you can reproduce the problem in the future, please open a new report.

I will close this issue for now. If you can reproduce the problem in the future, 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
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#93559
No description provided.