Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Invaders from Amber Sol (shmup, shooter)

Shmup, Space 2D Shooter ship builder, liberate planets from invading aliens · By AddiekinStudio

Support Sticky

A topic by AddiekinStudio created Aug 07, 2019 Views: 292 Replies: 9
Viewing posts 1 to 3
Developer

Please describe as best you can how to reproduce the issue. Try to get whatever error it is more than once. Give as much detail as you can about the situation leading up to the issue.

You can also use this Topic to ask about controls or how to play information.

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
 $ 
Developer

Thank you so much for attempting to play the games and for letting me know there's an error.

I will figure out what the issue is and get it fixed as soon as I can. Good to know that the solitaire game also has a problem probably related issues.

The permissions denied might mean there's a missing executable permission on the main program or script in the AppImage.

Developer

I believe that I have fixed the issue with the AppImage. Please try version 0.7.1 if you are still interested in trying the game out. I appreciate any feedback.

Thank you!

(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
Developer

I just pushed a patch version that hopefully solves the issues.

I have revamped how I am building the AppImage's. Things are stripped down to the essentials and tested on a ubuntu 16.04 vm. I will test this out with a couple more distros to be sure that it works out of the box. Both Amber Sol and Simply Solitaire have been updated with the latest changes to the AppImage's

Again let me know if you have problems and I sincerely appreciate you giving it multiple attempts, 

I look forward to your feedback if and when you are able to play these games.

(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.

Developer

This is great thank you so much for the feedback. Sounds like I have some work to do. I hope that I can fix these issues in future updates.

Sorry about having no content on the 'How to play' screen been struggling with the UI system it's still a work in progress. I will make sure to get instructions there asap.

The beginning speed is something I am trying to balance. You can increase it by adding additional thrusters once you unlock them. Parts currently can be unlocked after you HyperJump to another planet. This and other parts of the game are a bit too hidden at the moment open to suggestions on how to make those objectives clearer. Obviously a how to play would help a lot in this regard.

The graphics unfortunately are blocky on purpose. I hope that I can upgrade them and make them much more asthetically pleasing. I have not played too much with color balance yet or graphic effects.

Check out future updates and be sure to post any more feedback.

:)

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