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

Error when builiding LSL on android #61

Open
MertAkguel09 opened this issue Mar 4, 2024 · 0 comments
Open

Error when builiding LSL on android #61

MertAkguel09 opened this issue Mar 4, 2024 · 0 comments

Comments

@MertAkguel09
Copy link

MertAkguel09 commented Mar 4, 2024

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.

LiamOverett-AMRC added a commit to AMRC-DPG/LSL4Unity that referenced this issue Mar 11, 2024
Doesn't pass for Android. Get the following error:
Exception: Cannot include plugin 'Assets/LSL4Unity/Plugins/LSL/Windows/x64/lsl.lib' (Key: lsl.lib;None) since plugin with the same name and architecture was already added ('Assets/LSL4Unity/Plugins/LSL/Windows/x86/lsl.lib (Architecture: None)').

Building for Android seems to be a bigger issue based on issues labstreaminglayer#60 and labstreaminglayer#61
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

1 participant