View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001510 | NoesisGUI | Unity | public | 2019-07-01 22:41 | 2019-07-09 23:53 |
| Reporter | stonstad | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | resolved | Resolution | reopened | ||
| Product Version | 2.2.4 | ||||
| Target Version | 2.2.4 | Fixed in Version | 2.2.4 | ||
| Summary | 0001510: Crash On Mouse Over | ||||
| Description | Testing with debug/preview version of 2.2.4 shared here: https://www.noesisengine.com/bugs/view.php?id=1491. If this is a one-off caused by a diagnostic DLL or breakpoint firing please feel free to close/disregard this bug. I have a UI element that crashes consistently whenever I mouse over. The stack trace leads me to believe it is somehow associated with an easing function assigned to the screen,. ========== OUTPUTTING STACK TRACE ================== 0x00007FFE6FB422B8 (Noesis) Unbox_EasingMode ========== END OF STACKTRACE =========== | ||||
| Steps To Reproduce | Video | ||||
| Attached Files | |||||
| Platform | Any | ||||
|
The same behavior happens with textboxes. This must be related to the debug assembly... |
|
|
Yes, this is an assert we already fixed for 2.2.4. https://drive.google.com/open?id=1asJnFk8-1FIBq9dRxc6glMej8XpHgIrX |
|
|
Thanks Sergio. This works! |
|
|
Encountered a runtime crash with identical or similar stacktrace. Reopening. |
|
|
I'm using the assembly above. The stack trace looks similar or identical. Runtime breakpoint exception. AssetDatabase Save disabled |
|
|
This is likely caused by invalid code on my part in an initialize method. I had the following test code to try to unset a min width. Please feel free to close. _TitleLayer.ColumnDefinitions[1].MinWidth = float.NaN; // invalid |
|
|
Yes, it was an assert for an invalid ColumnDefinition.MinWidth value, but we should add validation callbacks to prevent it and correctly report them as errors. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-07-01 22:41 | stonstad | New Issue | |
| 2019-07-01 22:41 | stonstad | File Added: Crashes.zip | |
| 2019-07-02 00:20 | stonstad | Note Added: 0005796 | |
| 2019-07-05 12:48 | sfernandez | Assigned To | => sfernandez |
| 2019-07-05 12:48 | sfernandez | Status | new => feedback |
| 2019-07-05 12:48 | sfernandez | Note Added: 0005805 | |
| 2019-07-05 12:52 | sfernandez | Target Version | => 2.2.4 |
| 2019-07-05 12:52 | sfernandez | Description Updated | |
| 2019-07-05 12:52 | sfernandez | Steps to Reproduce Updated | |
| 2019-07-09 22:05 | stonstad | Note Added: 0005827 | |
| 2019-07-09 22:05 | stonstad | Status | feedback => assigned |
| 2019-07-09 22:09 | sfernandez | Status | assigned => resolved |
| 2019-07-09 22:09 | sfernandez | Resolution | open => fixed |
| 2019-07-09 22:10 | sfernandez | Fixed in Version | => 2.2.4 |
| 2019-07-09 23:09 | stonstad | Status | resolved => feedback |
| 2019-07-09 23:09 | stonstad | Resolution | fixed => reopened |
| 2019-07-09 23:09 | stonstad | Note Added: 0005828 | |
| 2019-07-09 23:10 | stonstad | File Added: Crash_2019-07-09_170857502.zip | |
| 2019-07-09 23:10 | stonstad | Note Added: 0005829 | |
| 2019-07-09 23:10 | stonstad | Status | feedback => assigned |
| 2019-07-09 23:14 | stonstad | Note Added: 0005830 | |
| 2019-07-09 23:53 | sfernandez | Status | assigned => resolved |
| 2019-07-09 23:53 | sfernandez | Note Added: 0005832 | |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |