Cuberite Forum
Webadmin randomly stops working - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Webadmin randomly stops working (/thread-2133.html)

Pages: 1 2


RE: Webadmin randomly stops working - sshanee - 09-26-2015

(09-25-2015, 03:30 PM)xoft Wrote: Can you identify the version you're using? Wither a commit SHA1 checksum, or build number (if downloaded from the official buildserver). There was a recent fix to some network issues (sigpipe handler) that could be related, I want to know if you have that fix in or not.

doesn't say when i start it...
[e065d89824288678|18:32:07] --- Started Log ---
[e065d89824288678|18:32:07] MCServer local build build id: Unknown
[e065d89824288678|18:32:07] from commit id: approx: 87489dc30846e0b46822d5ed3b841417577d1fff built at: approx: 2015-09-21 13:30:17 +0100

compiled from source late last night using this method:

git clone https://github.com/cuberite/cuberite.git
cd cuberite
git submodule update --init
cmake . -DCMAKE_BUILD_TYPE=DEBUG
make . -j 8

also compiled the day before using RELEASE and also using the ./compile.sh method. same problems on all versions.