View Issue Details

IDProjectCategoryView StatusLast Update
0001312NoesisGUIUnitypublic2019-03-05 01:12
ReporterCMarinacci Assigned Tojsantos  
PriorityhighSeveritycrash 
Status resolvedResolutionfixed 
Product Version2.1.0f1 
Target Version2.2.0Fixed in Version2.2.0b8 
Summary0001312: All 2018 versions of the Unity editor may crash on an exception when using NoesisGUI
Description

All 2018 versions of the Unity editor may crash on an exception when using NoesisGUI

Steps To Reproduce
  1. Install Unity 2018.1.5.f1 (the latest release as of this report).

  2. Start up Unity and create a new 2D Unity project.

  3. Install the latest NoesisGUI Unity package (2.1.0f1) into the project.

  4. Load the ControlGallery scene from the NoesisGUI Samples folder.

  5. In the Assets/NoesisGUI/Samples/ControlGallery/MainWindow.xaml.cs file, insert the following two lines at the start of the LoadSample method:

string s = null;
string t = "x" + s.Length;

  1. Run the program in the Unity editor. Click on the menu icon in the upper left, and pick any individual item (not submenu) from within the dropdown list. This will execute the above code, causing an exception which causes the Unity editor to crash.
PlatformAny

Activities

jsantos

jsantos

2018-10-30 12:18

manager   ~0005259

A NOTE has been added to this issue.


(0005259) CMarinacci (reporter) - 2018-09-09 20:33
https://www.noesisengine.com/bugs/view.php?id=1312#c5259

Appears to no longer be happening in Unity 2018.2.7f1.

jsantos

jsantos

2019-03-05 01:12

manager   ~0005496

I tried this with the latest beta of NoesisGUI and I am not able to reproduce it. I am going to close it. Please, reopen again if you find it again.

Issue History

Date Modified Username Field Change
2018-06-18 21:34 CMarinacci New Issue
2018-06-21 10:46 sfernandez Assigned To => jsantos
2018-06-21 10:46 sfernandez Status new => assigned
2018-10-30 12:18 jsantos Note Added: 0005259
2018-11-01 02:14 jsantos View Status public => private
2019-02-14 12:54 jsantos Target Version => 2.2.0
2019-02-14 12:54 jsantos View Status private => public
2019-02-14 12:54 jsantos Platform => Any
2019-03-05 01:12 jsantos Status assigned => resolved
2019-03-05 01:12 jsantos Resolution open => fixed
2019-03-05 01:12 jsantos Fixed in Version => 2.2.0b8
2019-03-05 01:12 jsantos Note Added: 0005496
2025-10-10 13:29 jsantos Category Unity3D => Unity