Jump to content

Search the Community

Showing results for 'ubuntu'.

  • Search By Author

Content Type


Forums

  • Announcements
    • Rules & Guidelines
    • Community News
    • Development News
    • Ragnarok News
    • Community Crowdfunding
  • Support & Releases
    • General
    • Scripting
    • Database
    • Source
    • Graphic Enhancements
    • Web
    • Client-side
    • Third Party
    • Projects
  • Discussion & Suggestions
    • Database Discussion
    • Script Discussion
    • Source Discussion
    • Renewal Discussion
    • Archives
  • Community
    • rAthena General
    • Arts & Writings
    • Off Topic
  • International Forums
    • Filipino Support
    • German Support
    • Indonesian/Malaysian Support
    • Portuguese Support
    • Russian Support (Русский)
    • Spanish Support

Categories

  • Server Resources
    • Server Managers/Editors
    • Scripts
    • Source Modifications
  • Web Resources
    • General Website Templates
    • Forum Templates
    • FluxCP Themes
    • FluxCP Addons
    • Other Web/CP Scripts
  • Graphics Resources
    • Sprites & Palettes
    • Maps & 3D Resources
    • Other Graphics
  • Client Resources
    • GRF Files
    • Client Tools
    • Spriting & Paletting Tools
    • Texture & Mapping Tools
    • Editors
    • Patchers

Categories

  • Low Rate
  • Mid Rate
  • High Rate
  • Super High Rate

Categories

  • Records Test
  • Complete Installation Guides
  • Client Guides
    • Data Folder
  • MySQL Guides
  • Database Guides
  • Map Guides

Categories

  • rAthena Forums
  • rAthena Development
  • FluxCP Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location


Server


Github


Discord


Interests


Website URL


Yahoo


