You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an odd bug. Whenever a user closes my Unity app (either from an Application.Quit() call, or pressing the X button), it crashes, and I get a report in Cloud Diagnostics.
In the full stack trace, throughout the writeup, I see various lines that say: Processing.NDI.Lib.x64 0x00007ffed9df8349 <symbols missing for uuid: DD9903D4D3D044FE8915AC271127410C1>
This does not happen when in the Editor. The plugin it's referencing is in the Packages/KlakNDI/Plugin/Windows folder.
Is this something anyone else has encountered before? Is there a way to fix this?
Thank you!
The text was updated successfully, but these errors were encountered:
This is an odd bug. Whenever a user closes my Unity app (either from an
Application.Quit()
call, or pressing theX
button), it crashes, and I get a report in Cloud Diagnostics.In the full stack trace, throughout the writeup, I see various lines that say:
Processing.NDI.Lib.x64 0x00007ffed9df8349 <symbols missing for uuid: DD9903D4D3D044FE8915AC271127410C1>
This does not happen when in the Editor. The plugin it's referencing is in the
Packages/KlakNDI/Plugin/Windows
folder.Is this something anyone else has encountered before? Is there a way to fix this?
Thank you!
The text was updated successfully, but these errors were encountered: