Giter VIP home page Giter VIP logo

Comments (7)

DantestyleXD avatar DantestyleXD commented on May 2, 2024

Adjust a lot of log's problems but:

2016-08-16 00:45:33 ERROR: Race (0) not found in DBC: wrong DBC files?
......
2016-08-16 01:01:22 ERROR: CreatureTextMgr: Could not find Text for Creature(避风郡种马) Entry 28605 in 'creature_text' table. Ignoring.
2016-08-16 01:01:22 ERROR: CreatureTextMgr: Could not find Text for Creature(避风郡种马) Entry 28605 in 'creature_text' table. Ignoring.
2016-08-16 01:01:24 ERROR: CreatureTextMgr: Could not find Text for Creature(避风郡种马) Entry 28605 in 'creature_text' table. Ignoring.
......
2016-08-16 02:11:15 ERROR: Vehicle GuidLow: 1979101, Entry: 28670 attempts to uninstall, but already has STATUS_UNINSTALLING! Check Uninstall/PassengerBoarded script hooks for errors.
......
2016-08-16 06:55:57 ERROR: SmartAI::StartPath: Creature entry 18950 wanted to start waypoint movement while in combat, ignoring.

are problems that I haven't on my database.
Try to apply last updates or recreate world database and retry.


Server: Local (Repo AzerothCore)
Last commit hash tested: 3761e9d
O.S.: Windows 10
Compiler: MS Visual Studio 2013

from azerothcore-wotlk.

Abyssking avatar Abyssking commented on May 2, 2024

I have a related error in worldserver.exe, it's cause of here
Player.cpp:6919

TeamId Player::TeamIdForRace(uint8 race)
{
    if (ChrRacesEntry const* rEntry = sChrRacesStore.LookupEntry(race))
    {
        switch (rEntry->TeamID)
        {
            case 1: return TEAM_HORDE;
            case 7: return TEAM_ALLIANCE;
        }
        sLog->outError("Race (%u) has wrong teamid (%u) in DBC: wrong DBC files?", uint32(race), rEntry->TeamID);
    }
    else
        sLog->outError("Race (%u) not found in DBC: wrong DBC files?", uint32(race));

    return TEAM_ALLIANCE;
},

the value that came from here is zero but in
CharacterHandler.cpp:250
recvData >> race_;
sets truely, i tried to fix it, but i get headache.

from azerothcore-wotlk.

DantestyleXD avatar DantestyleXD commented on May 2, 2024

Can you paste the exactly error code from the console?

from azerothcore-wotlk.

Abyssking avatar Abyssking commented on May 2, 2024

@DantestyleXD yup

Server.log : http://pastebin.com/vYsj7hgP
CrashLog : http://pastebin.com/jxJvJPAv

from azerothcore-wotlk.

DantestyleXD avatar DantestyleXD commented on May 2, 2024

2016-09-04 12:06:44 ERROR: Race (0) not found in DBC: wrong DBC files?
2016-09-04 12:06:46 ERROR: Race (0) not found in DBC: wrong DBC files?
This?
You haven't a good DBC, try to extract it again from your client

from azerothcore-wotlk.

Abyssking avatar Abyssking commented on May 2, 2024

@DantestyleXD Tnx but it's not related to this error, even i try and extract my own dbc, my first dbc was that one AzerothTeam set it on Site. It's Server-Side problem.

from azerothcore-wotlk.

Yehonal avatar Yehonal commented on May 2, 2024

Fixed

from azerothcore-wotlk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.