Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Current linux build crashes on startup (Debian 12 stable)

A topic by min-er-va created 43 days ago Views: 108 Replies: 1
Viewing posts 1 to 2
(1 edit)

I'm super excited for this game and its philosophy! Unfortunately the game is crashing for me on startup on Debian 12.

error: Uncaught (in promise) Error: Could not open library: Could not open library: libwebkitgtk-6.0.so.4: cannot open shared object file: No such file or directory    at new DynamicLibrary (ext:deno_ffi/00_ffi.js:457:42)    at Object.dlopen (ext:deno_ffi/00_ffi.js:563:10)    at $e (file:///tmp/deno-compile-microlandia/dist/server/main.js:3:6068)    at eventLoopTick (ext:core/01_core.js:179:7)    at async file:///tmp/deno-compile-microlandia/dist/server/main.js:3:7020

Developer

Can you try installing the libwebgtk library?
 sudo apt-get install libwebkitgtk-6.0-4