Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/17 in Posts

  1. I sent you a patch file for the connection it is fixed with the changes the socket now listens better, just use git apply thefile.patch
    1 point
  2. I did everything you guys said and redid the files with a new fresh compiled server again just now and ran the worldserver it did all the updates and it is still saying the problem here
    1 point
  3. Sounds like what Aokromes mentioned that you overwrote your own branch or clone. when you do a git clone, try placing it in a directory other than Trinitycore. For example: TrinityCore335a and for the master branch create a directory for TrinityCoreMaster (or whatever you want) Unix example (if you are using linux): git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git trinitycore335a git clone git://github.com/TrinityCore/TrinityCore.git trinitycore7x
    1 point
  4. This is due to some opcodes not working properly which is trying to load at times, which also there are some things not complete with the server when it comes to loading certain pieces of the server. This is why you are having problems with lag sometimes because you say it is not doing this problem with a different server, because you will also see a older server or newer one that has been running for a while with no updates to the commit it is running smoother because of the changes to the core in 4.3.4
    1 point
  5. This is a auth issue that has been going on that allows for other computers to connect with the server if you look at the other branches like 3.3.5 or even 4.3.4 you will see it is stronger socket when it listens for the connection then it is for 7.2.0
    1 point
  6. I am sure you have compiled master branch and overwrite d 3.3.5a branch binaries with master branch.
    0 points
  7. Your database is not loading correctly you need to download the newest, add it to your exe directory where your server is or run the sql file in a mysql program like navicat to get the database up.
    0 points
  8. This is a server issue that has been going on for some time now that allows the client and server to listen to a certain socket that is not always allowing the connection to connect, which also can have disconnects happen at time to time. This is a issue I have been working on with a fix coming soon which I will post that will help the socket listen better for connection.
    0 points
×
×
  • Create New...