can i switch MCServer to 1.5.2 (61) protocol ?
#1
is there protocol switcher in the MCS ? how i can turn on old protocols ? can i use it ? all my clients are 1.5.2 only Sad
Reply
Thanks given by:
#2
We removed the old protocols a while ago. MCServer now only supports 1.7 and 1.8.
Reply
Thanks given by:
#3
Here's the source of the last MCS that supported clients 1.2.5 - 1.6.x: https://github.com/mc-server/MCServer/re...tag/1.6EoS (you need to compile from source at this tag)
Reply
Thanks given by:
#4
(01-12-2015, 10:44 PM)xoft Wrote: Here's the source of the last MCS that supported clients 1.2.5 - 1.6.x: https://github.com/mc-server/MCServer/re...tag/1.6EoS (you need to compile from source at this tag)

sorry i am nubie in CMake Sad not compiling, catch some errors in console while compile on my ubuntu 14.04:
Code:
CMake Error at CMakeLists.txt:35 (message):
  Could not identifiy git commit id


-- Configuring incomplete, errors occurred!

and i'll try another way, not from .zip file:

git clone -b MCServer1.6EoS https://github.com/mc-server/MCServer.git mcsold

i got another errors while compiling:
Code:
---------------------------------------------------------------------------------------
-- The CXX compiler identification is GNU 4.8.2
-- The C compiler identification is GNU 4.8.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
Commit id not set, attempting to determine id from git
including polarssl
CMake Warning (dev) at lib/polarssl.cmake:7 (add_subdirectory):
  The source directory

    /home/znsoft/git/mcsold/lib/polarssl

  does not contain a CMakeLists.txt file.

  CMake does not support this case but it used to work accidentally and is
  being allowed for compatibility.

  Policy CMP0014 is not set: Input directories must have CMakeLists.txt.  Run
  "cmake --help-policy CMP0014" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
Call Stack (most recent call first):
  Tools/ProtoProxy/CMakeLists.txt:28 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at CMakeLists.txt:90 (add_subdirectory):
  The source directory

    /home/znsoft/git/mcsold/lib/SQLiteCpp

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:98 (set_property):
  set_property could not find TARGET SQLiteCpp.  Perhaps it has not yet been
  created.


including polarssl
CMake Error at lib/polarssl.cmake:7 (add_subdirectory):
  The source directory

    /home/znsoft/git/mcsold/lib/polarssl

  does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
  CMakeLists.txt:107 (include)


-- Configuring incomplete, errors occurred!
See also "/home/znsoft/git/mcsold/CMakeFiles/CMakeOutput.log".

-----------------------------------------------------------------------------------

and i do:
git clone polarssl && git clone SQLiteCpp
going to compil...
----------------------------------------------------------------------
Code:
[b][100%] Built target MCServer[/b]
---------------------------------------------------------------------
yeeeeeees i'll do it !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)