Change path where MCServer looks for libraries - 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: Change path where MCServer looks for libraries (/thread-1984.html) Pages:
1
2
|
RE: Change path where MCServer looks for libraries - Mathias - 05-28-2015 Problem solved for now. I had to update libpthread too. RE: Change path where MCServer looks for libraries - Mathias - 05-28-2015 Whoops, another segfault. This one seems to trigger only when pinging the server in the server list. Code: #0 0x000000000055c6d5 in cClientHandle::OnRemoteClosed() () Does anyone have any ideas on how to fix it? RE: Change path where MCServer looks for libraries - bearbin - 05-28-2015 I think it would just be easier to either compile the server yourself on a similar machine and copy it across, or to use a different server. You're having too many problems this way, and It's not really supported. RE: Change path where MCServer looks for libraries - tigerw - 05-29-2015 Although the crash looks similar to https://forum.cuberite.org/showthread.php?tid=1988&pid=20942#pid20942 - try updating the server again? RE: Change path where MCServer looks for libraries - Mathias - 05-29-2015 (05-29-2015, 01:40 AM)tigerw Wrote: Although the crash looks similar to https://forum.cuberite.org/showthread.php?tid=1988&pid=20942#pid20942 - try updating the server again?The segfault has disappeared after updating the server. Thanks! |