Jump to content

Meltie

getMaNGOS VB Developer
  • Posts

    181
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    50.00 GBP 

Meltie last won the day on January 7

Meltie had the most liked content!

About Meltie

  • Birthday 06/18/1987

Contact Methods

  • Discord
    Meltie#1260

Profile Information

  • Location
    Head deep in Unix

Recent Profile Visitors

2580 profile views

Meltie's Achievements

Advanced Member

Advanced Member (3/3)

4

Reputation

2

Community Answers

  1. @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.
  2. @D Q I have pushed a PR out on the original repository where the fix was initial committed too.
  3. @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.
  4. 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.
  5. 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.
  6. Going need the whole file, cause a few lines of code doesn't give much detail on the crash. Just the addresses you posted.
  7. @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.
  8. Confirmed on WoTLK (M2). * Need to check if the issue exists on Vanilla (M0) and TBC (M1). Working as intended on Cataclysm (M3) from the initial PR from Vanilla (M0). From thinking on this, another issue could be at play here outside of the line of code reported in the post above.
  9. Changed Status to Comfirmed Changed Implemented Version to 22.xx (Current Master Branch) Changed Milestone to Unset Changed Priority to New
  10. @KillRIde I am still able to download the database repository just fine with OpenSSL 1.1.1f. Double check to make sure your host is connected to the internet. Sometimes the connection to GitHub server can be a problem at times.
  11. You'll need to recompile your source, then you should be ready to go.
  12. @KillRIde First off you'll have to remove the initial install of OpenSSL by using this command. sudo apt remove openssl libssl-dev Then download these packages from Ubuntu repository archive and install the packages. # Download OpenSSL 1.1.1f packages wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.19_amd64.deb wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb # Install required packages sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb sudo dpkg -i openssl_1.1.1f-1ubuntu2.19_amd64.deb sudo dpkg -i libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb To ensure when updates are available for install, to hold back the new version of OpenSSL 3.x libraries with these commands. sudo apt-mark hold openssl sudo apt-mark hold libssl-dev
  13. Which version of OpenSSL are you using currently on your machine? OpenSSL 3.x will cause login issues do to it not being supported yet.
  14. Looks like you're getting an internal compiler error by the looks of it. Try deleting your build folder and attempt to set it up again. I am testing the source with ARM on my workstation virtually and see if I get the same results. Far as I know, the sources should build without an issue to my knowledge.
×
×
  • 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