-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
JPG images are broken on Windows x64 nigthtly build #4393
Comments
What server version are you using? Is this behavior consistent across servers? Is the JPG not shown on the receiving or the sending end? Or both? Have you tried using different JPGs? |
We probably have to explicitly import and link to the plugin, like we do for the SVG one: mumble/src/mumble/CMakeLists.txt Lines 336 to 349 in 06d0dbb
However, according to microsoft/vcpkg#11727 (comment), with Qt 5.15 that is not required anymore. The 64 bit build doesn't use the latest environment due to me forgetting to switch to it: mumble/.ci/azure-pipelines/main.yml Lines 8 to 31 in 06d0dbb
I'm going to create a pull request right now. |
Could you test the build produced in #4404, please? |
@davidebeatrici Resolves the issue - JPGs are now visible and able to be used. One slightly off topic note - it would be helpful if the Snapshot MSI builds are able to upgrade the installed version, it's a bit frustrating to have to remove the old version via Add/Remove programs in order to upgrade the snapshot. |
Thank you very much for testing it!
|
OS is Windows 10 x64, Build https://dev.azure.com/Mumble-VoIP/Mumble/_build/results?buildId=2267&view=results
Git commit is d2d5dc2
JPG images are not shown, PNG images work fine.
The text was updated successfully, but these errors were encountered: