Search Criteria
Package Details: gog-undertale 2.0.0.1-1
Git Clone URL: | https://aur.archlinux.org/gog-undertale.git (read-only, click to copy) |
---|---|
Package Base: | gog-undertale |
Description: | UNDERTALE! The RPG game where you don't have to destroy anyone. |
Upstream URL: | http://undertale.com/ |
Licenses: | |
Groups: | |
Submitter: | ainola |
Maintainer: | 0x647262 |
Last Packager: | 0x647262 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-20 16:48 |
Last Updated: | 2017-08-21 02:08 |
Dependencies (8)
- lib32-alsa-plugins
- lib32-curl (lib32-curl-git, lib32-curl-minimal-git)
- lib32-glu (lib32-glu-git)
- lib32-gtk2 (lib32-gtk2-git, lib32-gtk2-minimal-git)
- lib32-libxrandr
- lib32-openal (lib32-openal-git, lib32-openal-minimal-git)
- lib32-openssl-1.0 (lib32-openssl-1.0-hardened)
- lib32-libpulse (lib32-libpulse-nosystemd-git, lib32-libpulse-nosystemd-minimal-git) (optional) – PulseAudio support
Latest Comments
jmsj777 commented on 2020-05-19 11:50
I was with the same problem as "whoisweaknow", but I downloaded and copied the .sh file to the root (you can change PKGBUILD so it look to your folder too, your choice), but then I came about another problem....
whoisweaknow commented on 2020-01-09 19:01
Cannot install...
Zerevo commented on 2020-01-03 20:05
For the people who experience a segfault at ./start.sh, changing the line
./runner
byR600_DEBUG=check_vm ./runner
works for mecaffeine commented on 2018-12-06 00:54
is the "segmentation fault" issue solved? because it seems to be working for some people.
ZuluBunsen commented on 2018-10-09 02:13
Having the same problem that devopsdeluxe reported; segfaults after setting display resolution.
0x647262 commented on 2018-06-19 02:58
Newest version segfaults...
I'll investigate when I have some more time. If a solution is found in the meantime I'll accept a patch!
Auerhuhn commented on 2017-09-08 05:23
Thanks for implementing the changes @krakn!
0x647262 commented on 2017-08-21 01:47
Looking a little further:
> Notice: this game comes with a 32-bit binary only
TIL...
I'll get your suggestions implemented shortly. Thanks for bringing those to my attention!
Auerhuhn commented on 2017-08-20 16:42
With the current PKGBUILD, the game will exit on launch with an error message saying it can’t find `libcrypto.so.1.0.0`.
The list of dependencies seems to be missing the `openssl-1.0` (or `lib32-openssl-1.0`) package.
Also, according to the [list of required libraries](https://www.gog.com/game/undertale) on GOG, the PKGBUILD seems to be missing another couple of dependencies.
I suggest the following changes in the PKGBUILD:
- in the `depends_i686` array, add the 'alsa-plugins', 'curl', 'gtk2', 'openal', and 'openssl-1.0' dependencies;
- in the `depends_x86_64` array, add the 'lib32-alsa-plugins', 'lib32-curl', 'lib32-gtk2', 'lib32-openal', and 'lib32-openssl-1.0' dependencies;
- also, I recommend that you add a statement `optdepends_i686=('libpulse: PulseAudio support')` as an optional dependency;
- and similarly, I recommend that you add `optdepends_x86_64=('lib32-libpulse: PulseAudio support')`.
Manually installing all those lib32 packages fixed the issue for me.
donfabio commented on 2016-08-29 22:55
With the following line in /etc/makepkg.conf in the DLAGENTS array no manual download is necessary:
'gogdownloader::/usr/bin/lgogdownloader --download-file=%u -o %o'
Also in the PKGBUILD
"gog://${pkgname//-/_}_${pkgver}.sh"
needs to be changed to
"${pkgname//-/_}_${pkgver}.sh::gogdownloader://${pkgname#gog-}/en3installer1"
This is how it works for https://aur.archlinux.org/packages/gog-darkest-dungeon as well.