Page 1 of 1

System.AccessViolationException in app.Run() in ApplicationTutorial

Posted: 16 Nov 2018, 12:41
by KeldorKatarn
I recently started Evaluating Noesis for my current company. We're a UX company and thinking about using Noesis for projects.
I am running into a couple of problems however. I'll post them as separate threads here, since the recent server crash apparently destroyed my earlier posts.

The first one occurs in the C# SDK ApplicationTutorial and a few other sample projects.

The sample runs fine but as soon as I close the window to exit the application, I get a System.AccessViolationException in the app.Run() line in static void Main().

Any idea what is causing that bug?

Re: System.AccessViolationException in app.Run() in ApplicationTutorial

Posted: 19 Nov 2018, 11:12
by sfernandez
Hi, I've been able to reproduce the crash at shutdown, it is related with some texture resources when destroying the render device.
Could you please create a ticket in our bugtracker so we can inform you when this is solved?

Re: System.AccessViolationException in app.Run() in ApplicationTutorial

Posted: 19 Nov 2018, 15:21
by KeldorKatarn