Search Criteria
Package Details: irrlamb 1.0.1-1
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://github.com/jazztickets/irrlamb |
Licenses: | |
Submitter: | schivmeister |
Maintainer: | jazztickets |
Last Packager: | jazztickets |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2007-11-04 01:02 |
Last Updated: | 2019-05-11 14:33 |
Dependencies (10)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git)
- libogg (libogg-git)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer)
- openal (openal119-bin, openal-git, openal-minimal-git)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
Latest Comments
pirogronian commented on 2020-02-08 18:20
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
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
adopted and updated to 0.1.1, works for me
jazztickets commented on 2013-04-29 19:38
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
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
If possible, a launcher under applications>games would be nice.