Help! - 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: Help! (/thread-1378.html) |
Help! - Swing_dude - 02-17-2014 I'm trying to get a server running on a mac, and it always crashes during startup. Here is the log: Code: [15:17:23] --- Started Log --- Swing RE: Help! - xoft - 02-17-2014 I'm not sure about the failing part, maybe @SamJBarney will know. I can only say that you're probably not running the server in the proper "current directory" - you need to cd to the executable and launch it from there, so that it can find the Plugins folder, items.ini, crafting.txt etc. - all those files are needed for running the server. RE: Help! - tigerw - 02-17-2014 Wait, are you using the Mac builds from my SkyDrive? RE: Help! - Swing_dude - 02-17-2014 Yes, I am. Why do you ask? RE: Help! - bearbin - 02-17-2014 I don't think that tiger actually built the builds right on the mac, maybe you can try building yourself? RE: Help! - SamJBarney - 02-18-2014 It is suggested that you build it yourself, but I could also build it for you. What version of OSX are you using? RE: Help! - bearbin - 02-18-2014 Make sure to use the -DCROSSCOMPILE flag to disregard processor types. RE: Help! - worktycho - 02-18-2014 @bearbin I don't think that would help in this case. CROSS_COMPILE is deceptively named. You don't use it to build for another CPU type. Our CMake files don't currently support that. You use CROSS_COMPILE when compiling for a processor of the same type that has different supported instructions (guidline: is it older or a different vendor?). RE: Help! - Swing_dude - 02-18-2014 @SamJBarney I am using mac 10.8.5. It is fairly old, though. 2010 is when it was activated, I believe. RE: Help! - bearbin - 02-18-2014 But @worktycho, it Swing_dude is using an older processor it's essential to use it or it won't work. |