Jump to content
TrinityCore

CDawg

Members
  • Posts

    1477
  • Joined

  • Last visited

  • Days Won

    85

Posts posted by CDawg

  1. 1 hour ago, Dormammu said:

    For the record - I used everything perfectly 3 or 4 times before this popped up out of the blue. Obviously SOMETHING changed, but whereabouts/How do I go about fixing it?

     

    Did you try clicking repair and fixing that exact item? Try going to your windows control pane -> programs and features -> click git extensions and see if there is an add button.  don't uninstall it, just see about an option to add the basic linux commands to your windows. The (sh) error is the shell script. It may be installed, just that git extensions can't find it.

     

    Personally I recommend going full Linux, then you wont have that issue :P

    • Upvote 1
  2. 2 hours ago, Dormammu said:

    Should I be concerned? Will that screw up any building in VS after pulling latest? Thanks.

    Not really an issue for the game. just an issue with git on windows trying to find your linux vm or tools. git extensions uses linux basic commands to operate on a windows environment.

  3. 6 hours ago, tsvmitev said:

    So is there anybody who can actually help with it?

    Of course there is. But like most of us, I haven't had time.

    I can look at hooks to pull and log arena queues (teams and players). Just curious... what is so important about logging the placeholder queue for players?

  4. What revision?

    server/game/Battlegrounds/ArenaTeam.cpp

     

    bool ArenaTeam::AddMember(ObjectGuid playerGuid)
    {

    ...

    ...

    TC_LOG_DEBUG("bg.arena", "Player: %s [%s] joined arena team type: %u [Id: %u, Name: %s].", playerName.c_str(), playerGuid.ToString().c_str(), GetType(), GetId(), GetName().c_str());

  5. No, You have absolutely no context in your post.

    We have no clue, with what your environment is: No mysql version, what you did to import your db, what version of TC, did you try to do your own locale... Etc...

    That screenshot tells us that you did something wrong and we can't help without the proper answers from you.

×
×
  • Create New...