Jump to content
TrinityCore

Dbc, Maps, mmaps, Vmaps problems


Munga
 Share

Recommended Posts

Everyone. Stop with the misinformation.

 

6.x DBC, map and vmap extractors are working (at least for the enUS and enGB locales).

What is not working (yet) is updating the DBC structs server side (it's still expecting 4.3.4 dbcs in some cases). DBC updates to 6.x are being worked on (e.g https://github.com/TrinityCore/TrinityCore/pull/13508).

Calm down and stop trying to run the 6.x branch if you have absolutely no idea of what is happening.

  • Upvote 1
Link to comment
Share on other sites

I have extracted DBC and Maps files. Cause the other extractors are dead. They stop working. So i've downloaded mmaps and vmaps from a repack i found on Ac-web. The error i had was before i added those vmaps and mmaps files and after. When i didn't had the vmaps and mmaps i turned them of in the conf files. But still same error when i open worldserver.exe.

 

Where to put all those DBC, Maps, MMaps and Vmaps? I've put them directly in the Core Map where the Authserver and worldserver is. Same as i've done with my 3.3.5 client.

I know i've done right.

And i know that the extractors for 4.3.4 are dead. But i don't know if it's a fix for it, or a workaround?

 

Regards

Hyldran0

 

I haven't checked for sure in windows, but, I do know in Linux / is the MAIN ROOT directory, whereas ./ is the current directory... try it.

 

make

Using DataDir /

to

Using DataDir ./

Link to comment
Share on other sites


VMap data directory is: /vmaps
Map file '/maps/0004331.map': does not exist!
Correct *.map files not found in path '/maps' or *.vmtree/*.vmtile files in '/vmaps'. Please place *.map/*.vmtree/*.vmtile files in appropriate directories or correct the DataDir value in the worldserver.conf file.
^This? :P

I told you to use absolute paths, also 4.3.4 extractors are working.

Link to comment
Share on other sites

Did you do what i said? use ./ instead of / it works, that's how mine is (except I use ../data/ so it is beside of my server folder in a folder called data...)

 

I did try that and ./data too.

BUT still no luck. I think it's the extractors.

When i get this error on my doing of vmaps:

error_zpsaf884e2b.png

Link to comment
Share on other sites

You have incomplete client, it's not extractor fault.

 

The extractor probably wouldn't work anyway, tested it today for a friend and got the following error message:

...0004331.map' is from an incompatible map version (MAPS v1.3), MAPS v1.4 is expected. Please recreate using the mapextracto

Either the code hasn't been updated / finished for v1.4 or it is simply a bug, here the link to the related file/line:

https://github.com/TrinityCore/TrinityCore/blob/4.3.4/src/tools/map_extractor/System.cpp#L376

 

The extractor is still using v1.3 as Version but the 4.3.4 core is asking for v1.4, that can't work.

 

In master (6.x), the same file is using v1.4 ;)

Edited by Crashuncle
Link to comment
Share on other sites

The extractor probably wouldn't work anyway, tested it today for a friend and got the following error message:




...0004331.map' is from an incompatible map version (MAPS v1.3), MAPS v1.4 is expected. Please recreate using the mapextracto
Either the code hasn't been updated / finished for v1.4 or it is simply a bug, here the link to the related file/line:

https://github.com/TrinityCore/TrinityCore/blob/4.3.4/src/tools/map_extractor/System.cpp#L376

 

The extractor is still using v1.3 as Version but the 4.3.4 core is asking for v1.4, that can't work.

 

In master (6.x), the same file is using v1.4 ;)

Incorrect, 3.3.5a and 4.3.4 cores asks for maps 1.3 version for sure you cloned 6.x branch.

https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/game/Maps/Map.cpp#L41

https://github.com/TrinityCore/TrinityCore/blob/4.3.4/src/server/game/Maps/Map.cpp#L41

https://github.com/TrinityCore/TrinityCore/blob/6.x/src/server/game/Maps/Map.cpp#L41

Link to comment
Share on other sites

 
dbc's extract from 6.0.2 client with extractor from latest commit 61a6daf086 :(
 
 
TrinityCore rev. 61a6daf08613+ 2014-11-12 12:42:49 +0000 (6.x branch) (Unix, Release) (worldserver-daemon)
<Ctrl-C> to stop.
 
 ______                       __
/__  _       __          __/ __
/_/ / _ __ /_    ___ /_ , _  __  __
    /`'__/ /' _ `/ / / /
    / / / _ _
      _ _   _ _ _ _ __/`____
      /_//_/   /_//_//_//_//__/ `/___/>
                                 C O R E  /___/
http://TrinityCore.org                    /__/
 
Using configuration file /wodserver//etc/worldserver.conf.
Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1e 11 Feb 2013)
Using Boost version: 1.49.0
Realm running as realm ID 1 region 2 battlegroup 1
Using World DB: TDB 6.00
Using enUS DBC Locale
Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
Using DataDir ../data/
WORLD: MMap data directory is: ../data/mmaps
VMap height checking disabled! Creatures movements and other various things WILL be broken! Expect no support.
VMap support included. LineOfSight: 0, getHeight: 0, indoorCheck: 0
VMap data directory is: ../data/vmaps
Loading Trinity strings...
>> Loaded 1035 trinity strings in 1 ms
Initialize data stores...
Size of 'Talent.dbc' set by format string (44) not equal size of C++ structure (40).
 
/home/wodserver/source/src/server/game/DataStores/DBCStores.cpp:271 in LoadDBC ASSERTION FAILED:
  DBCFileLoader::GetFormatRecordSize(storage.GetFormat()) == sizeof(T) || LoadDBC_assert_print(DBCFileLoader::GetFormatRecordSize(storage.GetFormat()), sizeof(T), filename)
Speicherzugriffsfehler
 
 
greetings till
 
 
Link to comment
Share on other sites

6.x branch is heavy alpha not intended for production environments. Also it's that hard to see this? what i need to do, make it blinking yellow and red?

Please read the stickies before posting, or your topic may be closed.

Most of your questions about instalation or update problems have the answer

-- -- -- HERE -- -- -- or -- -- -- HERE -- -- -- don't create new threads if your problem fits any of the questions on the 1st link, post on the existing threads.

Link to comment
Share on other sites

Should be fine now.


--- Canned message start ---
It appears the issue in the original post was solved, so this thread shall be closed.
Should you encounter any other difficulties, please open a new thread.
--- Canned message end ---
Link to comment
Share on other sites

Hey guys,

 

 I compilied the newest core of 6.x TC on my Linux Debian 7.7 Rootserver.

 

Now comes this error...

 

 

 TrinityCore rev. 7713c893a866 2014-11-21 15:57:24 -0200 (6.x branch) (Unix, Release) (worldserver-daemon)
<Ctrl-C> to stop.
 
 ______                       __
/__  _       __          __/ __
/_/ / _ __ /_    ___ /_ , _  __  __
    /`'__/ /' _ `/ / / /
    / / / _ _
      _ _   _ _ _ _ __/`____
      /_//_/   /_//_//_//_//__/ `/___/>
                                 C O R E  /___/
http://TrinityCore.org                    /__/
 
Using configuration file /home/us_highrate/server/etc/worldserver.conf.
Using SSL version: OpenSSL 1.0.1e 11 Feb 2013 (library: OpenSSL 1.0.1e 11 Feb 2013)
Using Boost version: 1.49.0
Realm running as realm ID 1 region 2 battlegroup 1
Using World DB: TDB 6.00
Using enUS DBC Locale
Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
Using DataDir DataDir/
WORLD: MMap data directory is: DataDir/mmaps
VMap height checking disabled! Creatures movements and other various things WILL be broken! Expect no support.
VMap support included. LineOfSight: 0, getHeight: 0, indoorCheck: 1
VMap data directory is: DataDir/vmaps
Loading Trinity strings...
>> Loaded 1030 trinity strings in 1 ms
Initialize data stores...
Some required *.dbc files (2 from 131) not found or not compatible:
DataDir/dbc/Achievement.dbc
DataDir/dbc/BattlemasterList.dbc
 
 
I hope anyone can help me..
 
Greetings
 
Titan
Link to comment
Share on other sites

http://www.trinitycore.org/f/topic/10656-updating-or-starting-with-trinitycore-issues/

--- Canned message start ---

If this is your 1st time with TrinityCore read http://collab.kpsn.org/display/tc/TrinityCore+Home

Also read http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/

Also please Look in upper right hand corner of the forum, there is a button labeled search field, feel free to search for your issues first before posting, most questions like this one have already been answered.

If you still cannot find the answers you seek feel free to make a post and tell us the steps you took to resolve this issue and we will do our best to help you.

--- Canned message end ---

Link to comment
Share on other sites

Your client is not your core, maybe this is above your skill level and you should stick to playing on official.

 

Of course, the only thing your core would have to do with this is, if it is out of date, the tools would be, as well, and wouldn't work...

Link to comment
Share on other sites

Your client is not your core, maybe this is above your skill level and you should stick to playing on official.

 

Of course, the only thing your core would have to do with this is, if it is out of date, the tools would be, as well, and wouldn't work...

WOW .......................................i'll try and be nice ............ downloaded TC last today AGAIN version 6.x and SAME thing even did it on windows to make sure and WELL GUESS WHAT SAME THING

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...