05-11-2015, 08:41 PM
(This post was last modified: 05-11-2015, 08:45 PM by LogicParrot.)
(05-11-2015, 08:18 PM)denbertuz Wrote: reinstalled clean raspbian "jessie" - can't invoke it to start MCServer with boot - runs if i start it from terminal - anyone got a clue?
I suspect it's the wrong path. You need the path to the executable, not just to the folder.
Shouldn't it be this?
Code:
/home/minecraft/MCServer/MCServer/MCServer
Or perhaps this?
Code:
/home/minecraft/MCServer/MCServer
Also, now that I think of it, a much better way to do it is using "tmux", it will allow you to attach to the console whenever you want, I'll post a little guide if you're interested.