Access Violation WP8 Using Unity
Posted: 06 Dec 2014, 22:15
Unity version : 4.6.0f3
Smartfox client version :1.5.5
Windows Phone version : 8.1
I am unity c# developer.Randomly i got 'Access violation' error, after game crashed on Windows Phone 8.1 . I cant not debug or handle this error in visual studio because game crashes immediatelly
No problem in IOS and Android.
I searched on google and find some conversation :
http://forum.unity3d.com/threads/callba ... in.214492/
It says you have to use this code for callback in plugin,
UnityApp.BeginInvoke(() =>
{
// back to Unity
}, false);
and I found this:
http://www.slideshare.net/282production ... -windows-8
Check slide 17.
Error is here:
Thread has exited with code -1073741819 (0xc0000005) 'Access violation'.
I dont know exactly maybe this error occur when smartfox try to call event listeners in unity ?
Smartfox client version :1.5.5
Windows Phone version : 8.1
I am unity c# developer.Randomly i got 'Access violation' error, after game crashed on Windows Phone 8.1 . I cant not debug or handle this error in visual studio because game crashes immediatelly
No problem in IOS and Android.
I searched on google and find some conversation :
http://forum.unity3d.com/threads/callba ... in.214492/
It says you have to use this code for callback in plugin,
UnityApp.BeginInvoke(() =>
{
// back to Unity
}, false);
and I found this:
http://www.slideshare.net/282production ... -windows-8
Check slide 17.
Error is here:
Thread has exited with code -1073741819 (0xc0000005) 'Access violation'.
I dont know exactly maybe this error occur when smartfox try to call event listeners in unity ?