EEVEE NEXT overdarkening shadow problem #113543

Closed
opened 2023-10-11 15:01:59 +02:00 by Philipp Oeser · 3 comments
Member

System Information
Operating system: Linux-6.5.5-200.fc38.x86_64-x86_64-with-glibc2.37 64 Bits, X11 UI
Graphics card: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.113.01

Blender Version
Broken: version: 4.1.0 Alpha, branch: main, commit date: 2023-10-11 11:36, hash: 54f326e951d8
Worked: (newest version of Blender that worked as expected)

Short description of error

EEVEE NEXT can have a shadow problem navigating around the scene (shadows overdarkening)

Creating this report after discussion/investigation with @fclem in chat so we can keep track of it.
It might not be in a reproducable state yet, but here is how it looks and some futher information (the output of the failing relevant OPENGL drawing test

Note: Google Test filter = DrawOpenGLTest.eevee_shadow_defrag
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from DrawOpenGLTest
[ RUN      ] DrawOpenGLTest.eevee_shadow_defrag
Failed to start GPU frame capture!
source/blender/draw/tests/eevee_test.cc:600: Failure
Expected equality of these values:
  expect
    Which is: fcc
  result
    Which is: "cfc"
source/blender/draw/tests/eevee_test.cc:614: Failure
Expected equality of these values:
  expected_start
    Which is: 1
  pages_infos_data.page_cached_start
    Which is: 2
source/blender/draw/tests/eevee_test.cc:615: Failure
Expected equality of these values:
  expect_cached_len
    Which is: 2
  result_cached_len
    Which is: 1
source/blender/draw/tests/eevee_test.cc:600: Failure
Expected equality of these values:
  expect
    Which is: fffffcccccccccccc
  result
    Which is: "cffcffccfcccccccc"
source/blender/draw/tests/eevee_test.cc:614: Failure
Expected equality of these values:
  expected_start
    Which is: 52
  pages_infos_data.page_cached_start
    Which is: 54
source/blender/draw/tests/eevee_test.cc:615: Failure
Expected equality of these values:
  expect_cached_len
    Which is: 12
  result_cached_len
    Which is: 10
source/blender/draw/tests/eevee_test.cc:600: Failure
Expected equality of these values:
  expect
    Which is: fffffcccccccccccc
  result
    Which is: "cffcffccfcccccccc"
source/blender/draw/tests/eevee_test.cc:614: Failure
Expected equality of these values:
  expected_start
    Which is: 4096
  pages_infos_data.page_cached_start
    Which is: 2
source/blender/draw/tests/eevee_test.cc:615: Failure
Expected equality of these values:
  expect_cached_len
    Which is: 12
  result_cached_len
    Which is: 10
source/blender/draw/tests/eevee_test.cc:600: Failure
Expected equality of these values:
  expect
    Which is: fffffffffcccccccc
  result
    Which is: "cffcffcffcfcccccc"
source/blender/draw/tests/eevee_test.cc:614: Failure
Expected equality of these values:
  expected_start
    Which is: 39
  pages_infos_data.page_cached_start
    Which is: 42
source/blender/draw/tests/eevee_test.cc:615: Failure
Expected equality of these values:
  expect_cached_len
    Which is: 10
  result_cached_len
    Which is: 5
source/blender/draw/tests/eevee_test.cc:600: Failure
Expected equality of these values:
  expect
    Which is: fffffffffffffcccc
  result
    Which is: "cffcffcffcfcffffc"
source/blender/draw/tests/eevee_test.cc:614: Failure
Expected equality of these values:
  expected_start
    Which is: 43
  pages_infos_data.page_cached_start
    Which is: 46
source/blender/draw/tests/eevee_test.cc:615: Failure
Expected equality of these values:
  expect_cached_len
    Which is: 6
  result_cached_len
    Which is: 1
source/blender/draw/tests/eevee_test.cc:600: Failure
Expected equality of these values:
  expect
    Which is: fffffffffffffffff
  result
    Which is: "cffcffcffcfcfffff"
source/blender/draw/tests/eevee_test.cc:613: Failure
Expected equality of these values:
  expected_free_count
    Which is: 4096
  pages_infos_data.page_free_count
    Which is: 4093
source/blender/draw/tests/eevee_test.cc:615: Failure
Expected equality of these values:
  expect_cached_len
    Which is: 5
  result_cached_len
    Which is: 0
[  FAILED  ] DrawOpenGLTest.eevee_shadow_defrag (309 ms)
[----------] 1 test from DrawOpenGLTest (309 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (309 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] DrawOpenGLTest.eevee_shadow_defrag

Exact steps for others to reproduce the error
So far, this has only been reproduced in a complex file (see video)

**System Information** Operating system: Linux-6.5.5-200.fc38.x86_64-x86_64-with-glibc2.37 64 Bits, X11 UI Graphics card: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.113.01 **Blender Version** Broken: version: 4.1.0 Alpha, branch: main, commit date: 2023-10-11 11:36, hash: `54f326e951d8` Worked: (newest version of Blender that worked as expected) **Short description of error** EEVEE NEXT can have a shadow problem navigating around the scene (shadows overdarkening) <video src="/attachments/1fabd342-d1de-4afb-8554-1e3104ac5c00" title="0001-0930.mp4" controls></video> Creating this report after discussion/investigation with @fclem in chat so we can keep track of it. It might not be in a reproducable state yet, but here is how it looks and some futher information (the output of the failing relevant OPENGL drawing test ``` Note: Google Test filter = DrawOpenGLTest.eevee_shadow_defrag [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from DrawOpenGLTest [ RUN ] DrawOpenGLTest.eevee_shadow_defrag Failed to start GPU frame capture! source/blender/draw/tests/eevee_test.cc:600: Failure Expected equality of these values: expect Which is: fcc result Which is: "cfc" source/blender/draw/tests/eevee_test.cc:614: Failure Expected equality of these values: expected_start Which is: 1 pages_infos_data.page_cached_start Which is: 2 source/blender/draw/tests/eevee_test.cc:615: Failure Expected equality of these values: expect_cached_len Which is: 2 result_cached_len Which is: 1 source/blender/draw/tests/eevee_test.cc:600: Failure Expected equality of these values: expect Which is: fffffcccccccccccc result Which is: "cffcffccfcccccccc" source/blender/draw/tests/eevee_test.cc:614: Failure Expected equality of these values: expected_start Which is: 52 pages_infos_data.page_cached_start Which is: 54 source/blender/draw/tests/eevee_test.cc:615: Failure Expected equality of these values: expect_cached_len Which is: 12 result_cached_len Which is: 10 source/blender/draw/tests/eevee_test.cc:600: Failure Expected equality of these values: expect Which is: fffffcccccccccccc result Which is: "cffcffccfcccccccc" source/blender/draw/tests/eevee_test.cc:614: Failure Expected equality of these values: expected_start Which is: 4096 pages_infos_data.page_cached_start Which is: 2 source/blender/draw/tests/eevee_test.cc:615: Failure Expected equality of these values: expect_cached_len Which is: 12 result_cached_len Which is: 10 source/blender/draw/tests/eevee_test.cc:600: Failure Expected equality of these values: expect Which is: fffffffffcccccccc result Which is: "cffcffcffcfcccccc" source/blender/draw/tests/eevee_test.cc:614: Failure Expected equality of these values: expected_start Which is: 39 pages_infos_data.page_cached_start Which is: 42 source/blender/draw/tests/eevee_test.cc:615: Failure Expected equality of these values: expect_cached_len Which is: 10 result_cached_len Which is: 5 source/blender/draw/tests/eevee_test.cc:600: Failure Expected equality of these values: expect Which is: fffffffffffffcccc result Which is: "cffcffcffcfcffffc" source/blender/draw/tests/eevee_test.cc:614: Failure Expected equality of these values: expected_start Which is: 43 pages_infos_data.page_cached_start Which is: 46 source/blender/draw/tests/eevee_test.cc:615: Failure Expected equality of these values: expect_cached_len Which is: 6 result_cached_len Which is: 1 source/blender/draw/tests/eevee_test.cc:600: Failure Expected equality of these values: expect Which is: fffffffffffffffff result Which is: "cffcffcffcfcfffff" source/blender/draw/tests/eevee_test.cc:613: Failure Expected equality of these values: expected_free_count Which is: 4096 pages_infos_data.page_free_count Which is: 4093 source/blender/draw/tests/eevee_test.cc:615: Failure Expected equality of these values: expect_cached_len Which is: 5 result_cached_len Which is: 0 [ FAILED ] DrawOpenGLTest.eevee_shadow_defrag (309 ms) [----------] 1 test from DrawOpenGLTest (309 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (309 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] DrawOpenGLTest.eevee_shadow_defrag ``` **Exact steps for others to reproduce the error** So far, this has only been reproduced in a complex file (see video)
Member

@lichtwerk Could you check if #114550 fixed this issue?

@lichtwerk Could you check if #114550 fixed this issue?
Author
Member

@lichtwerk Could you check if #114550 fixed this issue?

Apparently it did, thx!

Now there are other issues (e.g. moving an object does not update shadows -- or the object even, just the selection outlines-- at all), but will report these separately...

> @lichtwerk Could you check if #114550 fixed this issue? Apparently it did, thx! Now there are other issues (e.g. moving an object does not update shadows -- or the object even, just the selection outlines-- at all), but will report these separately...
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2023-11-07 16:02:57 +01:00
Author
Member

Now there are other issues (e.g. moving an object does not update shadows -- or the object even, just the selection outlines-- at all), but will report these separately...

Reported as #114696

> Now there are other issues (e.g. moving an object does not update shadows -- or the object even, just the selection outlines-- at all), but will report these separately... Reported as #114696
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
2 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#113543
No description provided.