Jump to content
TrinityCore

htorbov

Members
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by htorbov

  1. Got it. As far as I see in Github, the main problem is the database, since we already have the game content. Too bad we can't get it from Blizzard :D

    I'll stick to 3.3.5a then. I won't bother to look for "repacks", since it seems, that the good people from TrinityCore are the only ones who are working on private server solution.

  2. I'm pulling latest TrinityCore branch, and use automatic database updates, and connection_patcher for Win32.

    When I try to connect to the server, it authorises me, but right before the realm selection it disconnects me with the message "You have been disconnected from the server.".

    I don't see anything in the standart log files.

     

    UPDATE:

    On another computer, it gives error #112. I'm sure that the source and DB are the latest, I'm just not sure about the data. Is it possible to be a data problem?

  3. I get the following error while compiling on El Capitan:

    /Users/*******/TrinityCore/src/server/game/Server/Packets/BattlePetPackets.cpp:84:18: fatal error: 
          use of overloaded operator '<<' is ambiguous (with operand types
          'WorldPacket' and 'size_type' (aka 'unsigned long'))
        _worldPacket << Pets.size();

     

    UPDATE:

    Since zlib wasn't in the El Captain's default homebrew repo, I had to brew tap homebrew/dupes, in order to add it, and then install it - after that, the build went fine.

    • Upvote 1
  4. Alright, I'm trying it now, but I get the following errors while compiling on CMake and Win32 OpenSSL 1.0.1j:

    Detected 32-bit platform
    MSVC: Enabled large address awareness
    MSVC: Enabled SSE2 support
    MSVC: Disabled Safe Exception Handlers for debug builds
    MSVC: Overloaded standard names
    MSVC: Disabled NON-SECURE warnings
    MSVC: Disabled POSIX warnings
    MSVC: Disabled generic compiletime warnings
    Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib
    Found OpenSSL headers: C:/OpenSSL-Win32
    CMake Error at cmake/macros/FindOpenSSL.cmake:188 (file):
      file STRINGS file "C:/OpenSSL-Win32/openssl/opensslv.h" cannot be read.
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/FindOpenSSL.cmake:200 (list):
      list GET given empty list
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/FindOpenSSL.cmake:201 (list):
      list GET given empty list
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list):
      list GET given empty list
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/FindOpenSSL.cmake:203 (list):
      list GET given empty list
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/FindOpenSSL.cmake:210 (math):
      math cannot parse the expression: " + 96": syntax error, unexpected
      exp_PLUS, expecting exp_OPENPARENT or exp_NUMBER (2)
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/FindOpenSSL.cmake:214 (string):
      string Character with code does not exist.
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/EnsureVersion.cmake:76 (MATH):
      math cannot parse the expression: "..*10000 + ..*100 + 0": syntax error,
      unexpected exp_TIMES, expecting exp_OPENPARENT or exp_NUMBER (3)
    Call Stack (most recent call first):
      cmake/macros/EnsureVersion.cmake:95 (NORMALIZE_VERSION)
      cmake/macros/FindOpenSSL.cmake:221 (ENSURE_VERSION)
      CMakeLists.txt:57 (find_package)
     
     
    CMake Error at cmake/macros/FindOpenSSL.cmake:223 (message):
      TrinityCore needs OpenSSL version 1.0.0 but found version ..
    Call Stack (most recent call first):
      CMakeLists.txt:57 (find_package)
     
     
    Configuring incomplete, errors occurred!
    See also "D:/Build/CMakeFiles/CMakeOutput.log".
  5. Hi,
     
    I've setuped the TrinityCore server (branch 6) using Debian server and the latest client version.
    The server is running without problems, but I can't do the client .exe.
     
    Here's the shell log:
    trinity@realm:~/WoW$ /home/trinity/server/bin/connection_patcher Wow.exe
    Creating patched binaries for Win32 client...
    patching Portal
    Found offset 11056376
    patching redirect RSA Modulus
    Found offset 10046320
    patching BNet
    Found offset 7489497
    patching Signature
    Found offset 7457091
    Patching done.
    EX: basic_string::_S_construct null not valid
    trinity@realm:~/WoW$
     
    When I configure the Config.wtf with SET portal "realm.meet.camp", I see the following message on the client:
    You must log in with a Battle.net account username and password.
     
    The client is paid version.
     
    P.S. Actually, I've logged-in to my account, then quit, and then upload the .exe to my server and run the connection_patcher, is this the correct method?
×
×
  • Create New...