Package Details: irrlamb 1.0.3-2

Git Clone URL: https://aur.archlinux.org/irrlamb.git (read-only, click to copy)
Package Base: irrlamb
Description: 3D game that probably involves a lot of physics and frustrating gameplay.
Upstream URL: https://irrlamb.gitlab.io
Licenses: GPL3
Submitter: schivmeister
Maintainer: jazztickets
Last Packager: jazztickets
Votes: 22
Popularity: 0.005122
First Submitted: 2007-11-04 01:02 (UTC)
Last Updated: 2022-09-29 22:30 (UTC)

Latest Comments

pirogronian commented on 2020-02-08 18:20 (UTC) (edited on 2020-02-08 18:54 (UTC) by pirogronian)

Ok, I workarounded it as follows: I uninstalled libglvnd (forcely). I istalled mesa-noglvnd. Then softlinked /usr/lib/nvidia/libGL.so as /usr/lib/libOpenGL.so.0 and /usr/lib/libGLX.so.0

Edit: This is no workaround in fact. Mouse is invisible and game hangs (or just not refresh, I dont know).

pirogronian commented on 2020-02-04 16:33 (UTC) (edited on 2020-02-04 16:38 (UTC) by pirogronian)

Cannot run with nVidia card and nvidia-340xx AUR driver. I know there is a problem with this unsupported package and I have at least one app more that fails with similar error, but I can't log in to the Arch forum to doscuss it. Git Celestia version also needs tricks with cmake policies to run with opengl support, so maybe here also such a think is needed. If I remeber well, there were problems since libglvnd package arrived as mandatory.

Console trace (after "export LIBGL_DEBUG=verbose"):

irrlamb 1.0.1
platform 0
Irrlicht Engine version 1.8.4
Linux 5.4.15-arch1-1 #1 SMP PREEMPT Sun, 26 Jan 2020 09:48:50 +0000 x86_64
libGL: screen 0 does not appear to be DRI2 capable
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/ja/.drirc: No such file or
directory. libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /home/ja/.drirc: No such file or
directory. libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 46
Current serial number in output stream: 45

mar04 commented on 2013-05-11 00:39 (UTC)

adopted and updated to 0.1.1, works for me

jazztickets commented on 2013-04-29 19:38 (UTC)

Probably because 0.1.0 uses irrlicht 1.7.3, while arch is on irrlicht 1.8 irrlamb 0.1.1 is out anyway. This package is old.

RazZziel commented on 2013-04-03 13:57 (UTC)

Fails to build: g++ -o src/objects/player.o -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -O2 -DNDEBUG -Isrc/bullet -I/usr/include/lua5.1 src/objects/player.cpp src/objects/orb.cpp: In constructor 'OrbClass::OrbClass(const SpawnStruct&)': src/objects/orb.cpp:43:80: error: 'pack_texureBlendFunc' was not declared in this scope src/objects/player.cpp: In constructor 'PlayerClass::PlayerClass(const SpawnStruct&)': src/objects/player.cpp:48:80: error: 'pack_texureBlendFunc' was not declared in this scope scons: *** [src/objects/player.o] Error 1 scons: *** [src/objects/orb.o] Error 1 scons: building terminated because of errors.

tomasabril commented on 2012-01-27 14:31 (UTC)

If possible, a launcher under applications>games would be nice.