Page 3 of 3
Re: Beyond the Rize
Posted: Wed Jun 15, 2022 9:51 pm
by freeve4h
NEW UPDATE -
I ADDED A VERSION FOR MAC USERS (if there are any errors that is because i don't own a mac and cannot test it)
LINK
Re: Beyond the Rize
Posted: Thu Jun 16, 2022 7:05 pm
by freeve4h
LINUX VERSION COMING SOON!!!
Re: Beyond the Rize
Posted: Fri Jun 17, 2022 12:23 pm
by freeve4h
LINUX VERSION IS OUT!
Re: Beyond the Rize
Posted: Fri Jun 17, 2022 1:47 pm
by GVovkiv
freeve4h wrote: ↑Fri Jun 17, 2022 12:23 pm
LINUX VERSION IS OUT!
It doesn't work.
"cannot execute binary file: Exec format error".
You probably want to package game as appimage,
https://love2d.org/wiki/Game_Distribution under "Official AppImage", since, it seems, it's the best way to package love game for linux for now.
Re: Beyond the Rize
Posted: Fri Jun 17, 2022 4:03 pm
by freeve4h
GVovkiv wrote: ↑Fri Jun 17, 2022 1:47 pm
freeve4h wrote: ↑Fri Jun 17, 2022 12:23 pm
LINUX VERSION IS OUT!
It doesn't work.
"cannot execute binary file: Exec format error".
You probably want to package game as appimage,
https://love2d.org/wiki/Game_Distribution under "Official AppImage", since, it seems, it's the best way to package love game for linux for now.
FIxed it! i could not test it on my linux computer (it cannot run .AppImage) but it should work for you
Re: Beyond the Rize
Posted: Fri Jun 17, 2022 7:17 pm
by GVovkiv
freeve4h wrote: ↑Fri Jun 17, 2022 4:03 pm
FIxed it! i could not test it on my linux computer (it cannot run .AppImage) but it should work for you
While it's can now runnable, it shows no-game screen.
I unpacked your appimage...
and it looks like you just downloaded love appimage without fusing it with your game...
(Or fused it incorrectly)
Here, let me try:
- BTR.zip
- (12.48 MiB) Downloaded 137 times
unzip my attachment, there will be appimage with fused your game, that i unpacked from windows version of game.
It should work.
Re: Beyond the Rize
Posted: Fri Jun 17, 2022 10:05 pm
by freeve4h
GVovkiv wrote: ↑Fri Jun 17, 2022 7:17 pm
While it's can now runnable, it shows no-game screen.
I unpacked your appimage...
and it looks like you just downloaded love appimage without fusing it with your game...
(Or fused it incorrectly)
Here, let me try:
BTR.zip
unzip my attachment, there will be appimage with fused your game, that i unpacked from windows version of game.
It should work.
thanks! for some reason, my linux OS cannot run appimages
Re: Beyond the Rize
Posted: Sat Jun 18, 2022 6:30 am
by GVovkiv
freeve4h wrote: ↑Fri Jun 17, 2022 10:05 pm
GVovkiv wrote: ↑Fri Jun 17, 2022 7:17 pm
While it's can now runnable, it shows no-game screen.
I unpacked your appimage...
and it looks like you just downloaded love appimage without fusing it with your game...
(Or fused it incorrectly)
Here, let me try:
BTR.zip
unzip my attachment, there will be appimage with fused your game, that i unpacked from windows version of game.
It should work.
thanks! for some reason, my linux OS cannot run appimages
What distro do you use?
I assume, it's something like Ubuntu, so it should run appimages. Maybe you forgot to make game appimage executable?
Code: Select all
chmod +x /path/toappimage/BTR.AppImage
Or in most GUI file managers you can do right click on file to open context menu, open file properties, found there "Executable" flag (or similliar) and check it.
When it will become executable, you absolutly should be able to run appimages.
Re: Beyond the Rize
Posted: Sat Jun 18, 2022 9:52 am
by freeve4h
GVovkiv wrote: ↑Sat Jun 18, 2022 6:30 am
What distro do you use?
I assume, it's something like Ubuntu, so it should run appimages. Maybe you forgot to make game appimage executable?
Code: Select all
chmod +x /path/toappimage/BTR.AppImage
Or in most GUI file managers you can do right click on file to open context menu, open file properties, found there "Executable" flag (or similliar) and check it.
When it will become executable, you absolutly should be able to run appimages.
i use debian. and i always set it to executable.
Re: Beyond the Rize
Posted: Sat Jun 18, 2022 11:50 am
by GVovkiv
freeve4h wrote: ↑Sat Jun 18, 2022 9:52 am
i use debian. and i always set it to executable.
Maybe appimage libs is outdated in default debian repos?
(I'm not strong in debian, but as far i know their soft/libs/etc in repos can easly be 3 years old, with default branch. Maybe something like testing(or how it named there?) branch will work better?)
Are you tried, for testing purposes, run default fedora in vm or from usb to check if appimages works there?