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


Can't start Linux binary - timthetortoise - 04-02-2011

Attempting to run on Squeeze.
Code:
tim@saturn:~/MCServer$ chmod +x MCServer
tim@saturn:~/MCServer$ ./MCServer
-bash: ./MCServer: cannot execute binary file
Haven't had this problem before. Compiling from source would be nice, wink wink hint hint :V


RE: Can't start Linux binary - Tim - 04-02-2011

chmod 755 MCServer
?
Don't know if it would work but just a thought Smile

The main reason i posted is because you have an epic name Wink however my friend used to have a tortoise called timmy but it died this year after coming out of hibernation Sad


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

Code:
-rwxr-xr-x  1 tim tim  916395 2011-04-01 13:01 MCServer
chmod +x adds executable for UGO and it already had read and write for O and read for UG. Definitely not a permissions issue :\ I'm thinking it's a problem somewhere in compiling.

And that sucks about the tortoise. My name is actually because of the band Tortoise though :V


RE: Can't start Linux binary - Tim - 04-02-2011

I haven't got round to upgrading my MCServer yet, but I'll let you know if i have any issues when I do as I'll be using the linux build too, however I'm using a ubuntu distribution.


RE: Can't start Linux binary - omlet - 04-02-2011

(04-02-2011, 07:11 AM)Tim Wrote: I haven't got round to upgrading my MCServer yet, but I'll let you know if i have any issues when I do as I'll be using the linux build too, however I'm using a ubuntu distribution.

same problem @u10.10 and r175


problem fixed: winetricks vcrun2010 Big Grin



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

64 or 32 bit Linux?

If you use wine, doesn't that mean you're using the windows binary?


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

32 bit.
Code:
tim@saturn:~/MCServer$ uname -r
2.6.26-2-686



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

This time I compiled it under 64bit Linux, so that might be the reason why it won't startTongue I'll see what I can do...


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

Much appreciated!


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

Any word on this? I'd like to be able to start working on plugins :V