New error in server log
#1
Currently when starting the most recent build, I get this. Not sure why. :/[/quote]

Code:
pi@jammetpi2 ~/MinecraftServer/MCServer $ ./start.sh
[13:29:28] --- Started Log ---
[13:29:28] Cuberite Jenkins gcc armhf Release (master) build id: #167
[13:29:28] from commit id: 4ddff15710c9814c1fa6875570a9a18e22943605 built at: Mon 28 Sep 10:26:25 CEST 2015
[13:29:28] Creating new server instance...
[13:29:28] Reading server config...
[13:29:28] Starting server...
[13:29:28] Compatible clients: 1.7.x, 1.8.x
[13:29:28] Compatible protocol versions 4, 5, 47
[13:29:29] WebServer: The server is running in unsecured HTTP mode.
[13:29:29] Put a valid HTTPS certificate in file 'webadmin/httpscert.crt' and its corresponding private key to 'webadmin/httpskey.pem' (without any password) to enable HTTPS support
[13:29:30] Loaded 442 crafting recipes
[13:29:30] Loaded 20 furnace recipes and 56 fuels
[13:29:30] -- Loading Plugins --
[13:29:30] Initialized ChatLog v.3
[13:29:30] Initialised Core v.15
[13:29:30] cFile:Exists() is obsolete, use cFile:IsFolder() or cFile:IsFile() instead!
[13:29:30] Stack trace:
[13:29:30]   [C](-1): Exists
[13:29:30]   Plugins/LastSeen/Config.lua(36): InitConfig
[13:29:30]   Plugins/LastSeen/LastSeen.lua(196): (no name)
[13:29:30] Stack trace end
[13:29:30] Initialised NoChunkFall for RasPi v0.3
[13:29:30] WARNING: IT IS NOT ADVISED THAT YOU RELOAD THE SERVER WITH NoChunkFall ACTIVATED!!!
[13:29:30] Initialized NoFireSpread v.1
[13:29:30] Initialized TransAPI v.1
[13:29:30] -- Loaded 7 Plugins --
[13:29:30] Spawn chunks anchored
[13:29:31] Preparing spawn (world): 23.75% (95/400; 94.62 chunks / sec)
[13:29:32] Preparing spawn (world): 58.50% (234/400; 138.17 chunks / sec)
[13:29:33] Preparing spawn (world): 94.25% (377/400; 141.30 chunks / sec)
[13:29:33] Startup complete, took 5090ms!
Reply
Thanks given by:
#2
That's because cFile:Exists is since PR #2500 obsolete. Plugins using it should use cFile:IsFolder or cFile:IsFile instead.
Reply
Thanks given by:
#3
I have updated the plugin, get the latest version and the warning should go away.
Thanks for the report.
Reply
Thanks given by:
#4
No problem. Hope after that, basic commands work again, too. Not even /help or /fly work atm. Smile Will update soon.

Edit:

Updated the plugin, everything is fine, with LastSeen at least. Curiously. I have not changed anything else, and since the latest update the /fly command seems to be entirely gone. I do remember using it recently with this setup, to avoid switching gamemode just for that. Somehow it's just ... gone.
Reply
Thanks given by:
#5
(09-29-2015, 08:45 AM)Jammet Wrote: No problem. Hope after that, basic commands work again, too. Not even /help or /fly work atm. Smile Will update soon.

Edit:

Updated the plugin, everything is fine, with LastSeen at least. Curiously. I have not changed anything else, and since the latest update the /fly command seems to be entirely gone. I do remember using it recently with this setup, to avoid switching gamemode just for that. Somehow it's just ... gone.
The /fly command moved to Essentials some time ago.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)