Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

max1220

3
Posts
1
Followers
A member registered Apr 01, 2019 · View creator page →

Creator of

Recent community posts

(2 edits)

Oh, it looks like my Libraries link against liblua5.1(Which is ABI-compatible with LuaJIT), which I guesss you don't have installed. Try installing liblua5.1-0 from your package manager. I'll try to release a fully portable version later today(One that ships Lua + Libraries as well).

Oh, and thanks for your testing!

I've updated the download, the .tar now contains all the dependencies to run it in a folder.

So you can now easily run it without a VM, on a terminal or using SDL2, with nothing more that luajit as a dependency(Optionally SDL2).

(1 edit)

Hey, that is most likely due to the default launch script using KVM for acceleration, you might not have KVM(And the required kernel modules) installed. You can however just turn off KVM acceleration in the launch.sh script, the game still should run, but eithout hardware virtualization support(Might be slow).

Edit: It also seems like qemu can't find the firmware for the network card that is included by default. You could try again by cloning this repo: https://github.com/max1220/lgj2019 and using the launch.sh script, that does not use network or KVM.