Package Details: swaag 1.5-2

Package Base: swaag
Description: six wheels and a gun: a tank game
Upstream URL: http://bram.itch.io/swaag
Category: games
Licenses: unknown
Submitter: hav3lock
Maintainer: None
Last Packager: None
Votes: 1
First Submitted: 2014-01-21 07:13
Last Updated: 2014-03-02 19:37

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by RunningDroid

2014-04-19 21:36

What's saying that?

Comment by RazZziel

2014-04-19 19:51

Still "==> ERROR: swaag is not available for the 'i686' architecture." :<

Comment by RunningDroid

2014-03-08 16:58

Ah, it looks like I'd fixed that already but it didn't fix it for me because I didn't uninstall before re-installing.

Comment by ffcc

2014-03-08 11:27

Looks like a permission problem when trying to access the mesa driver (graphics). Try adding yourself to the "video" group. Issue this command: 'sudo usermod -aG video <your_username>'. Help that works.

Comment by RunningDroid

2014-03-02 19:40

Now it runs fine, but complains a bit:
libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: r600

Comment by ffcc

2014-02-23 16:23

The assertion error is due to a permission problem. Change ownership of all files in /opt/swaag (¡included hidden files!) from root to $USER (type 'sudo chown ${USER}:${USER} /opt/swaag/* /opt/swaag/\.*') or simply run swaag as su ('sudo swaag'). That should work.

Comment by RunningDroid

2014-02-08 20:53

I updated $pkgver and added 32-bit support but when run it dumps core.
Here's the output:
OPTIMIZED build
ERR ASSERT FAILED at ../../Base/C/kv.cpp(25): f
swaag: ../../Base/C/kv.cpp:25: void kv_set_int(const char*, int): Assertion `f' failed.
[1] 26157 abort (core dumped) swaag

Comment by RazZziel

2014-02-02 09:36

==> ERROR: swaag is not available for the 'i686' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch=('i686').
==> ERROR: Makepkg was unable to build swaag.

:<