Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I assume you are using the linux version… could you run the program like so:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./strawberry -:D

and paste the output here?

i'm having the same problem attempting to run this on arch linux. here's the output when running the command you gave from inside the "strawberry" directory:

[debug] application startup...
[debug] heap resized to 1048576 bytes
[debug] stack bottom is 0x7ffe1170f5d0.
[debug] entering toplevel toplevel...
[debug] entering toplevel library_toplevel...
[debug] entering toplevel build_2dversion_toplevel...
[debug] entering toplevel eval_toplevel...
[debug] entering toplevel expand_toplevel...
[debug] entering toplevel modules_toplevel...
[debug] resizing mutation stack from 8k to 16k ...
[debug] entering toplevel chicken_2dsyntax_toplevel...
[debug] entering toplevel srfi_2d4_toplevel...
[debug] entering toplevel extras_toplevel...
[debug] entering toplevel data_2dstructures_toplevel...
[debug] entering toplevel posix_toplevel...
[debug] entering toplevel scheduler_toplevel...
[debug] entering toplevel irregex_toplevel...
[debug] entering toplevel files_toplevel...
[debug] entering toplevel ports_toplevel...
[debug] entering toplevel lolevel_toplevel...
[debug] entering toplevel srfi_2d69_toplevel...
; loading /home/freya/games/confiture_de_fraises/strawberry/bitstring.so ...
[debug] loading compiled module `/home/freya/games/confiture_de_fraises/strawberry/bitstring.so' (handle is 0x00005625cd744930)
[debug] entering toplevel toplevel...
[debug] entering toplevel srfi_2d1_toplevel...
; loading /home/freya/games/confiture_de_fraises/strawberry/sdl2.so ...
[debug] loading compiled module `/home/freya/games/confiture_de_fraises/strawberry/sdl2.so' (handle is 0x00005625cd746560)
[debug] entering toplevel toplevel...
[debug] entering toplevel srfi_2d18_toplevel...
; loading /home/freya/games/confiture_de_fraises/strawberry/sdl2-internals.so ... Error: (load) unable to load compiled module - libsndio.so.6.1: cannot open shared object file: No such file or directory: "/home/freya/games/confiture_de_fraises/strawberry/sdl2-internals.so"

Could you try the new version I just uploaded please? It should fix the issue… I hope.

(+1)

the new version works great, thanks

I don't even get that long stacktrace - just the error:

Error: (load) unable to load compiled module - libsndio.so.6.1: cannot open shared object file: No such file or directory: "/home/ssharma/Documents/nsfw/Games/Strawberry Jam 2/strawberry/sdl2-internals.so"
(+1)

I just updated the archive, could you download it and try it out? I hope this fixes your issue.

So this worked, but it's now saying that it can't find libjbig.so.0 because it can't find sdl2-image.so (same error message, just replace the old so filenames with these ones). Could you try doing the same thing to all of the other libs in the directory?

(+2)

Phiew! Sorry about all that. It should be good now!

I enjoyed that. Definitely worth the wait ^^