-
Notifications
You must be signed in to change notification settings - Fork 43
Description
After building and running our application, we get following errors:
Error Unity DllNotFoundException: Unable to load DLL 'lsl': The specified module could not be found.
Error Unity at LSL.dll.lsl_create_streaminfo (System.String name, System.String type, System.Int32 channel_count, System.Double nominal_srate, LSL.channel_format_t channel_format, System.String source_id) [0x00000] in <00000000000000000000000000000000>:0
Error Unity at LSL.StreamInfo..ctor (System.String name, System.String type, System.Int32 channel_count, System.Double nominal_srate, LSL.channel_format_t channel_format, System.String source_id) [0x00000] in <00000000000000000000000000000000>:0
Error Unity at LSL4Unity.Utils.ABaseOutlet1[TData].Start () [0x00000] in <00000000000000000000000000000000>:0
Error Unity at DistanceMarkerSender.Start () [0x00000] in <00000000000000000000000000000000>:0
Error Unity 2024.03.04 11:38:34.109 24802 24849 Error Unity DllNotFoundException: Unable to load DLL 'lsl': The specified module could not be found.
Error Unity at LSL.dll.lsl_create_streaminfo (System.String name, System.String type, System.Int32 channel_count, System.Double nominal_srate, LSL.channel_format_t channel_format, System.String source_id) [0x00000] in <00000000000000000000000000000000>:0
Error Unity at LSL.StreamInfo..ctor (System.String name, System.String type, System.Int32 channel_count, System.Double nominal_srate, LSL.channel_format_t channel_format, System.String source_id) [0x00000] in <00000000000000000000000000000000>:0
Error Unity at LSL4Unity.Utils.ABaseOutlet1[TData].Start () [0x00000] in <00000000000000000000000000000000>:0
I hope somebody can help me.