Community

Topic: Unity 3D Plugin

Editor issue with web camera

lividus
Wednesday, December 13, 2017

Unity 5.6.3, android target.
When launched with the web camera turned on (Use Webcame On Editor set) I get in console:

"ExecutionEngineException: SIGILL
PikkartAR.PikkartARCamera+<EditorCameraLoop>c__Iterator0.MoveNext () (at Assets/PikkartAR/Scripts/PikkartARCamera.cs:209)
UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
PikkartAR.PikkartARCamera:Start() (at Assets/PikkartAR/Scripts/PikkartARCamera.cs:138)"

Issue in PikkartARCamera.cs:209 on EditorCameraLoop() function, when call PikkartARCore.CameraUpdateImage_RGBA
Is there anything you can do in this case?

PS Sorry for my English.

user profile image
Support Team  (expert)
Friday, December 15, 2017

Hi,
we need some details:
-Which webcam are you using?
-Is it the 32 or 64 bit version of Unity?
If on Windows
-In the folder "C:\Users\<YOUR_NAME>\AppData\Local\Unity\Editor" there's a file called Editor.log, can you sen und this file?
-Also in the folder "C:\Users\<YOUR_NAME>\AppData\LocalLow\Pikkart\Unity Pikkart Plugin" there is a log_out.txt file, can you send us this file too?
-After this, try deleting the previous folder ( "C:\Users\<YOUR_NAME>\AppData\LocalLow\Pikkart\Unity Pikkart Plugin") and restart Unity, does the crash persist?

Thanks

Sign in to add a comment