View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004676 | NoesisGUI | Studio | public | 2026-01-06 12:22 | 2026-01-07 10:30 |
| Reporter | maherne | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0004676: [BS2005] Crash when changing from a TintEffect which has an animated Color | ||||
| Description | Reproduction and fix for crash BS2005: https://app.bugsplat.com/v2/crash?database=Noesis&id=2005 See attached video for reproduction steps, and the attached patch for a fix. | ||||
| Platform | Any | ||||
|
Attached files failed to upload, with a server error. Attempting to upload attachments again. TintEffect.cpp.patch (507 bytes)
Index: TintEffect.cpp
===================================================================
--- TintEffect.cpp (revision 16479)
+++ TintEffect.cpp (working copy)
@@ -49,6 +49,7 @@
auto OnColorChanged = [](DependencyObject* o, const DependencyPropertyChangedEventArgs& args)
{
TintEffect* this_ = DynamicCast<TintEffect*>(o);
+ if (this_ != nullptr)
{
this_->mConstants.color = args.NewValue<Color>();
this_->InvalidateConstantBuffer();
|
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-01-06 12:22 | maherne | New Issue | |
| 2026-01-06 12:26 | maherne | Note Added: 0011678 | |
| 2026-01-06 12:26 | maherne | File Added: TintEffect.cpp.patch | |
| 2026-01-06 12:26 | maherne | File Added: TintCrash 2026-01-06 11-25-19.mp4 | |
| 2026-01-06 12:27 | maherne | Target Version | => Studio_Beta |
| 2026-01-07 10:30 | sfernandez | Assigned To | => sfernandez |
| 2026-01-07 10:30 | sfernandez | Status | new => assigned |