Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NtWaitForMultipleObjects exception #15

Closed
alexander-yu-shamin opened this issue Apr 20, 2021 · 10 comments
Closed

NtWaitForMultipleObjects exception #15

alexander-yu-shamin opened this issue Apr 20, 2021 · 10 comments

Comments

@alexander-yu-shamin
Copy link

alexander-yu-shamin commented Apr 20, 2021

Hello!
I use you library in Unity3d with webcamera.
Sometime i have fail of application with error:

0x00007FFCC87FD244 (ntdll) NtWaitForMultipleObjects
0x00007FFCC5762AE7 (KERNELBASE) WaitForMultipleObjectsEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Попытка обращения к неверному адресу.' (Address: 000000006185FD57)
0x000000006185FD57 (NuitrackModule) (function-name not available)
0x0000000061C9D974 (NuitrackModule) ZN5boost13serialization9singletonISt8multisetIPKNS0_18extended_type_infoENS0_6detail11key_compareESaIS5_EEE20get_mutable_instanceEv
ERROR: SymGetSymFromAddr64, GetLastError: 'Попытка обращения к неверному адресу.' (Address: 0000000061BD0140)
0x0000000061BD0140 (NuitrackModule) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Попытка обращения к неверному адресу.' (Address: 000000006186167D)
0x000000006186167D (NuitrackModule) (function-name not available)
0x00007FFCC7FAB04A (msvcrt) beginthreadex
0x00007FFCC7FAB11C (msvcrt) endthreadex
0x00007FFCC6E07C24 (KERNEL32) BaseThreadInitThunk
0x00007FFCC87CD4D1 (ntdll) RtlUserThreadStart

For example log of application.
error.log

This error i have on versions: 35.0 - 35.4

@reuksv
Copy link
Collaborator

reuksv commented Apr 30, 2021

Hello. Nuitrack does not support working with a webcam. You must have a sensor from the list https://nuitrack.com/#sensors

@alexander-yu-shamin
Copy link
Author

alexander-yu-shamin commented Apr 30, 2021

I use realsense D415 for Nuitrack and Webcam for RGB image. (2 cameras at one time). This information for analysis error.log.

Nuitrack fall in ZN5boost13serialization9singletonISt8multisetIPKNS0_18extended_type_infoENS0_6detail11key_compareESaIS5_EEE20get_mutable_instanceEv after work 4-5 hour

@reuksv
Copy link
Collaborator

reuksv commented Apr 30, 2021

Are there any memory leaks in the process?

@alexander-yu-shamin
Copy link
Author

No.

@reuksv
Copy link
Collaborator

reuksv commented May 7, 2021

Try to run a standard scene from a package. For example "allModulesScene". Will the application crash again?

@alexander-yu-shamin
Copy link
Author

I can't run example on release machine, where number of people passing by per minute near 3-4.
Also, i can run exmaple on 8 hours bag file - becouse your api can't do that.

So, i can't run example in simular conditions.

@reuksv
Copy link
Collaborator

reuksv commented May 13, 2021

If you run it on a test machine, is there no problem?
Have you tried running a project without a webcam?
Can you send us a project (or a part of it that would cause the same error)?
I didn't quite understand about the bag file. You can use the recorded bag file (or .oni), just add the path to the file in Nuitrack\nuitrack\nuitrack\data\nuitrack.config
image

@alexander-yu-shamin
Copy link
Author

alexander-yu-shamin commented May 13, 2021

With test machine i don't have any problems.
Yes, i tried - application fail.
No - i can't send project to you.
We can't use .bag file longer than 3 minutes. You have a very strangle version of license. I can't run with another version of serial number.

@reuksv
Copy link
Collaborator

reuksv commented May 20, 2021

Then describe in more detail how your application interacts with nuitrack.

  1. Does scene restart or nuitrack take place?
  2. What type of initialization are you using (standard or asynchronous)?
  3. Which API compatibility level is selected?
  4. Graphics API?
  5. Scripting backend?
  6. Have you tried building on a different version of Unity (2018, 2020, 2021)?
  7. Also try the newest nuitrack (v0.35.6)

@reuksv
Copy link
Collaborator

reuksv commented Oct 14, 2021

Case closed due to no further comments received.

@reuksv reuksv closed this as completed Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants