Cuberite Forum
Can't start Linux binary - 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: Can't start Linux binary (/thread-90.html)

Pages: 1 2


RE: Can't start Linux binary - FakeTruth - 04-06-2011

Argh, can't add to .tar.gz files from WinRAR, so I'll just attach the single binary here lol




RE: Can't start Linux binary - benphelps - 04-06-2011

These are compiled in VMware Fusion and physical machines both.

Scientific Linux 6 i686 32bit ( RHEL 6 ) - Download

CentOS 5.5 i686 32bit ( RHEL 5.5 ) - Download

Ububntu Server 10.10 i686 32bit - Download

Debian 5 x86_64 64bit - Download

Debian 6 i686 32bit - Download


RE: Can't start Linux binary - timthetortoise - 04-07-2011

(04-06-2011, 11:00 AM)FakeTruth Wrote: Argh, can't add to .tar.gz files from WinRAR, so I'll just attach the single binary here lol

Thanks.

Edit: Sorry to be more trouble, but I'm now getting a seg fault right off the bat. Will try Ben Phelps' binary.

Edit2: Both give seg faults, but if I run FakeTruth's with sudo, it doesn't yell, but it silently pops me back to bash.


RE: Can't start Linux binary - benphelps - 04-07-2011

(04-07-2011, 12:21 AM)timthetortoise Wrote:
(04-06-2011, 11:00 AM)FakeTruth Wrote: Argh, can't add to .tar.gz files from WinRAR, so I'll just attach the single binary here lol

Thanks.

Edit: Sorry to be more trouble, but I'm now getting a seg fault right off the bat. Will try Ben Phelps' binary.

Edit2: Both give seg faults, but if I run FakeTruth's with sudo, it doesn't yell, but it silently pops me back to bash.

What distro are you running. If you dont mind post me the output from these commands:

Code:
uname -a
cat /etc/issue

and a completely optional one, this

Code:
lshw



RE: Can't start Linux binary - timthetortoise - 04-07-2011

Main server:
Code:
tim@saturn:~$ uname -a
Linux saturn 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux
tim@saturn:~$ cat /etc/issue
Debian GNU/Linux wheezy/sid \n \l

Alt server:
Code:
tim@neptune:~/MCServer$ uname -a
Linux neptune 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 UTC 2011 i686 GNU/Linux
tim@neptune:~/MCServer$ cat /etc/issue
Debian GNU/Linux 6.0 \n \l

Code:
tim@saturn:~/MCServer$ ./MCServer
Segmentation fault
tim@saturn:~/MCServer$ sudo ./MCServer
tim@saturn:~/MCServer$

Same result on both systems with attached binary and your Ubuntu binary.


RE: Can't start Linux binary - benphelps - 04-07-2011

I'll do a compile for Debian 6 32bit.

You can download a compile for Debian 6 i686 32bit here: Download


RE: Can't start Linux binary - timthetortoise - 04-07-2011

Still receiving a segfault. Is anyone else having problems? If not, I'll blame it on my install and try it on a VM, but I don't have this problem with, really, anything else.


RE: Can't start Linux binary - FakeTruth - 04-07-2011

That's very odd man, one of the first things that MCServer does, is log stuffTongue
Got anything in your logs folder?


RE: Can't start Linux binary - timthetortoise - 04-07-2011

No log folder is even created :\
I'm pretty sure something got borked in my servers' configurations/installs, it runs on my laptop (but fails to bind, don't care why on there), which is also Debian 6. Very odd stuff. Will have to experiment a bit.