deno-windowing / dwm

Deno Window Manager: Cross-platform window creation and management
https://deno.land/x/dwm
Apache License 2.0
138 stars 10 forks source link

Broken #26

Closed nhrones closed 9 months ago

nhrones commented 1 year ago

Once again, none of my DWM apps work. Can't tell what's changed, but the error is as follows:

Executing task: deno run -A --unstable main.ts 

error: Uncaught Error: Could not open library: The specified module could not be found.

  mod = Deno.dlopen(tmp, symbols);
             ^
    at new DynamicLibrary (ext:deno_ffi/00_ffi.js:440:46)
    at Object.dlopen (ext:deno_ffi/00_ffi.js:577:10)
    at https://deno.land/x/dwm@0.3.3/src/platform/glfw/ffi.ts:463:14
jcpsimmons commented 9 months ago

Run with --unstable

jcpsimmons commented 9 months ago
image
DjDeveloperr commented 9 months ago

The example off readme works fine on macOS for me. Can you provide more details?

@jcpsimmons The error is different if --unstable is not passed (then Deno.dlopen is not defined).

nhrones commented 9 months ago

Can't recreate the error? Works fine for now. Closing