- Joined
- Jun 4, 2014
- Messages
- 377
- Reaction score
- 105
- First Language
- German
- Primarily Uses
I'm using Manjaro Linux with KDE Plasma 5 which uses kde-open5 to determine standard applications which is in my case Dolphin as file browser and Firefox as web browser. Qt lib is version 5.8.
In the menu "Game->Open Folder" and "Help->Contents" don't work giving the error in the console:
I fiddled around a bit with the LD_LIBRARY_PATH in the "RPG Maker MV.sh" that it doesn't overwrite but append the standard value of LD_LIBRARY_PATH but this didn't solve the problem.
Also i encountered a missing translation in the helpfile:
The third sub headline of "[Exclude unused files] Plugin Configuration" is in japanese not english.
I hope i could help and give useful information, you guys are btw awesome for making Linux support happen
In the menu "Game->Open Folder" and "Help->Contents" don't work giving the error in the console:
I guess (i'm not a shared library expert though) the error is that the rpg maker installation comes with its own Qt libs which are incompatible to the Qt 5.8 libs that come with my system. However when kde-open5 is called to open Dolphin or Firefox respectively the system and the rpg maker qt libs get mixed up and kde-open5 crashes.kde-open5: relocation error: /usr/lib/libQt5X11Extras.so.5: symbol qt_version_tag, version Qt_5.8 not defined in file libQt5Core.so.5 with link time reference
I fiddled around a bit with the LD_LIBRARY_PATH in the "RPG Maker MV.sh" that it doesn't overwrite but append the standard value of LD_LIBRARY_PATH but this didn't solve the problem.
Also i encountered a missing translation in the helpfile:
The third sub headline of "[Exclude unused files] Plugin Configuration" is in japanese not english.
I hope i could help and give useful information, you guys are btw awesome for making Linux support happen


