I checked here for a few times without any luck, so I updated it after I saw this.
Vito Van
Creator of
Recent community posts
So it seems to be a bug in CALM itself, right?
It could be defined as that, and it could also be defined as the problem of the game developer, like Steve Jobs blamed the iPhone 4 users “doing it wrong” for the iPhone 4 antenna issue.
Who should we blame? Anyway, they are all me. T_T
Harmony seems great, I’m gonna check it later. The current version of CALM is in its very early stage, the reason of using SDL2_Mixer is that it just worked and could be compiled to the WebAssembly.
Ah ha! I had exactly the same error on my Linux box, whenever I pressed my arrow keys quickly.
Actually we don’t need to press the arrow keys so frequently, since the player in this game has a auto-moving feature, it will move forward automatically and stop at the first intersection.
It is due to my clumsy code that every time the player presses the arrow key, a new SDL2_Mixer channel will be needed, so if one presses quickly enough, it will run out of channels, but if one presses slowly or not so frequently, the SDL2_Mixer channel will be automatically released in time.
Thank you for pasting the error, good catch!
I was thinking that I could get away with this without being caught, shame to me.
;-P
This is the second time I saw the name "Kevin Macleod", Sandpipers also has the music made by Kevin.
Thank you for letting me know that it worked in your browser!
The typography is Special Elite, there is an about page to show all the credits, but it's not easy to get there.
Hey guys, the Web version is extremely experimental, please download native binaries for your platform if it's possible.
If there's no pre-built binaries for your platform, and the web version not working, you can try downloading the web version zip, and serve it locally, it might work. Since you guys blocked and deactivated everything in your browser, play it at http://localhost may be a better way.
[vito@fedora Downloads]$ ./jam-no-theme-linux-amd64
./jam-no-theme-linux-amd64: error while loading shared libraries: libecl.so.20.4: cannot open shared object file: No such file or directory [vito@fedora Downloads]$ ecl ECL (Embeddable Common-Lisp) 21.2.1 (git:UNKNOWN) Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya Copyright (C) 1993 Giuseppe Attardi Copyright (C) 2013 Juan J. Garcia-Ripoll Copyright (C) 2018 Daniel Kochmanski Copyright (C) 2021 Daniel Kochmanski and Marius Gerbershagen ECL is free software, and you are welcome to redistribute it under certain conditions; see file 'Copyright' for details. Type :h for Help. Top level in: #<process TOP-LEVEL 0x7f26e92aaf80>. >
[vito@fedora Downloads]$
It seems like installing ECL is not enough to run the binary, I'm trying the src way.