View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002496 | NoesisGUI | Unity | public | 2023-01-27 20:54 | 2023-02-14 12:08 |
| Reporter | stonstad | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.1.5 | ||||
| Target Version | 3.2.0 | Fixed in Version | 3.2.0 | ||
| Summary | 0002496: NoesisViewEditor.OnPreviewGUI Crash | ||||
| Description | On app domain reload I am getting the following exception: NullReferenceException: Object reference not set to an instance of an object GUILayout: Mismatched LayoutGroup.repaint | ||||
| Steps To Reproduce | Encl. dump and error logs. | ||||
| Attached Files | |||||
| Platform | Any | ||||
| related to | 0002495 | resolved | sfernandez | Texture Corruption Built Assembly |
|
The native crash was related to the texture corruption bug we fixed for 3.1.7 (issue 0002495). The null reference exception in NoesisViewEditor can be fixed with the following patch: - GUI.Label(new Rect(rect.x + 5, rect.y + 5, rect.width, rect.height), view.Xaml.uri, _previewHeaderStyle);
|
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-01-27 20:54 | stonstad | New Issue | |
| 2023-01-27 20:54 | stonstad | File Added: Crash_2023-01-27_195208836.zip | |
| 2023-01-28 01:59 | jsantos | Assigned To | => sfernandez |
| 2023-01-28 01:59 | jsantos | Status | new => assigned |
| 2023-01-28 01:59 | jsantos | Target Version | => 3.1.7 |
| 2023-02-14 12:05 | sfernandez | Relationship added | related to 0002495 |
| 2023-02-14 12:07 | sfernandez | Status | assigned => resolved |
| 2023-02-14 12:07 | sfernandez | Resolution | open => fixed |
| 2023-02-14 12:07 | sfernandez | Fixed in Version | => 3.2.0 |
| 2023-02-14 12:07 | sfernandez | Note Added: 0008282 | |
| 2023-02-14 12:08 | sfernandez | Target Version | 3.1.7 => 3.2.0 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |