azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.46k stars 2.59k forks source link

Client data v10 package is bugged #5183

Closed nolt closed 3 years ago

nolt commented 3 years ago

CURRENT BEHAVIOUR:

With recent commit https://github.com/azerothcore/azerothcore-wotlk/commit/91dfedd0801a8babdb07e1bd865d586096dbbd97 and using v10 client data I get those errors in Server.log:

2021-04-07 23:08:08 Using DataDir ../data/
2021-04-07 23:08:08 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1 PetLOS:1
2021-04-07 23:08:08 ERROR: VMap file '../data/vmaps/000.vmtree' is missing or points to wrong version of vmap file. Redo vmaps with latest version of vmap_assembler.exe.

EXPECTED BLIZZLIKE BEHAVIOUR:

SOURCE:

STEPS TO REPRODUCE THE PROBLEM:

  1. pull recent AC sources
  2. compile and use v10 client data

EXTRA NOTES:

AC HASH/COMMIT:

https://github.com/azerothcore/azerothcore-wotlk/commit/91dfedd0801a8babdb07e1bd865d586096dbbd97

OPERATING SYSTEM:

Ubuntu 20.04

MODULES:

CUSTOMIZATIONS:

nolt commented 3 years ago

I've compiled tools and extracted on clean client (ChromieClient btw). All works fine, here are extracted all files: https://mega.nz/file/RRRyELIC#ewajM0i59llSr9pv-niehf0taGov3l-BFr1UVG9Rn5Y

Can someone else confirm this issue?

Ramys commented 3 years ago

This version already exists. https://github.com/wowgaming/client-data

FrancescoBorzi commented 3 years ago

@nolt that's weird because I've updated my core, downloaded the v10 and it worked fine for me

nolt commented 3 years ago

User Delcid from discord was affected with same issue on Windows.

cirosantos0 commented 3 years ago

Same problem for me on ubuntu using acore.sh to download the package. Worked with the package Ramys shared above. Acore Version: 1dd7d7514552919b9626ffa22ed4471224afe3c8

nolt commented 3 years ago

Same problem for me on ubuntu using acore.sh to download the package. Worked with the package Ramys shared above. Acore Version: 1dd7d75

Wait what? :) We talking about v10, and Ramys provided link to v10 client data package which cause this issue :)

Ramys commented 3 years ago

Anyway for me this package works perfectly.

FrancescoBorzi commented 3 years ago

@Helias is working on this

Delcidx commented 3 years ago

User Delcid from discord was affected with same issue on Windows.

Yes, i had the issue but solved it by extracting the data.zip again and compiling the solution.

cirosantos0 commented 3 years ago

Same problem for me on ubuntu using acore.sh to download the package. Worked with the package Ramys shared above. Acore Version: 1dd7d75

Wait what? :) We talking about v10, and Ramys provided link to v10 client data package which cause this issue :)

Sorry, I should have been clearer on my reply;

Using score.sh to download and extract the files leads to the error on topic.

Extracting it manually works.

nolt commented 3 years ago

Well I used:

unzip data.zip

and downloaded using Google Chrome; nothing special but had that issue. Tried few times and same situation. We will wait for Helias reply.

hguy23 commented 3 years ago

Can confirm, same issue for me, downloaded clean source, compiled and works only with v9 data Win x64

eTzmNcbkrng commented 3 years ago

Same issue. Windows 10 x64. Worked fine after I manually downloaded and extracted v10 data.zip from https://github.com/wowgaming/client-data/releases

FrancescoBorzi commented 3 years ago

it's not the same issue, some people are saying it works only with v9 while others say it works fine downloading v10.

honestly, I don't understand where the issue is

Kitzunu commented 3 years ago

I can confirm.

I downloaded the v10 and everything worked perfectly. I then reran CMake, rebuilt and now I get the same error in worldsevrer and can't get it to start

2021-04-09 14:02:34 ERROR: VMap file 'E:\build-azeroth\bin\RelWithDebInfo\data/vmaps/000.vmtree' is missing or points to wrong version of vmap file. Redo vmaps with latest version of vmap_assembler.exe.

Edit - Okay this is weird, I did it once again, cleaned the solution and built again and not it is gone.

Spooky

Helias commented 3 years ago

I will upload a new version soon

Kitzunu commented 3 years ago

@nolt rerun cmake and rebuild and see if the issue still exists

skxawng-cu commented 3 years ago

I have a problem with v10 data, all Workshop's NPCs in Winter Battlefield are underground.

And Singragoza in ICC raid go underground too.

skxawng-cu commented 3 years ago

I want to know what file permissions I have to give to data folder, now I am using 0777 because with default permissions the mage blink can cause that the player go underground. Any one can help?

FrancescoBorzi commented 3 years ago

I have a problem with v10 data, all Workshop's NPCs in Winter Battlefield are underground.

And Singragoza in ICC raid go underground too.

@UltraNix or anyone else: can you confirm this?

UltraNix commented 3 years ago

Wintergrasp fixed by #5188. Sindragosa - works okay for me. @Helias Make sure that vmap_magic is updated.

Helias commented 3 years ago

client data updated, try this https://github.com/wowgaming/client-data/releases/tag/v10

@UltraNix what do you mean with vmap_magic?

UltraNix commented 3 years ago

VMAP_MAGIC

cirosantos0 commented 3 years ago

I have a problem with v10 data, all Workshop's NPCs in Winter Battlefield are underground. And Singragoza in ICC raid go underground too.

@UltraNix or anyone else: can you confirm this?

Sindragosa working without problems. Can confirm Wintergrasp NPC under floor on c05fa1a0a915ab90e8d7731ad0f8f3b2ff2e7731.

5188 fixes it.

nolt commented 3 years ago

@Helias @Kitzunu Just finished testing new client data, all works without any problems. Testing procedure: