Search Criteria
Package Details: freeminer-server 0.4.14.8-3
Git Clone URL: | https://aur.archlinux.org/freeminer.git (read-only) |
---|---|
Package Base: | freeminer |
Description: | Server of an open source sandbox game inspired by Minecraft |
Upstream URL: | http://freeminer.org/ |
Keywords: | game |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | kusakata |
Maintainer: | yhfudev |
Last Packager: | AlfredoRamos |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2014-01-31 11:51 |
Last Updated: | 2017-07-14 04:29 |
Dependencies (23)
- curl (curl-http2-git, curl-git)
- enet
- freeminer-common (freeminer-common-git)
- hiredis
- jsoncpp
- leveldb
- luajit (luajit-git, luajit-2.1)
- sqlite (sqlite-fossil, sqlite-replication)
- clang (clang-assert, clang-pypy-stm, clang-polly-svn, clang39, clang-trunk, clang38, clang-svn, clang-git) (make)
- cmake (cmake-git) (make)
- curl (curl-http2-git, curl-git) (make)
- enet (make)
- freetype2 (freetype2-v35, freetype2-ultimate5, freetype2-infinality, freetype2-cleartype, freetype2-ttmetrics, freetype2-old-hinting, freetype2-git, freetype2-infinality-ultimate) (make)
- hicolor-icon-theme (hicolor-icon-theme-git) (make)
- hiredis (make)
- irrlicht (irrlicht-svn) (make)
- jsoncpp (make)
- leveldb (make)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-aotuv, libvorbis-git) (make)
- luajit (luajit-git, luajit-2.1) (make)
- msgpack-c (make)
- openal (openal-git) (make)
- sqlite (sqlite-fossil, sqlite-replication) (make)
Latest Comments
GreenRaccoon23 commented on 2015-09-10 04:00
@AlfredoRamos Perfect! It works awesome now!
AlfredoRamos commented on 2015-09-09 05:11
@GreenRaccoon23 I think it's fixed now, please let me know if you have any problems.
GreenRaccoon23 commented on 2015-09-08 03:04
UPDATE I added these options to the cmake command. It helped it install BUT I'm also getting a 'segmentation fault' error when trying to run it:
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DRUN_IN_PLACE=0 \
-DENABLE_SYSTEM_MSGPACK=1 \
-DENABLE_SYSTEM_JSONCPP=1
GreenRaccoon23 commented on 2015-09-08 01:24
UPDATE The freeminer-git package installs great! Maybe the enet_shared_lib.patch from the freeminer-git package fixes this very issue.
GreenRaccoon23 commented on 2015-09-08 00:43
When trying to install this package, it outputs errors that /usr/include/msgpack/* files already exist in the filesystem. Could this package provide msgpack-c instead of depend on it? The full list of errors is here: http://pastebin.com/1YeStVCg
AlfredoRamos commented on 2014-11-09 03:49
@mmstick Fixed :)
AlfredoRamos commented on 2014-11-09 02:26
Package adopted.
mmstick commented on 2014-06-24 03:32
Getting serious problems with this package. It simply crashes as soon as it is launched.
22:31:17: ERROR[main]: ========== ERROR FROM LUA ===========
22:31:17: ERROR[main]: Failed to load and run script from
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:1003: attempt to index a nil value
22:31:17: ERROR[main]: stack traceback:
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:1003: in function 'buildfunc'
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:357: in function 'gettab'
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:167: in function 'update_menu'
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:1301: in main chunk
22:31:17: ERROR[main]: ======= END OF ERROR FROM LUA ========
22:31:17: ERROR[main]: GUIEngine: unable to load builtin menu
In thread 7f1a858ce7c0:
/tmp/yaourt-tmp-mmstick/aur-freeminer/src/freeminer-0.4.9.3/src/guiEngine.cpp:200: GUIEngine::GUIEngine(irr::IrrlichtDevice*, irr::gui::IGUIElement*, IMenuManager*, irr::scene::ISceneManager*, MainMenuData*, bool&): Assertion '"no future without mainmenu" == 0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7f1a858ce7c0:
#0 int main(int, char**)
Aborted