Jump to content
TrinityCore

Szone

Plebs
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Szone

  1. Hello,

    I have an issue with bnetserver. 

    My realmlist it won`t start up and i can`t connect to server with my gameclient.

    I know in 3.3.5 version, in authserver, the realmlist name appears.

    The server runs on same computer with the gameclient.

    I use: TrinityCore rev. c41fe84b8cf8 2021-04-12 10:32:44 +0200 (master branch) (Win64, RelWithDebInfo, Static) (bnetserver)

     

    Thank you!

    p.s: sorry for my bad English.

    image.thumb.png.6e437917e4f6d9c1e60c164fa561d724.png

    image.thumb.png.b66a12ea52ac9b8337688152e46248b4.png

     

  2. Hello,

     

    When i try to build the core i recive this error (i use ubuntu 16.4.3 and last rev of Trinitycore 335):

     

    /home/szone/TrinityCore/TrinityCore/src/common/Collision/Maps/TileAssembler.cpp: In member function ‘bool VMAP::TileAssembler::readMapSpawns()’:
    /home/szone/TrinityCore/TrinityCore/src/common/Collision/Maps/TileAssembler.cpp:227:51: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
                 fread(&tileX, sizeof(uint32), 1, dirf);
                                                       ^
    /home/szone/TrinityCore/TrinityCore/src/common/Collision/Maps/TileAssembler.cpp:228:51: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
                 fread(&tileY, sizeof(uint32), 1, dirf);
     

     

    Thank you!

     

     

     

×
×
  • Create New...