2.20 Crashes upon opening world file. (Linux Mint 20.1)
LaggyAsBalls opened this issue · 6 comments
Installed with the .deb, I open a world file and it crashes.
qt5ct: using qt5ct plugin qt5ct: D-Bus global menu: no Unhandled toInt Unhandled toInt Unhandled length Unhandled length Unhandled toLongArray Unhandled length Unhandled toByteArray Segmentation fault (core dumped)
I'm also unable to install the nightly from here
Despite having the dependency installed, it tells me it is not satisfiable.
Minutor 2.20 is very very old.
Minecraft changed storage format many times since that release. So that will work only for older Minecraft versions.
Which Minecraft version are you using?
Use a recent build:
https://github.com/mrkite/minutor/wiki/Nightly-Builds
https://github.com/mrkite/minutor/actions
The build from Nick is not official, but should work. The error message indicates for me that you have to install Qt 5.15.1 or later. Try one of our nightly builds with lower Qt requirement. Or compile yourself, it is easy on Linux (at least compared to Windows).
Linux Mint 20 is based on Ubuntu 20.04.
And there the official supported Qt is 5.12. This is reflected by our build chain.
Latest version. 1.16.5
1.16.5 should work with nightly.
At least here on Windows it is working. Also no crash with upcoming 1.17.
@LaggyAsBalls looks like you downloaded package for some very new Ubuntu 21.04 or Debian unstable... only few distros have Qt 5.15 nowadays.
Ubuntu 20.04 comes with Qt 5.12, and I use only system libraries for build. Also I checked that package for Ubuntu 20.04 has correct dependencies: libqt5core5a (>= 5.12.2). so, it should be fine for Linux Mint 20.
also I recommend to add repo instead of downloading package, package is updated when new commits appear
@LaggyAsBalls is your issue solved?
