126
Closed bug reports / Re: *Ubuntu 14.04: libtasn1.so.3 missing, game fails to start
« on: 5 October 2014, 02:37:37 »
Thanks you!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
html5 OR css cloud OR smoke OR nebula backgroundandhtml5 OR css cloud effectand the only half-way matching results I could find are:
I've looked several times in the repos for 12.04, and I can't find a more recent nVidia driver than the 331 that I've got now.
Actually, I was wondering with this new feature would it be possible to store new themes in the mod centre? It would be quite nice if the MG-user had an easy-to-add selection of themes to choose from that are created by the community)
I like the idea, but worried there wouldn't be much custom GUI development.
Also will combo boxes be implemented for map, faction, tileset and techtree selections?
cd source/external-deps/cegui-source
./build-ce-gui-for-mg.shAfter building it, you also need to build MG itself, which will reuse parts of this earlier build.OpenGL version string: 4.4.0 NVIDIA 331.20which was released sometime last (?) year. The current version should be this:
Version: 340.32http://www.nvidia.com/download/driverResults.aspx/77525/en-us
Release Date: 2014.8.12
Operating System: Linux 64-bit
_LATEST_DEV_SNAPSHOT
_LATEST_PRERELEASE
_LATEST_RELEASE
_LATEST_RELEASE_OFF
_LATEST_RELEASE_PRERELEASE_AVAILABLE
_OUTDATED
_OUTDATED_BUT_COMPATIBLE
v3.3.7.1.txt -> _OUTDATED
v3.3.7.2.txt -> _OUTDATED
v3.4.0-beta1.txt -> _OUTDATED
v3.4.0-beta2.txt -> _OUTDATED
v3.4.0-beta3.txt -> _OUTDATED
v3.4.0-dev.txt -> _OUTDATED
v3.4.0.txt -> _OUTDATED
v3.4.1-dev.txt -> _OUTDATED
v3.5.0-beta1.txt -> _OUTDATED
v3.5.0-beta2.txt -> _OUTDATED
v3.5.0-dev.txt -> _OUTDATED
v3.5.0.txt -> _OUTDATED
v3.5.1-dev.txt -> _OUTDATED
v3.5.1.txt -> _OUTDATED
v3.5.2-dev.txt -> _OUTDATED
v3.5.2.txt -> _OUTDATED
v3.5.3-beta1.txt -> _OUTDATED
v3.5.3-beta2.txt -> _OUTDATED
v3.5.3-dev.txt -> _OUTDATED
v3.6.0.1.txt -> _OUTDATED
v3.6.0.2.txt -> _OUTDATED
v3.6.0.3.txt -> _OUTDATED
v3.6.0.txt -> _OUTDATED
v3.6.1-dev.txt -> _OUTDATED
v3.7.0-beta1.txt -> _OUTDATED
v3.7.0-beta2.txt -> _OUTDATED
v3.7.0.txt -> _OUTDATED
v3.7.1-dev.txt -> _OUTDATED
v3.7.1.txt -> _OUTDATED
v3.8.0-beta1.txt -> _OUTDATED
v3.8.0-dev.txt -> _OUTDATED
v3.9.0.txt -> _OUTDATED_BUT_COMPATIBLE
v3.9.1.txt -> _LATEST_RELEASE
cd ~/megaglest/lib && \
rm -f libtasn1.so* && \
case `uname -i` in i686) ln -s /usr/lib/i386-linux-gnu/libtasn1.so.6 libtasn1.so.3;; x86_64) ln -s /usr/lib/x86_64-linux-gnu/libtasn1.so.6 libtasn1.so.3;; *) echo 'Error: unknown architecture' >&2 && exit 1;; esac