Skype

  1. Hi everyone, I'm opening this topic because I play on a server on Ubuntu 16.04 and after the server add gepard shield, the client doesn't launch anymore. Before the add, the client worked perfectly. Do you know how to play on Ubuntu with the new client 2018 and gepard ? I precise than the patcher works fine and when I click on "Start" or on the .exe, the computer try to load the application but timeout after 10s maybe. Thx
  2. Hi there, I'm having an issue compiling the latest build on Ubuntu, full compile is below; rathena@roserver:/home/rathena# git pull Already up-to-date. rathena@roserver:/home/rathena# ./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether make sets $(MAKE)... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for ar... /usr/bin/ar checking whether byte ordering is bigendian... no checking whether gcc produces 32bit code... no checking whether gcc supports __thread specifier (TLS)... yes checking whether gcc supports -ffat-lto-objects... yes checking whether gcc supports -flto -fuse-linker-plugin... yes checking whether gcc supports -Wno-unused-parameter... yes checking whether gcc can actually use -Wno-unused-parameter... not needed but enabled checking whether gcc supports -Wempty-body... yes checking whether gcc supports -Wno-switch... yes checking whether gcc supports -Wno-missing-field-initializers... yes checking whether compiler is clang... no checking whether gcc supports -Wno-maybe-uninitialized... yes checking whether gcc supports -Wno-clobbered... yes checking whether gcc supports -Wshadow... yes checking whether gcc can efficiently use -Wshadow... yes checking whether gcc supports -fPIC... yes checking how to make shared objects... not supported configure: compiler is unable to generate shared objects, disabled plugins (optional) checking whether gcc supports -fno-strict-aliasing... yes checking for setrlimit... yes checking for strnlen... yes checking for uselocale... yes checking for newlocale... yes checking for freelocale... yes checking for xlocale.h... yes checking for library containing inflateEnd... -lz checking for zlib.h... yes checking for library containing sqrt... none required checking for library containing clock_gettime... none required checking whether CLOCK_MONOTONIC is supported and works... yes checking for library containing pthread_create... -lpthread checking for library containing pthread_sigmask... none required checking for library containing pthread_attr_init... none required checking for library containing pthread_attr_setstacksize... none required checking for library containing pthread_attr_destroy... none required checking for library containing pthread_cancel... none required checking for library containing pthread_join... none required checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... yes checking mysql.h usability... yes checking mysql.h presence... no configure: WARNING: mysql.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: mysql.h: proceeding with the compiler's result checking for mysql.h... yes checking MySQL library (required)... yes (5.5.57) checking for library containing pcre_study... -lpcre checking PCRE library (optional)... yes (8.31) checking host OS... Linux checking for MinGW... no configure: Configure finish configure: CPPFLAGS= -DMAXCONN=16384 -I../common -DHAS_TLS -DHAVE_SETRLIMIT -DHAVE_STRNLEN -I/usr/include -DHAVE_MONOTONIC_CLOCK configure: CFLAGS= -flto -fuse-linker-plugin -g -O2 -pipe -ffast-math -Wall -Wempty-body -Wno-switch -Wno-missing-field-initializers -Wno-maybe-uninitialized -Wno-clobbered -Wshadow -fno-strict-aliasing configure: CFLAGS_AR= -flto -fuse-linker-plugin -ffat-lto-objects -flto -fuse-linker-plugin -g -O2 -pipe -ffast-math -Wall -Wempty-body -Wno-switch -Wno-missing-field-initializers -Wno-maybe-uninitialized -Wno-clobbered -Wshadow -fno-strict-aliasing configure: LDFLAGS= -L/usr/lib configure: output name = login-server, char-server, map-server configure: creating ./config.status config.status: creating Makefile config.status: creating src/common/Makefile config.status: creating 3rdparty/mt19937ar/Makefile config.status: creating 3rdparty/libconfig/Makefile config.status: creating 3rdparty/yaml-cpp/Makefile config.status: creating src/char/Makefile config.status: creating src/login/Makefile config.status: creating src/map/Makefile config.status: creating src/tool/Makefile rathena@roserver:/home/rathena# make clean make[1]: Entering directory `/home/rathena/src/common' CLEAN common make[1]: Leaving directory `/home/rathena/src/common' make[1]: Entering directory `/home/rathena/3rdparty/mt19937ar' CLEAN mt19937ar make[1]: Leaving directory `/home/rathena/3rdparty/mt19937ar' make[1]: Entering directory `/home/rathena/3rdparty/libconfig' CLEAN libconfig make[1]: Leaving directory `/home/rathena/3rdparty/libconfig' make[1]: Entering directory `/home/rathena/3rdparty/yaml-cpp' CLEAN yaml-cpp make[1]: Leaving directory `/home/rathena/3rdparty/yaml-cpp' make[1]: Entering directory `/home/rathena/src/login' CLEAN login make[1]: Leaving directory `/home/rathena/src/login' make[1]: Entering directory `/home/rathena/src/char' CLEAN char make[1]: Leaving directory `/home/rathena/src/char' make[1]: Entering directory `/home/rathena/src/map' CLEAN map make[1]: Leaving directory `/home/rathena/src/map' make[1]: Entering directory `/home/rathena/src/tool' CLEAN tool make[1]: Leaving directory `/home/rathena/src/tool' rathena@roserver:/home/rathena# make server make[1]: Entering directory `/home/rathena/3rdparty/mt19937ar' CC mt19937ar.c make[1]: Leaving directory `/home/rathena/3rdparty/mt19937ar' make[1]: Entering directory `/home/rathena/3rdparty/libconfig' MKDIR obj CC grammar.c CC libconfig.c CC scanctx.c CC scanner.c CC strbuf.c AR obj/libconfig.a make[1]: Leaving directory `/home/rathena/3rdparty/libconfig' make[1]: Entering directory `/home/rathena/3rdparty/yaml-cpp' MKDIR obj/src/contrib CXX src/memory.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from src/memory.cpp:2: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from src/memory.cpp:2:0: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ CXX src/stream.cpp CXX src/exp.cpp CXX src/scanner.cpp src/scanner.cpp: In member function 'void YAML::Scanner::ThrowParserException(const string&) const': src/scanner.cpp:379:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = Mark::null_mark(); ^ CXX src/parse.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from include/yaml-cpp/node/impl.h:13, from src/parse.cpp:7: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from include/yaml-cpp/node/impl.h:13:0, from src/parse.cpp:7: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ CXX src/node.cpp CXX src/regex_yaml.cpp CXX src/singledocparser.cpp CXX src/node_data.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from src/node_data.cpp:7: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from src/node_data.cpp:7:0: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ src/node_data.cpp: In member function 'void YAML::detail::node_data::set_mark(const YAML::Mark&)': src/node_data.cpp:31:42: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void node_data::set_mark(const Mark& mark) { m_mark = mark; } ^ src/node_data.cpp: In member function 'void YAML::detail::node_data::set_type(YAML::NodeType::value)': src/node_data.cpp:33:46: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void node_data::set_type(NodeType::value type) { ^ src/node_data.cpp: In member function 'void YAML::detail::node_data::set_tag(const string&)': src/node_data.cpp:64:47: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void node_data::set_tag(const std::string& tag) { m_tag = tag; } ^ src/node_data.cpp: In member function 'void YAML::detail::node_data::set_style(YAML::EmitterStyle::value)': src/node_data.cpp:66:52: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void node_data::set_style(EmitterStyle::value style) { m_style = style; } ^ src/node_data.cpp: In member function 'void YAML::detail::node_data::set_scalar(const string&)': src/node_data.cpp:73:53: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void node_data::set_scalar(const std::string& scalar) { ^ CXX src/emitter.cpp CXX src/convert.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from include/yaml-cpp/node/impl.h:13, from include/yaml-cpp/node/convert.h:18, from src/convert.cpp:3: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from include/yaml-cpp/node/impl.h:13:0, from include/yaml-cpp/node/convert.h:18, from src/convert.cpp:3: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ CXX src/emitterutils.cpp CXX src/contrib/graphbuilderadapter.cpp CXX src/contrib/graphbuilder.cpp CXX src/simplekey.cpp CXX src/scantag.cpp CXX src/nodeevents.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from src/nodeevents.cpp:4: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from src/nodeevents.cpp:4:0: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ CXX src/scanscalar.cpp CXX src/parser.cpp CXX src/emitfromevents.cpp CXX src/tag.cpp CXX src/ostream_wrapper.cpp src/ostream_wrapper.cpp: In member function 'void YAML::ostream_wrapper::write(const string&)': src/ostream_wrapper.cpp:21:51: warning: declaration of 'str' shadows a member of 'this' [-Wshadow] void ostream_wrapper::write(const std::string& str) { ^ src/ostream_wrapper.cpp: In member function 'void YAML::ostream_wrapper::write(const char*, std::size_t)': src/ostream_wrapper.cpp:34:62: warning: declaration of 'str' shadows a member of 'this' [-Wshadow] void ostream_wrapper::write(const char* str, std::size_t size) { ^ CXX src/scantoken.cpp src/scantoken.cpp: In member function 'void YAML::Scanner::ScanDocStart()': src/scantoken.cpp:68:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanDocEnd()': src/scantoken.cpp:81:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanFlowStart()': src/scantoken.cpp:94:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanFlowEnd()': src/scantoken.cpp:120:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanFlowEntry()': src/scantoken.cpp:147:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanBlockEntry()': src/scantoken.cpp:167:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanKey()': src/scantoken.cpp:186:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanValue()': src/scantoken.cpp:215:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanAnchorOrAlias()': src/scantoken.cpp:231:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanPlainScalar()': src/scantoken.cpp:314:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanQuotedScalar()': src/scantoken.cpp:355:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ src/scantoken.cpp: In member function 'void YAML::Scanner::ScanBlockScalar()': src/scantoken.cpp:383:8: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] Mark mark = INPUT.mark(); ^ CXX src/directives.cpp CXX src/binary.cpp CXX src/null.cpp CXX src/exceptions.cpp CXX src/emitterstate.cpp CXX src/emit.cpp CXX src/nodebuilder.cpp In file included from include/yaml-cpp/node/detail/node.h:14:0, from src/nodebuilder.cpp:5: include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from src/nodebuilder.cpp:5:0: include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ AR obj/yaml-cpp.a make[1]: Leaving directory `/home/rathena/3rdparty/yaml-cpp' make[1]: Entering directory `/home/rathena/src/common' MKDIR obj CXX core.cpp CC socket.c CC timer.c CC db.c CC nullpo.c CC malloc.c CC showmsg.c CC strlib.c CC utils.c CC grfio.c CC mapindex.c CC ers.c CC md5calc.c CXX core.cpp CC socket.c CC malloc.c CC random.c CC des.c CC conf.c CC thread.c CC mutex.c CC raconf.c CC mempool.c CC msg_conf.c CC cli.c CC sql.c CXX yamlwrapper.cpp In file included from ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h:14:0, from ../../3rdparty/yaml-cpp/include/yaml-cpp/node/impl.h:13, from ../../3rdparty/yaml-cpp/include/yaml-cpp/yaml.h:17, from yamlwrapper.h:32, from yamlwrapper.cpp:23: ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_mark(const YAML::Mark&)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h:33:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pData->set_mark(mark); } ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_type(YAML::NodeType::value)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h:34:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { m_pData->set_type(type); } ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_tag(const string&)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h:35:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { m_pData->set_tag(tag); } ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_scalar(const string&)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h:37:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { m_pData->set_scalar(scalar); } ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h: In member function 'void YAML::detail::node_ref::set_style(YAML::EmitterStyle::value)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h:38:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { m_pData->set_style(style); } ^ In file included from ../../3rdparty/yaml-cpp/include/yaml-cpp/node/impl.h:13:0, from ../../3rdparty/yaml-cpp/include/yaml-cpp/yaml.h:17, from yamlwrapper.h:32, from yamlwrapper.cpp:23: ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_mark(const YAML::Mark&)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h:69:35: warning: declaration of 'mark' shadows a member of 'this' [-Wshadow] void set_mark(const Mark& mark) { m_pRef->set_mark(mark); } ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_type(YAML::NodeType::value)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h:71:39: warning: declaration of 'type' shadows a member of 'this' [-Wshadow] void set_type(NodeType::value type) { ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_scalar(const string&)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h:80:46: warning: declaration of 'scalar' shadows a member of 'this' [-Wshadow] void set_scalar(const std::string& scalar) { ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_tag(const string&)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h:84:40: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow] void set_tag(const std::string& tag) { ^ ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h: In member function 'void YAML::detail::node::set_style(YAML::EmitterStyle::value)': ../../3rdparty/yaml-cpp/include/yaml-cpp/node/detail/node.h:90:45: warning: declaration of 'style' shadows a member of 'this' [-Wshadow] void set_style(EmitterStyle::value style) { ^ AR obj/common.a make[1]: Leaving directory `/home/rathena/src/common' make[1]: Entering directory `/home/rathena/src/login' MKDIR obj CC account.c CC ipban.c CC loginchrif.c CC loginclif.c CC logincnslif.c CC loginlog.c CXX login.cpp LD login-server make[1]: Leaving directory `/home/rathena/src/login' make[1]: Entering directory `/home/rathena/src/char' MKDIR obj CC char_clif.c CC char_cnslif.c CC char_logif.c CC char_mapif.c CC int_achievement.c CC int_auction.c CC int_clan.c CC int_elemental.c CC int_guild.c CC int_homun.c CC int_mail.c CC int_mercenary.c CC int_party.c CC int_pet.c CC int_quest.c CXX char.cpp CXX int_storage.cpp CXX inter.cpp LD char-server make[1]: Leaving directory `/home/rathena/src/char' make[1]: Entering directory `/home/rathena/src/map' MKDIR obj CC achievement.c CC atcommand.c CC battle.c CC battleground.c CC buyingstore.c CC cashshop.c CC channel.c CC chat.c CC chrif.c CC clan.c CC date.c CC duel.c CC elemental.c CC guild.c CC homunculus.c CC instance.c CC intif.c CC itemdb.c CC log.c CC mail.c CC mapreg.c CC mercenary.c CC mob.c CC npc.c CC npc_chat.c CC party.c CC path.c CC pc.c CC pc_groups.c CC pet.c CC quest.c CC searchstore.c CC skill.c CC status.c status.c: In function 'status_yaml_readdb_refine_sub': status.c:14239:3: error: 'for' loop initial declarations are only allowed in C99 mode for (yamlwrapper* type = yaml_iterator_first(it); yaml_iterator_has_next(it); type = yaml_iterator_next(it)) { ^ status.c:14239:3: note: use option -std=c99 or -std=gnu99 to compile your code status.c:14273:3: error: 'for' loop initial declarations are only allowed in C99 mode for (yamlwrapper* level = yaml_iterator_first(it); yaml_iterator_has_next(it); level = yaml_iterator_next(it)) { ^ status.c: In function 'status_yaml_readdb_refine': status.c:14323:2: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ARRAYLENGTH(labels); i++) { ^ make[1]: *** [obj/status.o] Error 1 make[1]: Leaving directory `/home/rathena/src/map' make: *** [map] Error 2 rathena@roserver:/home/rathena# Any help would be appreciated! Thanks in advance! -Keanu
  3. hosting: vultr.com http://renoblackhosting.ml/images/1.bmp New Bitmap Image.bmp
  4. Hello All! After some research and determination I have found how to get any RO client (or at least the few I've tested) working under Ubuntu properly. I will describe the process in steps in this post so that others may benefit from my time and hard work! Step 1. Download PlayOnLinux - This step is easy as you can download it from their website http://www.playonlinux.com or from the Software Center in Ubuntu. Step 2. Choose "Tools" -> "Manage Wine versions", once the new window for this has opened install version 1.5.21 or the newest version of Wine should probably work too. Step 3. Next choose "Install" in PlayOnLinux and choose "Install a non-listed program" from the bottom of the window. In the new window follow the prompt and hit next -> New Virtual Drive -> next -> Name the drive whatever you want -> next -> Use another version of Wine -> next -> Choose the version you installed in the last step -> next -> 32 bit installation -> next. Step 4. PlayOnLinux will create what is called a Wine prefix. Once it has done that, push cancel. Then go to your home directory should be named the same as your username on the system. You will need to show hidden files to see the directory that you'll need to go to next, it is called ".PlayOnLinux" (and yes I did put the "." there on purpose). Step 5. Once in the ".PlayOnLinux" folder open up the folder called "wineprefix" then the folder that has the same name as the virtual drive you set up earlier. Open up "drive_c" and then program files and copy your RO files into that drive. Step 6. Head back to the PlayOnLinux program and choose the "Configure" option. Select the virtual drive you set up on the right and then click the button labeled: "Make a new shortcut for this virtual drive". Select the RO client you are using and the Setup.exe Congratulations! Now you should have shortcuts to those applications contained within your Wineprefix's virtual drive, which means you should be able to open the setup and change the settings for the game, and then run the client to play the game! Just as an FYI if you didn't know but the shortcuts should be generated on your desktop but you can move them wherever you want and even go a step further as to use add a .desktop file to point to them so that they show up in the dash (you can also accomplish this with alacarte, I believe it is sudo apt-get install alacarte to download and install it). Anyway, enough of my rant, I hope someone finds this helpful and have fun playing RO on the best OS on the planet! (Disclaimer: Did not test this on other distros but I imagine it would work with most of them).
  5. I tried on an account with sudo access and as root, both didn't work. I'm using Ubuntu 20.04 64-bit if that helps
  6. Edit: I somehow got a bad version of the files from GitHub, after re-cloning the git it worked fine. I am having issues compiling the server. I am running on Ubuntu and even after Rebooting/Updating/Upgrading/Fresh Pull from Git/etc. I am having errors during the build and I'm not sure what I'm doing wrong. Attached is the output from make. make[1]: Entering directory '/root/rathena/src/map' MKDIR obj CXX achievement.cpp In file included from achievement.cpp:21: battle.hpp:714:9: error: invalid digit "8" in octal constant 714 | >>>>>>> 0828ff00c630d6bcfa7a42826919867f0b8e5250 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from itemdb.hpp:16, from achievement.cpp:25: status.hpp:95:9: error: invalid digit "8" in octal constant 95 | >>>>>>> 0828ff00c630d6bcfa7a42826919867f0b8e5250 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ status.hpp:115:9: error: invalid digit "8" in octal constant 115 | >>>>>>> 0828ff00c630d6bcfa7a42826919867f0b8e5250 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from achievement.cpp:29: pc.hpp:396:9: error: invalid digit "8" in octal constant 396 | >>>>>>> 0828ff00c630d6bcfa7a42826919867f0b8e5250 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from achievement.cpp:29: pc.hpp:1079:9: error: invalid digit "8" in octal constant 1079 | >>>>>>> 0828ff00c630d6bcfa7a42826919867f0b8e5250 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from achievement.cpp:21: battle.hpp:692:1: error: version control conflict marker in file 692 | <<<<<<< HEAD | ^~~~~~~ battle.hpp:713:1: error: version control conflict marker in file 713 | ======= | ^~~~~~~ In file included from itemdb.hpp:16, from achievement.cpp:25: status.hpp:92:1: error: version control conflict marker in file 92 | <<<<<<< HEAD | ^~~~~~~ status.hpp:94:1: error: version control conflict marker in file 94 | ======= | ^~~~~~~ status.hpp:102:1: error: version control conflict marker in file 102 | <<<<<<< HEAD | ^~~~~~~ status.hpp:109:1: error: version control conflict marker in file 109 | ======= | ^~~~~~~ status.hpp:111:30: error: ‘YAML’ does not name a type 111 | uint64 parseBodyNode( const YAML::Node& node ); | ^~~~ status.hpp:111:40: error: expected unqualified-id before ‘&’ token 111 | uint64 parseBodyNode( const YAML::Node& node ); | ^ status.hpp:111:40: error: expected ‘)’ before ‘&’ token 111 | uint64 parseBodyNode( const YAML::Node& node ); | ~ ^ | ) status.hpp:111:40: error: expected ‘;’ at end of member declaration 111 | uint64 parseBodyNode( const YAML::Node& node ); | ^ | ; status.hpp:111:42: error: ‘node’ does not name a type 111 | uint64 parseBodyNode( const YAML::Node& node ); | ^~~~ status.hpp:114:39: error: ‘std::shared_ptr<s_refine_level_info> RefineDatabase::findLevelInfo(const item_data&, item&)’ cannot be overloaded with ‘std::shared_ptr<s_refine_level_info> RefineDatabase::findLevelInfo(const item_data&, item&)’ 114 | std::shared_ptr<s_refine_level_info> findLevelInfo( const struct item_data& data, struct item& item ); | ^~~~~~~~~~~~~ status.hpp:107:39: note: previous declaration ‘std::shared_ptr<s_refine_level_info> RefineDatabase::findLevelInfo(const item_data&, item&)’ 107 | std::shared_ptr<s_refine_level_info> findLevelInfo( const struct item_data& data, struct item& item ); | ^~~~~~~~~~~~~ status.hpp:115:1: error: version control conflict marker in file 115 | >>>>>>> 0828ff00c630d6bcfa7a42826919867f0b8e5250 | ^~~~~~~ status.hpp:118:23: error: cannot declare variable ‘refine_db’ to be of abstract type ‘RefineDatabase’ 118 | extern RefineDatabase refine_db; | ^~~~~~~~~ status.hpp:89:7: note: because the following virtual functions are pure within ‘RefineDatabase’: 89 | class RefineDatabase : public TypesafeYamlDatabase<uint16, s_refine_info>{ | ^~~~~~~~~~~~~~ In file included from achievement.hpp:15, from achievement.cpp:4: ../common/database.hpp:77:28: note: ‘virtual const string YamlDatabase::getDefaultLocation()’ 77 | virtual const std::string getDefaultLocation() = 0; | ^~~~~~~~~~~~~~~~~~ In file included from achievement.cpp:29: pc.hpp:390:1: error: version control conflict marker in file 390 | <<<<<<< HEAD | ^~~~~~~ pc.hpp:395:1: error: version control conflict marker in file 395 | ======= | ^~~~~~~ In file included from achievement.cpp:29: pc.hpp:1063:1: error: version control conflict marker in file 1063 | <<<<<<< HEAD | ^~~~~~~ pc.hpp: In function ‘bool pc_cant_act(map_session_data*)’: pc.hpp:1073:37: error: ‘pc_cant_act2’ was not declared in this scope 1073 | return sd->npc_id || sd->chatID || pc_cant_act2( sd ); | ^~~~~~~~~~~~ pc.hpp:1073:37: note: the macro ‘pc_cant_act2’ had not yet been defined pc.hpp:1078: note: it was later defined here 1078 | #define pc_cant_act2(sd) ( (sd)->state.vending || (sd)->state.buyingstore || ((sd)->sc.opt1 && (sd)->sc.opt1 != OPT1_BURNING) || (sd)->state.trading || (sd)->state.storage_flag || (sd)->state.prevend || (sd)->state.refineui_open ) | pc.hpp: At global scope: pc.hpp:1075:1: error: version control conflict marker in file 1075 | ======= | ^~~~~~~ make[1]: *** [Makefile:84: obj/achievement.o] Error 1 make[1]: Leaving directory '/root/rathena/src/map' make: *** [Makefile:50: map] Error 2
  7. Buena noche, dias... Tengo una curiosidad, en el momento que subo mi emulador, los clientes pueden acceder correctamente, la cuestion es que si no hay ningun usuario, a eso de 10 minutos, no se puede acceder a la lista de personajes, solamente loggea pero cuando selecciono el servidor se queda y dice al rato que no hay conexion, si reinicio la conexion vuelve y funciona de primera, pero lo raro es que cuando dejo un personaje dentro del juego, ya sean 2 dias enteros el servidor anda de primera, pero si desconecto y no queda nadie, vuelve y pasa el problema. Que podria pasar? muchas gracias
  8. i was trying to setup my server following this guide HERE , but after awhile i try check my site but its showing apache not nginx, can someone tell me how to fix this? OS : Ubuntu 20.04 64Bit
  9. Hello can anyone help me. I've tried everything.. both on ubuntu server and on CentOS but when I compile [rathena4444@vps ~]$ ./configure -bash: ./configure: No such file or directory " -------later----- [rathena4444@vps rAthena]$ make clean server make: *** No rule to make target `clean'. Stop. -------later----- [rathena4444@coquine rAthena]$ make server make: *** No rule to make target `server'. Stop. [rathena4444@coquine rAthena]$ "It doesn't work and when I try to start it appears" [rathena4444@coquine rAthena]$ chmod a+x athena-start [rathena4444@coquine rAthena]$ ./athena-start start rAthena is starting... (c) 2021 rAthena Project checking... login-server does not exist... exiting... [rathena4444@coquine rAthena]$ please some blessed soul to help me? explain to me what is going on?
  10. well I was planning to make one but maybe someone already has? would save me the trouble to learn =D
  11. My VPS specs is vCore 2, 8GB RAM, ubuntu 18.04 I have low packets and ping always but after 2days of running server it flick delays like that
  12. Sino prueba Ubuntu: https://www.vultr.com/docs/setup-ragnarok-online-server-on-ubuntu-14-04-x64
  13. I managed to compile an unmodified rAthena release within an Ubuntu 20.04.3 LTS (Focal Fossa) environment using gcc-9.
  14. amigo ya me pase a ubuntu y ya tengo el emulador en el vps de ubuntu pero lo que no se es como crear la base de datos en linux para poder configurarla y arrancar el server gracias @cook1e
  15. Si utilizas OVH puedes cambiar el sistema operativo de tu VPS a Ubuntu 18.04 o el que gustes pero es recomendable Ubuntu, guarda tu emulador en tu PC. NOTA: si cambias de sistema operativo tu VPS se reseteará y perderás lo que este dentro por eso te digo que guardes tu emulador en tu PC para luego volver a subirlo. Igual el error que tienes 0xc00007b puede ser solucionado instalando esta actualización de microsoft. Descargar acá
  16. Puedes echarle un ojo a la guia de instalación para windows > https://github.com/rathena/rathena/wiki/Install-on-Windows Y si te sirve de algo, te recomiendo utilizar Ubuntu 18.04 o superior para tu VPS.
  17. what OS are you using ? configure commands = for linux/centos/ubuntu. For windows = use visual studio
  18. 1. CentOS will cease to exist in it's current state very soon, which makes it an unsupported distribution. 2. CentOS has built-in security that restricts FluxCP's (and web software in general) normal operation. To "fix" so it's usable, you need to disable stuff. Your better choice would be Ubuntu 18.04+ https://github.com/rathena/rathena/wiki/Install-on-Ubuntu
  19. VPS > https://www.ovhcloud.com/es/vps/ (Recomendable Ubuntu 18.04+) Web Hosting > https://www.a2hosting.com/web-hosting
  20. I've installed FluxCP on my server (OS: Ubuntu desktop version) by following this guide It display normally on my server computer, and the other computer in the same subnet can view the website, too. But when I tried to connect to the website from my home, it just doesn't work. I'm surely using a public IP address server. (it's my rathena server, and the game server works perfectly) I put the FluxCP files in /var/www/html/fluxcp , and use root mysql user to connect to mysql server. What could go wrong?
  21. Buenas tardes, ante todo, saludos, Mi nombre es Adrián, vivo en España, tengo servidor físico propio, es decir, no es un contrato; tengo el servidor comprado, es un Dell PowerEdge, mas una línea de internet empresarial de fibra de 1000 megas simétricos (subida y bajada), con IP fija contratada, y varios dominios de internet que puedo utilizar. Dicho esto mi intención es montar un servidor PRE-RENEWAL, en una distribución de Ubuntu 20.04 LTS de 64 bits, que va montada en el servidor, con el objetivo de dejar un servidor de Ragnarok Online estable, con toda su relación a Web y demás . Estoy interesado en una guía que indique cómo montar un servidor de Ragnarok en Linux., Con toda su operatividad online y web. También estaría dispuesto a pagar una determinada cuantía por un soporte que, a pesar de que el trabajo lo haría yo, me llevara del principio al fin de mi intención. Seria como una guía en primera persona a nivel de enseñanza paso a paso. Este soporte se haría por vía Teamspeak, Discord, o similar.
  22. Puedes tomar esto como referencia: https://www.vultr.com/docs/setup-ragnarok-online-server-on-ubuntu-14-04-x64 Si necesitas una asistencia más personal, podrías recurrir a alguien aquí: https://rathena.org/thirdpartyservices/?d=13&csrfKey=54cad18198e1719d07f6d83a79508fec&advanced_search_submitted=1&content_field_93[1]=GeneralConfigs
  23. Hi, I've been gone for a while, as topic says, can rAthena server run on Ubuntu 12.04.3 x64? Can you link me to a 1) Installation guide for Ubuntu 12.04.3 x64 2) rAthena Server requirements to run Happy Valentines! Jethro
  24. packets.hpp lo tengo asi: #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20200409 #endif la version 202004090 es la de este cliente --> kRO Full Client - 2021-04-06 - Includes BGM & RSU que subio Akkarin Ya hice un char humano y un char gato y cuando cargo al char se escucha de fondo la musica ... le baje el paquete renewal de este post --> https://rathena.org/board/topic/124801-guía-crear-un-servidor-profesional-de-ragnarok/ y use el paquete que subio de renewal -> Si tu servidor va a ser RENEWAL con la descripcion de items, y mapas renewal deberas bajar este rar de mi unidad Drive: https://drive.google.com/file/d/18Pn4Zw0q_-yBTkE9n30JN8hGLGmL6iyo/view?usp=sharing El servidor que compile esta en linux ubuntu. Y el cliente lo corro en windows 10 64 bits con tarjeta Nvidia. No se que mas datos poner para ver si es de ayuda para resolver el problema ? Gracias de ante mano.
  25. Podrías tomar esto como referencia. https://www.vultr.com/docs/setup-ragnarok-online-server-on-ubuntu-14-04-x64
×
×
  • Create New...