Jump to content

lauren_eily

Members
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Core Infomation

  • Core
    Three

Profile Information

  • Gender
    Female
  • Location
    Annandale, VA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lauren_eily's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. I have successfully cloned, built, installed the mangostwo project and extracted all of the map data (I think). However, I am hitting a snag on the DB setup. I am using this guide: I've installed mysql-server with sudo apt install mysql-server Then I switched to root and loaded up mysql to do this command (which, BTW, "privileges" is misspelled in the guide: CREATE USER 'mangos'@'localhost' IDENTIFIED BY 'mangos'; GRANT ALL PRIVILEGES ON *.* TO 'mangos'@'localhost' WITH GRANT OPTION; I exited, and did cd /home/mangos/db/ git clone https://github.com/mangoszero/database.git . --recursive --depth=1 ./InstallDatabases.sh (in the guide, the pictures are dead links, so I can't see what Database options to use, but I did mysql host name = localhost, mysql user name = mangos, mysql port = 3306, then I typed in my mangos linux user's password (which I also manually set the mangos mysql user's password to). Then I did all of the default database names. Then, I get a big string of these errors: Importing file World/Setup/FullDB/spell_learn_spell.sql ERROR 1045 (28000): Access denied for user 'mangos'@'localhost' (using password: YES) File World/Setup/FullDB/spell_learn_spell.sql imported Importing file World/Setup/FullDB/spell_loot_template.sql ERROR 1045 (28000): Access denied for user 'mangos'@'localhost' (using password: YES) File World/Setup/FullDB/spell_loot_template.sql imported I looked at the InstallDatabases.sh script, and I feel like there is an issue. printBanner printf "What is your MySQL host name ?\t[${svr_def}]: " read svr svr=${svr:-${svr_def}} printf "What is your MySQL user name ?\t[${user_def}]: " read user user=${user:-${user_def}} printf "What is your MySQL port ?\t[${port_def}]: " read port port=${port:-${port_def}} printf "What is your MySQL password ?\t [], " mysql_config_editor set --login-path=local --host=${svr} --port=${port} --user=${user} --password --skip-warn if [ "${DUMP}" = "YES" ]; then printf "Enter it again \t[]: " read pass fi Here is the prompt for password. 1) It looks like the script doesn't even store the password in a variable. And 2) mysql_config_editor DEFINITELY prompts the user for a password if you use the --password flag like that. So... I feel like I'm totally missing something. Thoughts?
  2. I did use the --recursive flag, with --depth=1, for the original clone, but I still run into Ace issues (even after pulling the dep submodule and checking out master). Sadly, I'm now trying mangostwo instead.
  3. Did this every get solved? I think I'm running into the same issue. MangosThree and a Ubuntu 18.04 server. I do a git clone on the original repo, cd dep, git pull (which tells me I need to select a remote branch), so I do git remote -v and then git pull https://github.com/mangos/mangosDeps master. It pulls down a lot of files, but get 46% into building and get this error:
  4. Welp, I feel dumb. I was using this walkthrough: and I was copying and pasting commands... and the build was for mangoszero, not mangosthree. I then tried to run the extractor on the 4.3.4 client, which obv won't work. Rebuilding the ACTUAL mangosthree server and retrying the extraction...
  5. Just in case the whole Linux -> Windows thing wasn't meant to be, I copied the client over to my Linux box and tried ./ExtractResources.sh on the Linux machine directly. Same error: 'vmaps' directory is empty or does not exist.
  6. For clarity, I have ExtractResources.sh, MoveMapGen.sh, offmesh.txt, mmap_excluded.txt, mmap-extractor, and map-extractor all in the same dir as wow.exe. However, the last 2 don't seem to have a file extension and are not runnable? Attached is my dir.
  7. Firstly, I am trying to install Mangos Three on a Ubuntu 18.04 VPS. I built and installed the server on the VPS, and copied the ExtractResources.sh and all of the files in the tools directory over to my Windows machine where I have the WoW 4.3.4.15595 client that I downloaded. Running `bash ExtractResources.sh` seems to partially work. The directory vmaps gets created, the maps seem to get located, but vmaps gives me the 'vmaps' directory is empty or does not exist error. Attached is the detailed logs. 1) Is it ok to use the Linux-built ExtractResources.sh on a Windows machine? If not, how do I make this happen if I want to use a Linux VPS? 2) If it is allowed, what steps can I take to get this working? Thanks for any help! -Lauren MaNGOSExtractor_detailed.log
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use