Page 1 of 1

Trying to upgrade Noesis, getting error.

Posted: 07 Nov 2013, 02:55
by Justei
Hi there, I have been trying to upgrade Noesis to the latest version in Unity, however when I do it I get this following error once Unity is compiling scripts:
{{{
Unhandled exception at 0x7751DE64: Access Violation reading location 0x00001C77
}}}
{{{
[ 0] [0x7751DE64] ntdll.dll
[ 1] [0x754714D1] kernel32.dll
[ 2] [0x24967712] Noesis.dll
[ 3] [0x2496A1F6] Noesis.dll
[ 4] [0x24334CD6] Noesis.dll
[ 5] [0x244EB318] Noesis.dll
[ 6] [0x244F03E2] Noesis.dll
[ 7] [0x24747F8D] Noesis.dll
[ 8] [0x24748301] Noesis.dll
[ 9] [0x24749321] Noesis.dll
[10] [0x24746E3A] Noesis.dll
[11] [0x24746BAF] Noesis.dll
[12] [0x24746B8E] Noesis.dll
[13] [0x24746B8E] Noesis.dll
[14] [0x24749B43] Noesis.dll
[15] [0x2474713B] Noesis.dll
[16] [0x243832B9] Noesis.dll
[17] [0x243846FB] Noesis.dll
[18] [0x24386AAE] Noesis.dll
[19] [0x2474F97F] Noesis.dll
[20] [0x0BF900B2] mono.dll
[21] [0x0BE81D3D] mono.dll
}}}
Here is the .dmp file:
http://speedy.sh/udydp/20131107025220.Error.dmp

Now this does not happen in a clean project, however. I do remove everything that is associated with Noesis before upgrading (except for my own scripts, I need those obviously).
This has never happened before, and I am doing the same as I have done with previous versions when upgrading.

Re: Trying to upgrade Noesis, getting error.

Posted: 07 Nov 2013, 08:33
by ai_enabled
Justei, try to find and remove all occurance of "readonly DependencyProperty" in your code. Last version on NoesisGUI (1.1.1) crashes usually because of it.

Re: Trying to upgrade Noesis, getting error.

Posted: 07 Nov 2013, 10:44
by jsantos
Apart from the readonly problem (that in fact, is not new, was crashing in all versions) we introduced a bug in the error handling mechanism in v1.1.1. This means that when a normal error is generated (for example in a xaml) the probabilities of crashing are high...

We are working to have all this (and a lot more) solved. In fact, everything is already fixed.

Sorry for the inconvenience...

Re: Trying to upgrade Noesis, getting error.

Posted: 07 Nov 2013, 13:54
by Justei
I see, thanks for the information guys :).
I can wait for the next version of noesis, I assume this stuff will be fixed by then?

Re: Trying to upgrade Noesis, getting error.

Posted: 07 Nov 2013, 13:58
by jsantos
I can wait for the next version of noesis, I assume this stuff will be fixed by then?
Sure. In fact, it is already fixed in our daily build.