Closed WizardlyBump17 closed 8 months ago
I found a solution, but it is the user that must solve it, which shouldn't happen because the application should work without any errors.
How to solve it as the user: (I spent 2 weeks on that and I am not familiar with software programming so maybe some steps may be redundant)
./configure
) (https://wiki.qt.io/Building_Qt_5_from_Git, https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code)./configure
provided by the wiki, use this: ./configure -openssl-linked -D OPENSSL_ROOT_DIR=<path where you built the OpenSSL>/include -DFEATURE_openssl_linked=ON
#include <the class>
, in the files that had problems, among with the another #include
linesbuild-UltimMC-Qt_5_15_10_in_PATH_Qt_5_15_10-Release
folder where you can execute the UltimMC
file and be happyNot particularly sure why it wouldn't work in your system, and why rebuilding it fixed it, does this error still happen?
Operating System
Linux
Description of bug
PC specs:
When I try to run the launcher, it does not start and when I launch it via terminal, this is shown:
The original MultiMC launcher starts as expected, but UltimMC does not
Steps to reproduce
Download the launcher and tries to launch it via the terminal
Suspected cause
No response
This issue is unique