Jump to content
TrinityCore

Dbc, Maps, mmaps, Vmaps problems


Munga
 Share

Recommended Posts

The WoW Client is: 3.3.5.12340

 

The TrinityCore is up to date (cd TrinityCore && git pull)

 

:(

 

did you checkout the 3.3.5 branch? if not, you are trying to use 6.x tools to extract 3.x data... and have compiled the 6.x server, which is not compatible with the 3.x client...

Link to comment
Share on other sites

did you checkout the 3.3.5 branch? if not, you are trying to use 6.x tools to extract 3.x data... and have compiled the 6.x server, which is not compatible with the 3.x client...

 

The output of... right now:

$ git status
On branch 3.3.5
Your branch is up-to-date with 'origin/3.3.5'.
nothing to commit, working directory clean
Link to comment
Share on other sites

Does the 3.3.5 branch now need the version 5 mmaps generator? I have 4 entries on my worldserver.exe console that show me this:

 

"MMAP:loadmap: 5712626.mmtile was built with generator v4, expected v5"

 

I'm running TrinityCore rev. 3c77f588ba6c 2015-02-16 17:52:41 +0100 (3.3.5 branch) (Win64, Release)

Link to comment
Share on other sites

  • 4 weeks later...

Hello everyone,

I have been using Trinity Core before but after year I see there are many changes. I went through the installation with many problems which I was able to fix but now I encountered problem that I can't. I checked for solution but couldn't find one. 

 

I want to install 3.3.5a server for me and my friends but I'm not sure where to select that option. First I cloned the Source from https://github.com/TrinityCore/TrinityCore  and compiled the files. After I put the extractors into WoW game directory and run mapextractor I get:

Map & DBC Extractor

==============

error opening casc storage 'F:/GamesWorld of WarcraftData' : FILE_NOT_FOUND

 

This is the error that I was able to catch with Print Screen because the cmd is disappearing really fast.

I thought that this could be because I never ran the game for first time and I did it but I still got that. Searching in forums I was able to see:

http://www.trinitycore.org/f/topic/10950-problem-with-mapextractor/

Then I found a topic about Trinity moved into three branches. I went to git branch for 3.3.5 and got the link which was this "https://github.com/TrinityCore/TrinityCore.git" (don't think there is a difference from the first one ?). I cloned it again, compiled it, copied the extractors and same error. I want to know where is my mistake? I want 3.3.5 server and if there is a different link for 3.3.5 branch please let me know.. Sorry if this is a duplicate I really searched a lot but did not found a solution..

 

Edit: http://www.trinitycore.org/f/topic/10950-problem-with-mapextractor/ I think this is related.

So I cloned branch 6.x not 3.3.5 ? While waiting for someone to give me advice I will search for such link.

Edited by geca7a
Link to comment
Share on other sites

Hi ,

 

If the link you have provided for the repo that you have cloned is correct you have cloned the wrong branch as it is for 6.x and not 3.3.5 .

 

please re read the wiki and clone the correct branch .

 

correct branch for 3.3.5 = https://github.com/TrinityCore/TrinityCore/tree/3.3.5

 

6.x extractor's will not work with 3.3.5.

 

regards

 

Thugly

Link to comment
Share on other sites

Hi Thugly,

 

Thank you for you fast reply but I forgot to mention that I tried that and I got:

 

"C:Program Files (x86)Gitbingit.exe" clone -v --recurse-submodules --progress "https://github.com/TrinityCore/TrinityCore/tree/3.3.5" "F:/oursrv/build"
Cloning into 'F:/oursrv/build'...
Done
 
Then I searched in that link and found "HTTPS clone URL" which I used:
 

Then I found a topic about Trinity moved into three branches. I went to git branch for 3.3.5 and got the link which was this "https://github.com/TrinityCore/TrinityCore.git" (don't think there is a difference from the first one ?). I cloned it again, compiled it, copied the extractors and same error.

 

Edit: I think I found a solution here

 

I used this:

git clone -b 3.3.5 --single-branch https://github.com/TrinityCore/TrinityCore.git

In "Git Bash" console and now it is downloading the branch I think. I will update this with the result.

Edited by geca7a
Link to comment
Share on other sites

Hi ,

 

I disagree with "UI is safer and easier to use" due to the amount of mistake you have made .

 

It is best practice not to deviate from the wiki as it was written for a reason and is written in a manor that even a novice can follow .

 

Glad to see you have fixed your issue.

 

regards

 

Thugly

Link to comment
Share on other sites

€dit: Solved, forgot to run mapextractor before..

 

Compiled fresh sources from git, 6.x-Branch. When trying to extract maps I get this error:

 

 


C:Program Files (x86)World of Warcraft>vmap4extractor.exe
Extract V4.00 2012_02. Beginning work ....
 
 
Extracting GameObject models...Can't open WorldGenericQuilboarPassive Doodads
LeantosRazorfen_Leanto03.m2, err=2!
Can't open WorldExpansion01DoodadsCoilfangActivedoodadsEnergytowerCoilfang
_Towers_E_Particle.m2, err=2!
Can't open WorldExpansion02DoodadsGenericVrykulWeaponsVr_Bm__Shield_02.m2,
 err=2!
Can't open WorldExpansion02DoodadsGenericVrykulWeaponsVr_Bm__Sword_01.m2,
err=2!
Done!
Read LiquidType.dbc file...Done! (74 LiqTypes loaded)
 
Unable to open wmo_list.txt! Nothing extracted.
 
ERROR: Extract V4.00 2012_02. Work NOT complete.
   Precise vector data=0.
Press any key.
 
Running english client on Windows 8.1. But when I changed to english I couldn't choose between enGB and enUS, it just says "English". So I don't know if I have installed enGB oder enUS..
 
The client was updated recently to 6.1.2. Maybe this causes errors?
Edited by Ceriana
Link to comment
Share on other sites

  • 3 months later...

I can't get Worldserver.exe running, it stops at an DBC error.

Initialize data stores...
Some required *.dbc files (2 from 128) not found or not compatible:
./dbc/Difficulty.dbc exists, and has 14 field(s) (expected 13). Extracted file might be from wrong client version or a database-update has been forgotten.
./dbc/LfgDungeons.dbc exists, and has 30 field(s) (expected 29). Extracted file might be from wrong client version or a database-update has been forgotten.

I don't get it.

I've recompiled and added database just as it states on the Trinity Wiki ( how-to)

Done everything but this keeps appearing. It's the second time now, i have re-extracted the DBC files from the new 6.2.0 - 20201 wow version aswell.

Could anyone please help me on this one. it's starting to annoy me ( a lot )

Link to comment
Share on other sites

You won't find anybody on the forum to upload DBCs/maps/mmaps/vmaps for it.  It is in the forum rules posted here.

You may not post: .dbc, .map and or relevant materials that are under copyright. Please keep posts restricted to database entry and database related software, accordingly.

I am in the exact same boat as you guys.  I blew away my 6.x server to move it to a different host and am now patiently waiting on the core to get updated to support the new DBC files from 6.2.  The devs will get there in time - I see multiple commits daily fixing up 6.2 things!

Link to comment
Share on other sites

I need help... got all the way to opening the worldserver, then I get an error about a "GameTables.dbc" file. I read that there may be an issue with the mapextractor???

I also found something about the new CASC data structure but wasn't clear if the XXX.blp files should be placed in the dbc folder or if they will even fix this....

This is the text from the worldserver.exe:

 

Using configuration file worldserver.conf.
Using SSL version: OpenSSL 1.0.2c 12 Jun 2015 (library: OpenSSL 1.0.2c 12 Jun 20
15)
Using Boost version: 1.56.0
Using processors (bitmask, hex): 3
Process priority class set to HIGH
Automatic database updates are disabled for all databases!
Realm running as realm ID 1 region 2 battlegroup 1
Using World DB: TDB 6.01
Using enUS DBC Locale
Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
Using DataDir ./
WORLD: MMap data directory is: ./mmaps
VMap support included. LineOfSight: 1, getHeight: 1, indoorCheck: 1
VMap data directory is: ./vmaps
Loading Trinity strings...
>> Loaded 1039 trinity strings in 3 ms
Initialize data stores...
E:\Trinity\src\server\game\DataStores\DBCStores.cpp:332 in LoadGameTable ASSERTI
ON FAILED:
  found Game table BarberShopCostBase definition not found in GameTables.dbc

Edited by thomas_king
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.


  • Similar Content

    • By WalkerSh
      Friends,
      I am going through a big problem.
      all maps in "BFa" are completely empty. (without "mobs", without "Npc's".
      how can I enable world missions and all the content in "BFa".  ??????????????????????
      I looked everywhere on this subject, but I was unsuccessful.
      I apologize, I am a beginner in the projects.

      ====================================================================
      I am currently using this project. 8.3.0 (33369)
      http://www.ac-web.org/forums/showthread.php?237071-World
       
      updated to 8.3.7 (35662)
      https://mega.nz/file/0dpmla4Q#4tKwrc-G9uhyxCkJozNwZp8Pr0ArgZmwO-ay7OCMvGw
      Source project
      https://github.com/TrinityCore/TrinityCore

      ====================================================================
      My WorldServ.conf
      #    Expansion
      #        Description: Allow server to use content from expansions. Checks for expansion-related
      #                     map files, client compatibility and class/race character creation.
      #        Default:     7 - (Expansion 7)
      #                     6 - (Expansion 6)
      #                     5 - (Expansion 5)
      #                     4 - (Expansion 4)
      #                     3 - (Expansion 3)
      #                     2 - (Expansion 2)
      #                     1 - (Expansion 1)
      #                     0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
      Expansion = 8
      #
    • By reyne
      Hey there!

      I've followed a few threads here about map extraction, and am still having issues. Originally, I was having the issue described here.
      After following the advice given in that thread (creating characters of both BC races and running around for a bit), I am no longer getting that error, however now I get the following error while trying to extract maps:

      `Error loading World\Maps\Expansion01\Expansion01_42_6.adt`

      This repeats for every line in Expansion01, and then the extractor crashes.

      I'm not sure where else to go from here.

      Thanks for your help

      Edit: I've created an 85 on an i85 server and flown all around Outland now, same issue.
    • By Ithylis
      =====[ English ]=====
      Hello,
      First of all I'm sorry if my english is not good, it's the use of Mr Google translation
      That's after years I restart in a WoW private server.
      I thank everyone who gives their time to help TrinityCore evolve.
      I appeal to the community because I can not find the dbc-cameras-vmaps-maps-mmaps-gt files of master 8.2.0.31478.
      I have the official version of the game in 8.2.5 and going through Arctium I do not have the data to extract all that, or else I get it wrong.
      Would anyone be kind enough to share all these extracted files please?
      Thank you very much and have a good day / night
      Regards,
      Ithylis
      =====[ Français ]=====
      Bonjour,

      Avant tout je suis désolé si mon anglais n'est pas bon, c'est l'utilisation de Monsieur Google traduction

      Voilà après des années je me relance dans un serveur privé WoW.
      Je remercie tout ceux qui donnent de leur temps pour faire évoluer TrinityCore.
      Je fais appel à la communauté, car je n'arrive pas à trouver les fichiers dbc-cameras-vmaps-maps-mmaps-gt de la version master 8.2.0.31478.
      J'ai la version officielle du jeu en 8.2.5 et en passant par Arctium je n'ai pas les données pour extraire tout cela, ou alors je m'y prends mal.

      Est-ce que quelqu'un aurait la bonté de partager tous ces fichiers extraits s'il vous plait ?

      Merci beaucoup et bonne journée/nuit
      Cordialement,
      Ithylis
    • By roweqharoji
      Hi guys, this is my first post for help. I think this may be a really noob problem, but I just can't...... Sorry first if there's any mistakes.
      I tried to host 4.3.4 from https://gitlab.com/trinitycore/TrinityCore_434, but with no luck I keep recieving error like The `spell_proc` table entry for spellIdXXX has Attribute PROC_ATTR_REQ_SPELLMOD, but spell has no spell mods. Proc will not be triggered. Detailed log is attached below.
      I have host 3.3.5 without error, but when it comes to 4.3.4, I just can't figure out how to solve this situation. I've tried searching for similar problem, but they said it's client side issue. like this https://gitlab.com/trinitycore/TrinityCore_434/issues/165. I tried download different client data such as wowmortal, atlantiss, mangos wowregeneration...and other two client. But no luck with those...
      If anyone can show me any hint, I would really appreciate
      DBErrors.log
    • By omgdior
      Hello user!  Help me please. How to extract the client DBC, Maps, VMaps & VMaps. I for some reason after 3.3.5 can not understand what to do in the new version. I hope for you.
×
×
  • Create New...