Help fixing a portablized version? (Linux and no root)
I found that http://www.portablelinuxgames.org/game/minetest has some missing parts, for example the minimap textures were all missing.
A few missing textures were easy to fix, but an unresolvable url is not...
Error: Also I can't use server addresses like "server.net" but I have to ping and type their address like "0.0.0.0", problem being that a bunch of Ip's is quite confusing...
curl that my computer has works just fine, but prevents me from using it...
I tried compiling from source with run_in_place option on a live cd once but the result was too large for me(also I prefer not using any living cds or that kind of stuff)...also I have no root (and no sudo)...I'm on Debian if that helps
Could anyone either
A few missing textures were easy to fix, but an unresolvable url is not...
Error:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
2016-04-08 17:29:57: ERROR[AsyncWorkerThread_0]: servers.minetest.net/list?proto_version_min=13&proto_version_max=26 not found (Couldn't resolve host name) (response code 0)
curl that my computer has works just fine, but
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
./bin/minetest: /usr/lib/i386-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by ./bin/minetest)
I tried compiling from source with run_in_place option on a live cd once but the result was too large for me(also I prefer not using any living cds or that kind of stuff)...also I have no root (and no sudo)...I'm on Debian if that helps
Could anyone either
- help me fix it
or - make a not broken portable version, preferably using the same technique