terakoth Posted April 18, 2017 Report Share Posted April 18, 2017 (edited) C:\Users\Terakoth\Downloads\TrinityCore-master\TrinityCore-master\src\server\game\DataStores\GameTables.cpp:148 in LoadGameTables FATAL ERROR: Some required *.txt GameTable files (26) not found or not compatible: GameTable file ./gt\ArmorMitigationByLvl.txt cannot be opened. GameTable file ./gt\ArtifactKnowledgeMultiplier.txt cannot be opened. GameTable file ./gt\ArtifactLevelXP.txt cannot be opened. GameTable file ./gt\BarberShopCostBase.txt cannot be opened. GameTable file ./gt\BaseMp.txt cannot be opened. GameTable file ./gt\CombatRatings.txt cannot be opened. GameTable file ./gt\CombatRatingsMultByILvl.txt cannot be opened. GameTable file ./gt\ItemSocketCostPerLevel.txt cannot be opened. Edited April 19, 2017 by terakoth Link to comment Share on other sites More sharing options...
Aokromes Posted April 18, 2017 Report Share Posted April 18, 2017 re-run extractor tools. Link to comment Share on other sites More sharing options...
terakoth Posted April 18, 2017 Author Report Share Posted April 18, 2017 (edited) It was the dbc files that wasn't loading because it was in another folder when it was created, now I get. Some required *.db2 files (207 from 1) not found or not compatible: Achievement.db2 AnimKit.db2 AreaGroupMember.db2 AreaTable.db2 Edited April 19, 2017 by terakoth Link to comment Share on other sites More sharing options...
terakoth Posted April 18, 2017 Author Report Share Posted April 18, 2017 Can someone link me there dbc files for 7.2.0 so I can try to see if it is not compatible Thanks. Link to comment Share on other sites More sharing options...
aedansilver Posted April 19, 2017 Report Share Posted April 19, 2017 I have the same problem. Link to comment Share on other sites More sharing options...
terakoth Posted April 19, 2017 Author Report Share Posted April 19, 2017 Aedansilver see if you are getting the same issue that when you run world of warcraft that your client says 23911 and when you run mapextractor that it says it detected client build 20365 or something else other than the client build that wow says, because that is what I am getting not sure why the extractor is seeing something different. Link to comment Share on other sites More sharing options...
Billy Posted April 20, 2017 Report Share Posted April 20, 2017 Do you have a 7.2.0 client? If so patch it to 23911 and then do like Aokromes said, re-run the extractors. I ran into that problem yesterday. I was doing everything with the previous client 23875, that was the wrong thing to do. TC is updating the client as well. Not like 3.3.5a where it was the same client all the time. Link to comment Share on other sites More sharing options...
terakoth Posted April 20, 2017 Author Report Share Posted April 20, 2017 I don't think you understand what I am saying there is really nothing I can do to fix this, because the updates are in, the client build says 23911 but when I run mapextractor it is saying the client build is being detected as 20365. I even tried reinstalling world of warcraft and I am getting the same issue so I have done all the patches and updates. Without someone linking me there file for the dbcs I will not be able to run the server. Link to comment Share on other sites More sharing options...
Billy Posted April 20, 2017 Report Share Posted April 20, 2017 Did you compile the latest extractors when you compiled the server? Link to comment Share on other sites More sharing options...
terakoth Posted April 20, 2017 Author Report Share Posted April 20, 2017 (edited) Yep I did it again to make sure & the same thing happens it's really strange. Hey do you think you could link your dbc files to see if it works for me thanks. Edited April 20, 2017 by terakoth Link to comment Share on other sites More sharing options...
Billy Posted April 21, 2017 Report Share Posted April 21, 2017 If It were me, I would delete EVERYTHING, I do mean EVERYTHING, then goto the Wiki and follow it step by step. It sounds like you have something crossed up some where, some how. Link to comment Share on other sites More sharing options...
terakoth Posted April 21, 2017 Author Report Share Posted April 21, 2017 I am going to do one better I am going to reformat the whole computer and do every single thing Link to comment Share on other sites More sharing options...
terakoth Posted April 21, 2017 Author Report Share Posted April 21, 2017 nope same issue Link to comment Share on other sites More sharing options...
Ibeatdungeon Posted April 22, 2017 Report Share Posted April 22, 2017 Curious, how are you on 23911 after scan repair, reinstall, or reformat, when retail is 23937? Here is the message your are encountering, I would suggest looking at the files or rights, are you still downloading by chance?https://github.com/TrinityCore/TrinityCore/blob/master/src/server/game/DataStores/GameTables.cpp#L148 I feel your issue, I am extracting from a 23937 build (rsynced to linux) and the client build is detecting 20365 below as well. If I was forced to guess, that versions isn't what we think it is. 20365 is WoD Era. I would overlook that and concentrate on the extract. + /home/wow/games/builds/tc/master/bin/mapextractor -l enUS TrinityCore rev. 7091e70eabfe 2017-04-21 19:11:11 +0200 (master branch) (Unix, Release, Static) (Map & DBC Extractor) <Ctrl-C> to stop. ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \ C O R E /\___/http://TrinityCore.org \/__/ Opened casc storage '/home/wow/72/Data' Detected client build 20365 for locale enUS Extracting dbc/db2 files... locale enUS output path /home/wow/72/dbc/enUS Extracted 592 files ... Extract DKMountScenario (731/734) Extract RubySanctumDKMountScenario (732/734) Extract AkazamarakHatScenario (733/734) Extract LostGlacierDKMountScenario (734/734) Processing........................100% Link to comment Share on other sites More sharing options...
terakoth Posted April 22, 2017 Author Report Share Posted April 22, 2017 You can close or delete this I got the server working thanks so much for everybody's help 1 Link to comment Share on other sites More sharing options...
codeman3518 Posted April 22, 2017 Report Share Posted April 22, 2017 A most common error is when someone forgets to add the gt folder to the server which can give you a dbc file error that something is not complete or not compatible, another one is when someone thinks that the enUS folder shouldn't be there because it isn't in the 4.3.4 build but is now required for the newest client build when it comes to extracting the dbc files. 1 Link to comment Share on other sites More sharing options...
Ivan Henrique Posted April 23, 2017 Report Share Posted April 23, 2017 terakoth, I'm having this problem too, what did you solve? Loading worldserver.. Some required *.db2 files (207 from 1) not found or not compatible Link to comment Share on other sites More sharing options...
Phantomdl Posted April 23, 2017 Report Share Posted April 23, 2017 Did you start you wow client after it was installed? I had that problem, I realized I did not start the program to the log in screen. Once I did that I did not have that problem. I do not know if it will solve the problem, Link to comment Share on other sites More sharing options...
terakoth Posted April 23, 2017 Author Report Share Posted April 23, 2017 I was forgetting the gt folder in world of warcraft where your client is there is a folder called gt you need to add this folder to your server where you run the worldserver.exe and the other problem I was getting was deleting the enUS folder where the dbc files were getting extracted from you must leave it alone and leave that in there when it extracts the files. I also ignored where the extractor says it detects client 20365 which is not the issue here. Let me know if this works for you. Link to comment Share on other sites More sharing options...
Ivan Henrique Posted April 24, 2017 Report Share Posted April 24, 2017 I have made everything from the beginning and continue the same mistake Worldserver log: TrinityCore rev. 0998eca1057d+ 2017-04-11 00:27:52 +0200 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) <Ctrl-C> to stop. ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \ C O R E /\___/http://TrinityCore.org \/__/ Using configuration file C:/wow/Trinity_Build_Legion_7.1/worldserver.conf. Using SSL version: OpenSSL 1.0.2k 26 Jan 2017 (library: OpenSSL 1.0.2k 26 Jan 2017) Using Boost version: 1.59.0 Updating Auth database... >> Auth database is up-to-date! Containing 2 new and 97 archived updates. Updating Character database... >> Character database is up-to-date! Containing 1 new and 67 archived updates. Updating World database... >> World database is up-to-date! Containing 7 new and 1910 archived updates. Updating Hotfixes database... >> Hotfixes database is up-to-date! Containing 2 new and 104 archived updates. Realm running as realm ID 1 Using World DB: TDB 720.00 Using enUS DBC Locale Missing name MonsterSight in config file C:/wow/Trinity_Build_Legion_7.1/worldserver.conf, add "MonsterSight = 50.000000" to this file Will clear `logs` table of entries older than 1209600 seconds every 10 minutes. Using DataDir C:\wow\World of Warcraft/ WORLD: MMap data directory is: C:\wow\World of Warcraft/mmaps VMap support included. LineOfSight: 1, getHeight: 1, indoorCheck: 1 VMap data directory is: C:\wow\World of Warcraft/vmaps Missing name Guild.SaveInterval in config file C:/wow/Trinity_Build_Legion_7.1/worldserver.conf, add "Guild.SaveInterval = 15" to this file Missing name Guild.UndeletableLevel in config file C:/wow/Trinity_Build_Legion_7.1/worldserver.conf, add "Guild.UndeletableLevel = 4" to this file Loading Trinity strings... >> Loaded 1062 trinity strings in 2 ms Initialize data stores... Some required *.db2 files (207 from 1) not found or not compatible: Achievement.db2 AnimKit.db2 AreaGroupMember.db2 AreaTable.db2 AreaTrigger.db2 ArmorLocation.db2 Artifact.db2 ArtifactAppearance.db2 ArtifactAppearanceSet.db2 ArtifactCategory.db2 ArtifactPower.db2 ArtifactPowerLink.db2 ArtifactPowerRank.db2 AuctionHouse.db2 BankBagSlotPrices.db2 BannedAddOns.db2 BarberShopStyle.db2 BattlePetBreedQuality.db2 BattlePetBreedState.db2 BattlePetSpecies.db2 BattlePetSpeciesState.db2 BattlemasterList.db2 BroadcastText.db2 CharSections.db2 CharStartOutfit.db2 CharTitles.db2 ChatChannels.db2 ChrClasses.db2 ChrClassesXPowerTypes.db2 ChrRaces.db2 ChrSpecialization.db2 CinematicCamera.db2 CinematicSequences.db2 CreatureDisplayInfo.db2 CreatureDisplayInfoExtra.db2 CreatureFamily.db2 CreatureModelData.db2 CreatureType.db2 Criteria.db2 CriteriaTree.db2 CurrencyTypes.db2 Curve.db2 CurvePoint.db2 DestructibleModelData.db2 Difficulty.db2 DungeonEncounter.db2 DurabilityCosts.db2 DurabilityQuality.db2 Emotes.db2 EmotesText.db2 EmotesTextSound.db2 Faction.db2 FactionTemplate.db2 GameObjects.db2 GameObjectDisplayInfo.db2 GarrAbility.db2 GarrBuilding.db2 GarrBuildingPlotInst.db2 GarrClassSpec.db2 GarrFollower.db2 GarrFollowerXAbility.db2 GarrPlotBuilding.db2 GarrPlot.db2 GarrPlotInstance.db2 GarrSiteLevel.db2 GarrSiteLevelPlotInst.db2 GemProperties.db2 GlyphBindableSpell.db2 GlyphProperties.db2 GlyphRequiredSpec.db2 GuildColorBackground.db2 GuildColorBorder.db2 GuildColorEmblem.db2 GuildPerkSpells.db2 Heirloom.db2 Holidays.db2 ImportPriceArmor.db2 ImportPriceQuality.db2 ImportPriceShield.db2 ImportPriceWeapon.db2 ItemAppearance.db2 ItemArmorQuality.db2 ItemArmorShield.db2 ItemArmorTotal.db2 ItemBagFamily.db2 ItemBonus.db2 ItemBonusListLevelDelta.db2 ItemBonusTreeNode.db2 ItemChildEquipment.db2 ItemClass.db2 ItemCurrencyCost.db2 ItemDamageAmmo.db2 ItemDamageOneHand.db2 ItemDamageOneHandCaster.db2 ItemDamageTwoHand.db2 ItemDamageTwoHandCaster.db2 ItemDisenchantLoot.db2 ItemEffect.db2 Item.db2 ItemExtendedCost.db2 ItemLimitCategory.db2 ItemModifiedAppearance.db2 ItemPriceBase.db2 ItemRandomProperties.db2 ItemRandomSuffix.db2 ItemSearchName.db2 ItemSet.db2 ItemSetSpell.db2 ItemSparse.db2 ItemSpec.db2 ItemSpecOverride.db2 ItemUpgrade.db2 ItemXBonusTree.db2 KeyChain.db2 LfgDungeons.db2 Light.db2 LiquidType.db2 Lock.db2 MailTemplate.db2 Map.db2 MapDifficulty.db2 ModifierTree.db2 MountCapability.db2 Mount.db2 MountTypeXCapability.db2 MountXDisplay.db2 Movie.db2 NameGen.db2 NamesProfanity.db2 NamesReserved.db2 NamesReservedLocale.db2 OverrideSpellData.db2 Phase.db2 PhaseXPhaseGroup.db2 PlayerCondition.db2 PowerDisplay.db2 PowerType.db2 PvpDifficulty.db2 QuestFactionReward.db2 QuestMoneyReward.db2 QuestPackageItem.db2 QuestSort.db2 QuestV2.db2 QuestXP.db2 RandPropPoints.db2 RulesetItemUpgrade.db2 ScalingStatDistribution.db2 Scenario.db2 ScenarioStep.db2 SceneScript.db2 SceneScriptPackage.db2 SkillLine.db2 SkillLineAbility.db2 SkillRaceClassInfo.db2 SoundKit.db2 SpecializationSpells.db2 Spell.db2 SpellAuraOptions.db2 SpellAuraRestrictions.db2 SpellCastTimes.db2 SpellCastingRequirements.db2 SpellCategories.db2 SpellCategory.db2 SpellClassOptions.db2 SpellCooldowns.db2 SpellDuration.db2 SpellEffect.db2 SpellEffectScaling.db2 SpellEquippedItems.db2 SpellFocusObject.db2 SpellInterrupts.db2 SpellItemEnchantment.db2 SpellItemEnchantmentCondition.db2 SpellLearnSpell.db2 SpellLevels.db2 SpellMisc.db2 SpellPower.db2 SpellPowerDifficulty.db2 SpellProcsPerMinute.db2 SpellProcsPerMinuteMod.db2 SpellRadius.db2 SpellRange.db2 SpellReagents.db2 SpellScaling.db2 SpellShapeshift.db2 SpellShapeshiftForm.db2 SpellTargetRestrictions.db2 SpellTotems.db2 SpellXSpellVisual.db2 SummonProperties.db2 TactKey.db2 Talent.db2 TaxiNodes.db2 TaxiPath.db2 TaxiPathNode.db2 TotemCategory.db2 Toy.db2 TransportAnimation.db2 TransportRotation.db2 UnitPowerBar.db2 Vehicle.db2 VehicleSeat.db2 WMOAreaTable.db2 WorldMapArea.db2 WorldMapOverlay.db2 WorldMapTransforms.db2 WorldSafeLocs.db2 Here the worldserver closes Link to comment Share on other sites More sharing options...
Ivan Henrique Posted April 24, 2017 Report Share Posted April 24, 2017 (edited) The folders and maps are all right, the bank creating normal, with the project and bank files updated In my dbc folder, has the ptBR folder, not enUS, I think it's because the game is in Portuguese .. Could it be that? And yes, I opened the client after all the steps done. Version of the client 7.2.0 (23911) Edited April 24, 2017 by Ivan Henrique Link to comment Share on other sites More sharing options...
Ivan Henrique Posted April 24, 2017 Report Share Posted April 24, 2017 Staff worked, I changed dbc.locale in the worldserver to 10 which is equivalent to ptBR and solved my problem, Thanks to everyone !! Link to comment Share on other sites More sharing options...
terakoth Posted April 24, 2017 Author Report Share Posted April 24, 2017 Good glad everything is working for you now Link to comment Share on other sites More sharing options...
Verytas Posted November 8, 2017 Report Share Posted November 8, 2017 (edited) Okay Edited November 19, 2017 by Verytas Link to comment Share on other sites More sharing options...
Recommended Posts