nokola
Topic Author
Posts: 188
Joined: 10 Mar 2015, 05:29

Noesis 2.0.1 crashes/hangs up Unity 5.6 (works on Noesis 2.0)

26 Apr 2017, 17:31

Added details to bug https://bugs.noesisengine.com/view.php?id=1047, posting here for information and in case anyone else seeing this.

After updating to Noesis 2.0.1, Unity hangs up on startup about 30% of the time. Noesis crashes when trying to capture any textures from the Editor (screenshot taking) with access violation exception.
There seems to be some sort of buffer overrun or something like that because the hang is not consistent.

Repro project: https://1drv.ms/u/s!AspGCVZdWgTBuvMxDpzqIJuLebvbeg
Contains:
1. Blank 3d project
2. Noesis 2.0.1
3. 2 .cs files for screenshot taking
 
monstercho
Posts: 20
Joined: 26 Jan 2016, 19:54

Re: Noesis 2.0.1 crashes/hangs up Unity 5.6 (works on Noesis 2.0)

26 Apr 2017, 17:46

Hi,

Another crash after upgrading to 2.0.1f - Unity Editor crashes on some xamls when you try to resize the Game window in Editor.
Happens also with Noesis Control Gallery if you select Brushes->All Brushes or Reflections samples.

Just play in editor and try to drag the Game window border - crash with:
Noesis.dll caused an Access Violation (0xc0000005)
in module Noesis.dll at 0033:37ced82f.

bug report: https://bugs.noesisengine.com/view.php?id=1063
 
nokola
Topic Author
Posts: 188
Joined: 10 Mar 2015, 05:29

Re: Noesis 2.0.1 crashes/hangs up Unity 5.6 (works on Noesis 2.0)

26 Apr 2017, 21:30

Update: after closing all my other apps, delete Temp, Library folders (something I did before) and Reimport All (just tried) I can take screenshots with my sample project.
However, still crashing on screenshot in my "big" project that originally had the issue. I sent crash dumps to Noesis. Thanks sfernandez for the help!
 
nokola
Topic Author
Posts: 188
Joined: 10 Mar 2015, 05:29

Re: Noesis 2.0.1 crashes/hangs up Unity 5.6 (works on Noesis 2.0)

27 Apr 2017, 01:40

Workaround from sfernandez works:

sfernandez:
I found a workaround that most probably won't be the final solution but could allow you to work without the continuous crashes.

Go to Assets/NoesisGUI/Plugins/NoesisView.cs and comment:
line 366: Camera.onPreRender += PreRender;
line 371: Camera.onPreRender -= PreRender;

In the same file add the following method:
void OnPreRender()
{
RenderOffscreen();
}
I can continue working now, it's nice to have a more stable Editor :)
 
monstercho
Posts: 20
Joined: 26 Jan 2016, 19:54

Re: Noesis 2.0.1 crashes/hangs up Unity 5.6 (works on Noesis 2.0)

27 Apr 2017, 07:18

This works for my problem too, thanks :)
 
User avatar
jsantos
Site Admin
Posts: 3905
Joined: 20 Jan 2012, 17:18
Contact:

Re: Noesis 2.0.1 crashes/hangs up Unity 5.6 (works on Noesis 2.0)

28 Apr 2017, 22:30

We are going to release 2.0.2 very soon with many bugfixes. Thanks everybody for your amazing collaboration and for being patient.

Who is online

Users browsing this forum: Google [Bot] and 2 guests