i could, but it doesn’t work for me!
https://bitbucket.org/lloigor/eihort/issue/112/0315-crash-on-startup-nbt-assertion-error
Search Criteria
Package Details: eihort 0.3.13-2
Package Actions
| Package Base: | eihort |
|---|---|
| Description: | A OpenGL world renderer for minecraft with a really long view distance |
| Upstream URL: | http://www.minecraftforum.net/topic/438878-/ |
| Category: | games |
| Licenses: | |
| Submitter: | flying-sheep |
| Maintainer: | flying-sheep |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2012-08-28 13:11 |
| Last Updated: | 2013-05-25 19:37 |
Latest Comments
Comment by flying-sheep
Comment by clickilan
Hi Flying-Sheep.
Eihort 3.15 is out and supporting minecraft 1.8.
can you update the package
Comment by flying-sheep
of course there was an vital commit checked in AFTER the 0.3.13 tag -.-
this projects needs a buildbot that checks if it still compiles on all systems.
Comment by flying-sheep
sorry that it took so long, but the new update broke a few things that i helped fixing earier. well, i could circumvent them in the end.
also having the new snapshot installed didn’t help (eihort needs a terrain.png) for the time being, you can fix it by creating the file ~/.config/eihort.config
and putting in the following line, with the “???” replaced to point to a real texture pack.
texture_pack = minecraft_path .. "texturepacks/???.zip"
Comment by icoz
eihort 0.3.12 is out!
Please update!
Comment by flying-sheep
new version! my changes to upstream fixed most of this.
now i only shadow hg instead of patching.
i also do the noextract-stuff now, so no error arises from the moving if the directory already exists.
Comment by flying-sheep
done. it builds from source now, though i have to modify the makefile heavily.
i removed the version determination via mercurial (so hg isn’t a makedep) and added andy’s two sed changes.
also, does anyone know a nicer alternative to the following?
mv "$srcdir/lloigor-$pkgname-"* "$srcdir/$pkgname-$pkgver"
cd "$srcdir/$pkgname-$pkgver"
i could prevent makepkg from extracting and manually extract it to the right directory via
tar -xf --strip-components 1 -S "$pkgname-$pkgver" ...
but is this really better?
Comment by flying-sheep
lol, totally forgot about the dependencies. building from source is better, too!
the desktop file is now included, i’ll see if i can get all to work together.
Comment by ajs124
hi, i didn't want to install glew1.5 and i think it's better to build it from source anyways, it still misses the desktop file and icon…
http://codepad.org/DeLl9joR
Comment by Phate666
/usr/share/eihort/eihort: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
Comment by Phate666
libpng12 dependency is missing