Package Details: oolite 1.90-4

Git Clone URL: https://aur.archlinux.org/oolite.git (read-only, click to copy)
Package Base: oolite
Description: A space-sim based on the classic Elite
Upstream URL: http://oolite.space/
Keywords: elite game role-playing space trading
Licenses: GPL2
Submitter: Barthalion
Maintainer: SanskritFritz
Last Packager: SanskritFritz
Votes: 16
Popularity: 1.01
First Submitted: 2018-01-16 18:40 (UTC)
Last Updated: 2023-04-03 16:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

charlie5 commented on 2020-11-02 06:40 (UTC)

Thanks @Lone_Wolf ... works for me now also.

Lone_Wolf commented on 2020-11-01 23:36 (UTC)

Found a workaround at http://aegidian.org/bb/viewtopic.php?f=9&t=20754 .

deleting the png header files in prepare() works, but there may be a cleaner solution.

prepare() {
    cd "oolite-source-$pkgver"
    rm deps/Linux-deps/include/png.h
    rm deps/Linux-deps/include/pngconf.h
}

Lone_Wolf commented on 2020-11-01 23:22 (UTC)

snippet from $HOME/.Oolite/Logs/Latest.log

23:44:48.785 [texture.load.png.warning]: ----- A PNG loading warning occurred for (null): Application built with libpng-1.4.7 but running with 1.6.37.
23:44:48.785 [texture.load.png.setup.failed]: ***** Error preparing to read /usr/share/oolite/Resources/Textures/oolite-particle-blur.png.

It looks like oolite uses its own dependencies from oolite-source-1.90/deps/Linux-deps/README.TXT for building

Having libpng14 installed doesn't help.

Daxot commented on 2020-11-01 21:35 (UTC)

Nope, still no fonts and textures

SanskritFritz commented on 2020-11-01 19:47 (UTC)

Hmm, could you try to install libpng12 and rebuild? If that solves the problem I'll include libpng12 into the dependencies array.

charlie5 commented on 2020-11-01 19:12 (UTC)

I've installed all font packages in the arch formal repos. Unfortunately the problem persists.

Daxot commented on 2020-11-01 19:00 (UTC)

Hello, i have the same problem with the latest version of the Oolite in AUR. No textures and no font. Logs attached. https://pastebin.com/jQPU0t4G

SanskritFritz commented on 2020-11-01 11:39 (UTC)

Hmm, maybe a font is missing? Can you find out somehow?

charlie5 commented on 2020-11-01 09:30 (UTC)

Sorry for the delay.

I used pacaur to build from the latest PKGBUILD.

pkgver=1.90 pkgrel=2

depends=('espeak' 'gnustep-base' 'sdl_mixer' 'sdl_image' 'glu' 'nspr' 'openal')

makedepends=('gnustep-make' 'curl' 'zip' 'mesa' 'gcc-objc')

source=("oolite" "https://github.com/OoliteProject/oolite/releases/download/$pkgver/oolite-source-$pkgver.tar.bz2")

SanskritFritz commented on 2020-10-06 13:01 (UTC)

Did you build the 1.90-2 version with all the new dependencies?