Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ginobean

5
Posts
1
Followers
A member registered Feb 04, 2020

Recent community posts

:)

(1 edit)

It runs now.

A few notes:

  • 'How to play' menu option brings up a blank screen.
  • Player ship seems to move too slowly up and down, from the mouse input. This gives it a very frustrating feel, like it's too hard to control.
  • Also, I'd suggest spiffing up the graphics. Everything is very blocky. I understand this is intentional, but I'm not sure it really works here..

Best, 

Gino.

(1 edit)

I didn't see your post until just now. I just tried it again, but no success.

$ ls -lt
total 11824
-rwxr-xr-x 1 gino gino 12098760 Mar 20 23:41 amber-0.7.1-x86_64.AppImage*
 py[3.7.2] gino@gino-carbon:~/Downloads
 $ cksum amber-0.7.1-x86_64.AppImage 
1839668745 12098760 amber-0.7.1-x86_64.AppImage
 py[3.7.2] gino@gino-carbon:~/Downloads
 $ ./amber-0.7.1-x86_64.AppImage 
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
/tmp/.mount_amber-1hbGwe/AppRun: 11: exec: : Permission denied
 py[3.7.2] gino@gino-carbon:~/Downloads
 $ uname -a
Linux gino-carbon 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Same issue seems to occur with your solitaire app:

py[3.7.2] gino@gino-dell:~/Downloads
 $ ls
amber-x86_64.AppImage*  solitaire-x86_64.AppImage
 py[3.7.2] gino@gino-dell:~/Downloads
 $ chmod +x solitaire-x86_64.AppImage 
 py[3.7.2] gino@gino-dell:~/Downloads
 $ ./solitaire-x86_64.AppImage 
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
/tmp/.mount_solitacKDzA0/AppRun: 11: exec: : Permission denied
 py[3.7.2] gino@gino-dell:~/Downloads

I just tried running your game on my Ubuntu 18.04 machine and it failed to run. As a check, to verify that my machine could run app images, I was able to successfully run, and use, balenaEtcher-1.5.33-x64.AppImage, from the command line.

py[3.7.2] gino@gino-dell:~/Downloads
 $ ls -ltr
total 11820
-rwxr-xr-x 1 gino gino 12094664 Feb  4 07:36 amber-x86_64.AppImage*
 py[3.7.2] gino@gino-dell:~/Downloads
 $ ./amber-x86_64.AppImage 
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
/tmp/.mount_amber-yxXDEM/AppRun: 11: exec: : Permission denied
 py[3.7.2] gino@gino-dell:~/Downloads
 $ cksum amber-x86_64.AppImage 
4915968 12094664 amber-x86_64.AppImage
 py[3.7.2] gino@gino-dell:~/Downloads
 $