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

Quest 3: Not loading libOpenCL #83

Open
luckybit4755 opened this issue Nov 16, 2024 · 0 comments
Open

Quest 3: Not loading libOpenCL #83

luckybit4755 opened this issue Nov 16, 2024 · 0 comments

Comments

@luckybit4755
Copy link

I copied the addon from Godot_Whisper.zip (md5:21746d4bb59dea36eb1159447d9b8539) into a blank project running on the quest native version of godot. It fails to load on startup:

  Can't open dynamic library: /.../addons/godot_whisper/bin/libgodot_whisper.android.template_release.arm64.so. Error: dlopen failed: cannot locate symbol "clGetPlatformIDs" referenced by "/data/data/org.godotengine.editor.v4.meta/cache/dynamic_libraries/.../addons/godot_whisper/bin/libgodot_whisper.android.template_release.arm64.so"....
  Can't open GDExtension dynamic library: res://addons/godot_whisper/godot_whisper.gdextension
  res://addons/godot_whisper/audio_stream_to_text.gd:4 - Parse Error: Could not find base class "SpeechToText".
  modules/gdscript/gdscript.cpp:3005 - Failed to load script "res://addons/godot_whisper/audio_stream_to_text.gd" with error "Parse error".
  res://addons/godot_whisper/capture_stream_to_text.gd:3 - Parse Error: Could not find base class "SpeechToText".
  modules/gdscript/gdscript.cpp:3005 - Failed to load script "res://addons/godot_whisper/capture_stream_to_text.gd" with error "Parse error".

The libOpenCL shared objects live here

/system/vendor/lib/libOpenCL.so                 /system/vendor/lib64/libOpenCL.so
/system/vendor/lib/libOpenCL_adreno.so  /system/vendor/lib64/libOpenCL_adreno.so

It seems like it must be a Godot library path issue, but I have no idea how to resolve it. Perhaps it is an export issue?

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