4.2 Beta Cycle and baking Broken By EEVEE Shaders Compiler #122959
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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 & 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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#122959
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Operating system: windows 11
Graphics card: 2060
Blender Version
Broken: 4.1 / 4.2 Beta
Worked:
Short description of error
i just open blender with cylce and it's ok it work and i can bake, when i switch to EEVEE it load the shaders and then when i switch back to cycle it go Out of GPU memory and i cannot more bake to, even if i delete almost all the objects in the scene.
the only way i found it work, it is by removing both gpu and cpu in the selection under the cycle system in the preferences.
to specify, with optix it does that, with cuda it after loading an entire day then it load by showning up at the top "updating Images" and than it crash. my mesh it's bigger than this "150k tris" i left just a part to be loaded within the 500 mb file size limit of the site.
4.2 Beta Cycle and baking Broken By EEVEEnext Shaders Compilerto 4.2 Beta Cycle and baking Broken By EEVEE Shaders CompilerHi, thanks for the report. Did you check memory usage when error hits? How much RAM/VRAM you have?
Could you narrow down the file? 8GB is a lot for further investigation.
it happens that (while using the graphic card or both gpu and cpu in the system) when i don't enter in EEVEE and i go directly in cycle it is lower the usage and it work, than i go in EEVEE and the usage it became higher and than i switch back to cycle and it go out of GPU, even tough it fine worked until i did not switched to EEVEE, now i testet it in 4.1 tough and it was the same, and the work around it was to toggle off both gpu and cpu from the system.
here i've loaded a rar with 6 images that describe the entire process.
in the first image i also showed how much textures were externally referred to the file, with its folder weight, and to spacify, in the first image i was using cycle, as i said before, for the description of the process.
Thanks. Memory usage in taskbar is near 100%
In EEVEE, the memory usage possibly increased due to compiled shaders.
In cycles, are you rendering in viewport or the f12/ctrl f12 render? Is persistent data enabled.
Yes, I can see in 5-6 image, VRAM usage dropped to 1.2 gib. It seems vram is being freed when unchecking the gpu preference.
I don't think this is a bug. @brecht @Jeroen-Bakker hi , can you check as well since this is about cycles and EEVEE.
Out of memory issues are typically not a bug. Would advice to set
Viewport -> Textures -> Limit Size
to something else then off, so the viewport (EEVEE/Workbench) doesn't reserve much data on the GPU. Other than that the model/textures can be optimized to be able to work on your GPU. Note that shader compilation isn't the issue, but loading the textures to the GPU that a compiled shader is using.Memory between Cycles and EEVEE/Workbench on the GPU are separated and it depends on the driver to optimize fragmented memory.
Yes, there are some ways we could further reduce memory usage. But that's outside the scope of the bug tracker, and it's always going to run out at some point.
ok understood, I'll take it in mind for the next time, thanks for the reply.