minecraft-linux / mcpelauncher-ui-manifest

Manifest for the Qt launcher part, which lets you download and manage Minecraft versions and can assist in troubleshooting.
https://minecraft-linux.github.io
26 stars 8 forks source link

Unable to open ui-qt #45

Closed vo-vg closed 1 year ago

vo-vg commented 1 year ago

Minecraft launcher does not open because it has not been compiled to work with Qt 6.4.1. Even after recompiling it myself, I'm still unable to open it

[vo@ln-10092022-1737 ~]$ mcpelauncher-ui-qt 
Cannot mix incompatible Qt library (6.4.0) with this library (6.4.1)
Abortado (`core' generado)
[vo@ln-10092022-1737 ~]$ 
ChristopherHX commented 1 year ago

Uninstall Qt 6.4.0, then recompile.

This sounds like an incomplete archlinux upgrade, don't forget AUR qt packages. Nothing in this repository references exact qt versions.

I never got such an error by using ubuntu instead of a rolling distro.

vo-vg commented 1 year ago

recompiled both this package and qt6gtk2 (which I think it was the actual issue). Now it works