Jump to content

Meltie

getMaNGOS VB Developer
  • Posts

    199
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    50.00 GBP 

Everything posted by Meltie

  1. Umm, looks like you might have to re-attempt that again. Would re-install system and install the project again after words.
  2. It appears CMake doesn't have permission to access that location and CMake might be installed as a user instead of system wide. Try using sudo make install and see if will install to that location.
  3. @Xenithar Have you tried using HeidiSQL to connect to your MySQL server and dump it from there? Just wondering.
  4. Yeah, you can sent me all the data and will migrate your stuff to the latest version. I have a few days coming up for days off from work and can start working on it. Just send me the files in private messaging on here.
  5. I'll be comparing your version's structure in the database and making a migration script to port the data over to the new databases. Manually editing and/or removing data can cause some data loss. With the scripts, I can ensure data integrity moving the data from one database to another. Column count per table is key here.
  6. This is possible to do the migration without much issues. Can't promise all talents, auction house and mail data will survive the migration. But accounts and characters shouldn't be affected much. There is a 97% chance of success for this.
  7. Thanks for the details, I see your account table (realms) has a possible commit hash of 03b9425c1db5db1693868f2bc28119659cf0d91b from September 11th, 2016. Is it possible to do the same thing for characters and world databases?
  8. Hello Xenithar, It is highly possible to migrate your old server to a newer version of Mangos. Just need a few things from you below. - Last commit hash of Mangos, if you have it - Last database version, if you have it - The expansion you were running for that server The important points needed: (Needed to build migration scripts etc) - Total Accounts - Total Characters Depending on the nature of the server, this might have to go into a DM over on Discord. If you don't want to post anything here, feel free to message me on here.
  9. Meltie

    Installing MySQL 5.7

    You can still use MySQL 8 which is supported for Mangos Projects, but MariaDB is recommended and easier to use. The deprecated versions are 5.6 and below I believe and 5.7 still support on some expansion projects but not all.
  10. Make sure you are pulling the source with recursive and see if you're having the same issue. Since this topic was necroed for a 2 year old topic, closing the topic. If you still having issues, open a new topic.
  11. @secrethydromicro grow420 Hello and welcome! If you are in need of help for the CMangos project and source. I would visit their Discord/Website for further help and/or assistance. Mangos and CMangos are not the same project and have gone down two different paths. Warning: Please keep in mind, posting any private server domains is against the rules of this community. Locking this topic!
  12. @NightHunter69 Can you make a PR on GitHub for this fix, instead of posting here? Thanks!
  13. @NightHunter69 Can you make a PR on GitHub for this fix, instead of posting here? Thanks!
  14. Moved topic to the correct forum! Since this is SPP (Single Player Project), getMangos is unable to provide support since the source has been heavily modified. Please head over to their Discord Server to receive the support required.
  15. Changed Status to Confirmed
  16. @singleWow Can you post the errors you are receiving when running MangosZero and MangosTwo at the same time. We can help without enough information
  17. Changed Status to Completed Changed Implemented Version to Unset Changed Milestone to Unset Changed Priority to New
  18. Playerbots was never in Cataclysm (M3) to begin with and only M0 officially supports playerbots. Reason for the output displaying Playerbots in M3 is because the CMake configuration is used crossed all projects.
  19. @whero If you need a registration page, I can upload one of mine I coded a few years ago. Will have to adjust the structure to match Mangos.
  20. @D Q I have pushed a PR out on the original repository where the fix was initial committed too.
  21. @D Q There are two authors to this commit, Fyre and I. Just never got around to fixing the issue yet and just being busy outside of the project. Feel free to make a PR with the fix and will get it pushed out.
  22. I'll take a look here and go through the core dump file. I still need your trace back file though, which wasn't uploaded yet.
  23. The full traceback and crash dump have good details on what the core was doing before the crash and where the assert happened. Don't need the binaries as the addresses change per startup. Just the traceback and coredump is needed. ~200mb file is rare, but you can upload that compressed; that would be awesome. Once I have the files, I will start reviewing the issue or someone from the development team.
  24. Going need the whole file, cause a few lines of code doesn't give much detail on the crash. Just the addresses you posted.
  25. @Dick Q Is it possible to post a crash log that is in debug? You can use a application called GDB in Linux to gather the details.
×
×
  • 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