View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004420 | NoesisGUI | C# SDK | public | 2025-10-14 04:15 | 2025-10-14 16:43 |
| Reporter | ai_enabled | Assigned To | sfernandez | ||
| Priority | normal | Severity | block | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 3.2 | ||||
| Fixed in Version | 3.2 | ||||
| Summary | 0004420: Black rectangles with 3.2.9 | ||||
| Description | Hello! After updating to 3.2.9 I've noticed an odd UI rendering issue with black rectangles appearing over the most parts of the screen (screenshot attached) which was also confirmed by another developer. Probably some GPU state is not properly restored after calling NoesisGUI Render() method. I've tried to investigate with RenderDoc but I'm not experienced enough to figure out what's exactly causing the issue. What's odd is that we don't have this issue with our primary project. My first thought was that maybe it's because we're rendering NoesisGUI into a render texture there instead of drawing straight into the framebuffer as in the provided sample. However, I've tried implementing this in the sample and while it has reduced the rate of this issue it's still very much present—either black flickering, or completely black screen, or some parts of the screen are obscured. Steps to reproduce:
Regards! | ||||
| Attached Files | |||||
| Platform | Windows | ||||
|
Hi, Looking at the RenderDoc captures what is happening is that during the Offscreen pass Scissoring is enabled, and it is not restored/disabled for the Onscreen pass. |
|
|
Thank you, Sergio! |
|
|
This is not a workaround, it is an integration issue. There is nothing wrong in Noesis library. Cheers. |
|
|
Thank you for the clarification, Sergio! You can close this ticket. Regards! |
|
|
Thanks for your help maintaining the MonoGame integration! |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-10-14 04:15 | ai_enabled | New Issue | |
| 2025-10-14 04:15 | ai_enabled | File Added: Screenshot 2025-10-14 050450.png | |
| 2025-10-14 11:07 | sfernandez | Assigned To | => sfernandez |
| 2025-10-14 11:07 | sfernandez | Status | new => assigned |
| 2025-10-14 11:11 | sfernandez | Status | assigned => feedback |
| 2025-10-14 11:11 | sfernandez | Note Added: 0011163 | |
| 2025-10-14 13:31 | ai_enabled | Note Added: 0011165 | |
| 2025-10-14 13:31 | ai_enabled | Status | feedback => assigned |
| 2025-10-14 13:33 | ai_enabled | Note Edited: 0011165 | |
| 2025-10-14 14:57 | sfernandez | Status | assigned => feedback |
| 2025-10-14 14:57 | sfernandez | Note Added: 0011167 | |
| 2025-10-14 15:37 | ai_enabled | Note Added: 0011170 | |
| 2025-10-14 15:37 | ai_enabled | Status | feedback => assigned |
| 2025-10-14 16:43 | sfernandez | Status | assigned => resolved |
| 2025-10-14 16:43 | sfernandez | Resolution | open => no change required |
| 2025-10-14 16:43 | sfernandez | Fixed in Version | => 3.2 |
| 2025-10-14 16:43 | sfernandez | Note Added: 0011171 |