BlindMindStudios / StarRuler2-Source

4X Space Strategy game Star Ruler 2's open source distribution.
http://starruler2.com
Other
1.46k stars 246 forks source link

Unable to run Snap of StarRuler 2 #83

Open nose-gnome opened 2 years ago

nose-gnome commented 2 years ago

I am using the version of Star Ruler 2 installed from the Snap Store and when I try and run it, I get the following output:

❯ starruler2
chmod: changing permissions of './bin/lin64/StarRuler2.bin': Read-only file system
./bin/lin64/StarRuler2.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLdispatch.so.0)
./bin/lin64/StarRuler2.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLX.so.0)

I am running Ubuntu 22.04

How should I fix this?

Skeletonxf commented 2 years ago

You may have more luck asking for help on the snap Github page https://github.com/diddlesnaps/starruler2

hkBst commented 10 months ago

It will probably help if you remove the chmod calls in the script that is called. For example by running: sed -i -e '/.*chmod.*/d' StarRuler2.sh