-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix crash on OGG export with Qt >= 5.10 #5813
Conversation
🤖 Hey, I'm @LmmsBot from github.com/lmms/bot and I made downloads for this pull request, click me to make them magically appear! 🎩
Linux
Windows
macOS🤖{"platform_name_to_artifacts": {"Linux": [{"artifact": {"title": {"title": "(AppImage)", "platform_name": "Linux"}, "link": {"link": "https://1203-94782492-gh.circle-artifacts.com/0/lmms-1.2.3-782%2Bga5de839-linux-x86_64.AppImage"}}, "build_link": "https://circleci.com/gh/PhysSong/lmms/1203?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}], "Windows": [{"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://1204-94782492-gh.circle-artifacts.com/0/lmms-1.2.3-782%2Bga5de83937-mingw-win32.exe"}}, "build_link": "https://circleci.com/gh/PhysSong/lmms/1204?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://1201-94782492-gh.circle-artifacts.com/0/lmms-1.2.3-782%2Bga5de83937-mingw-win64.exe"}}, "build_link": "https://circleci.com/gh/PhysSong/lmms/1201?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/dopm8pqv0eh6k06m/artifacts/build/lmms-1.3.0-alpha-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36571484"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/sv086iaefhtfpb25/artifacts/build/lmms-1.3.0-alpha-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36571484"}], "macOS": [{"artifact": {"title": {"title": "", "platform_name": "macOS"}, "link": {"link": "https://1205-94782492-gh.circle-artifacts.com/0/lmms-1.2.3-782%2Bga5de83937-mac10.13.dmg"}}, "build_link": "https://circleci.com/gh/PhysSong/lmms/1205?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}]}, "commit_sha": "a5de839379018a6a6594ad4429b71ddfb00113b2"} |
Tested locally, seems to be working! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rock solid. I thought qrandomgenerator would be seeded with a default 1 if you didn't specify a seed and therefore spit out the same values when you restart lmms. QRandomGenerator::global(), not so much. I've tested this and confirmed the randomness of the exported files serial number and it works just fine. Merge.
Fix #5619 (comment).
Thanks to
@Rdrpenguin#0256
on Discord for reporting.