Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing/missplaced maps log is bad for newbies #13523

Closed
Aokromes opened this issue Nov 9, 2014 · 1 comment
Closed

missing/missplaced maps log is bad for newbies #13523

Aokromes opened this issue Nov 9, 2014 · 1 comment

Comments

@Aokromes
Copy link
Member

Aokromes commented Nov 9, 2014

Revisions: ALL
Branches: ALL

The current log we use to tell people they have missing map files shows unneeded data referencing to vmaps, imho the log for maps must say only maps errors.

IE:
Map file './maps/0004331.map' is from an incompatible map version (MAPS v1.3), MAPS v1.4 is expected. Please recreate using the mapextractor. 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.

must be only:
You are using relative path: ./
The absolute path to ./ is /home/trinitycore/maps
or You are using absolute path: /home/trinitycore/maps
Map file './maps/0004331.map' is from an incompatible map version (MAPS v1.3), MAPS v1.4 is expected. Please recreate using the mapextractor. Correct *.map files not found in path './maps'. Please place *.map files in appropriate directories or correct the DataDir value in the worldserver.conf file.

The same for
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.

You are using relative path: ./
The absolute path to ./ is /home/trinitycore/maps
or You are using absolute path: /home/trinitycore/maps
Map file '/maps/0004331.map': does not exist!
Correct *.map files not found in path '/maps'. Please place *.map files in appropriate directories or correct the DataDir value in the worldserver.conf file.

@Aokromes
Copy link
Member Author

4999864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant