View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000787 | NoesisGUI | Unity | public | 2015-12-22 18:32 | 2018-11-23 02:12 |
| Reporter | Scherub | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | resolved | Resolution | fixed | ||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0b1 | ||
| Summary | 0000787: Using ColorAnimation on a Brush target crashes NoesisGUI | ||||
| Description | Hi, I use the following Storyboard: [code]
[/code] Both DoubleAnimations work without any problems but the ColorAnimation crashes NoesisGUI. I remember there was a problem with the ColorAnimation a long time ago. I don't know whether that was fixed. But the problem reported there was about using Static/DynamicResources in combination with ColorAnimation. I'll give the ColorAnimationUsingKeyframes a try now. I've also attached the crash dumps and various logs. | ||||
| Attached Files | |||||
| Platform | Any | ||||
|
Okay, I've changed the ColorAnimation to: [code] and it works now, even when using a DynamicResource. :) Anyway, it still probably shouldn't crash NoesisGUI under certain circumstances. :) |
|
|
The crash occurs when using a ColorAnimtion with a target property that is not of type Color. This probably occurs with all the Animation timelines if target property doesn't match the animation type. I changed the summary to reflect this and will fix it as soon as possible. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-12-22 18:32 | Scherub | New Issue | |
| 2015-12-22 18:32 | Scherub | File Added: NoesisGUI-Dumps - 20151222.zip | |
| 2015-12-22 18:43 | Scherub | Note Added: 0003420 | |
| 2015-12-22 19:51 | sfernandez | Note Added: 0003421 | |
| 2015-12-22 19:51 | sfernandez | Status | new => assigned |
| 2015-12-22 19:51 | sfernandez | Summary | Using ColorAnimation seems to crash NoesisGUI => Using ColorAnimation on a Brush target crashes NoesisGUI |
| 2015-12-24 11:07 | jsantos | Assigned To | => sfernandez |
| 2018-11-01 02:14 | jsantos | View Status | public => private |
| 2018-11-21 12:58 | jsantos | Target Version | => 2.2.0 |
| 2018-11-21 12:58 | jsantos | View Status | private => public |
| 2018-11-21 12:58 | jsantos | Platform | => Any |
| 2018-11-23 02:12 | sfernandez | Status | assigned => resolved |
| 2018-11-23 02:12 | sfernandez | Resolution | open => fixed |
| 2018-11-23 02:12 | sfernandez | Fixed in Version | => 2.2.0b1 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |