Search Criteria
Package Details: albion-sr-gog 1.8.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/albion-sr-gog.git (read-only, click to copy) |
|---|---|
| Package Base: | albion-sr-gog |
| Description: | Linux port of the role-playing game Albion using the GOG version |
| Upstream URL: | https://github.com/M-HT/SR |
| Licenses: | GPL, custom |
| Submitter: | InspMustache |
| Maintainer: | InspMustache |
| Last Packager: | InspMustache |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-02-04 15:07 (UTC) |
| Last Updated: | 2025-05-30 21:20 (UTC) |
Dependencies (7)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- lib32-libpulse
- lib32-sdl2AUR (lib32-sdl2-compat-gitAUR, lib32-sdl2-compat)
- lib32-sdl2_mixer
- icoutils (make)
- innoextract (innoextract-gitAUR) (make)
- powerisoAUR (make)
Latest Comments
C.Schmidpeter commented on 2023-04-19 15:06 (UTC)
@InspMustache That's no problem. If it is ok for you, you could make me sub-maintainer so that I can push updates upon upstream releases?
InspMustache commented on 2023-04-16 20:28 (UTC)
It's not so active that I can respond to out-of-date flags within a matter of days.
C.Schmidpeter commented on 2023-04-16 06:36 (UTC)
@InspMustache: Is this package still active?
C.Schmidpeter commented on 2023-04-16 06:01 (UTC)
Got it to work now by removing residual files that with new installs/uninstalls don't remain.
C.Schmidpeter commented on 2023-04-04 15:28 (UTC)
I now get a startup exception:
/opt/ALBION/Albion.sh: line 109: 10391 Floating point exception(core dumped) ./SR-Main
(see https://github.com/M-HT/SR/issues/57) Is this reproducible on other people's systems too?
InspMustache commented on 2021-07-09 13:48 (UTC)
Yes, the issue is with the French ISO that is packaged with the installer. I don't know what it is but besides 7zip
mountdoesn't work on it either. Just ignoring any errors that 7zip might throw seems to me like a bad idea so I switched to poweriso for image extraction. That extracts the image without any errorsC.Schmidpeter commented on 2021-07-09 01:47 (UTC) (edited on 2021-07-09 02:02 (UTC) by C.Schmidpeter)
@InspMustache Thanks for the great package. I can build it both with the English and German versions. However, for the French version 7z reports
Extracting archive: game01.iso
ERRORS: Incorrect big-endian headers
Changing the line
7z x -ogog-cd game*iso
to
7z x -ogog-cd game*iso || true
ignores the 7z failure and the pakage builds and seems to work normally. Unless there is a better solution, could you change the 7z line accordingly, please?