Moondust Editor will not start on Linux Mint 22.2 #1098
-
Describe the issueThe editor will not launch, even after following all of the instructions on A type of bugNative bug Does this issue happens always or randomly?Always happens VersionPortable [laboratory] version for generic Linux (built on Ubuntu 18.04. x64) Version HashNo response PlatformLinux Processor architectureOther (tell in the bug description) Log file (if presented)No response Example CaseNo response RecordingNo response Vanilla RecordingNo response Additional contextI'm a first-time user of Moondust and only have two months of experience with Linux, so maybe this is just a misunderstanding. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
Hello! Actually, it's a known problem of the prebuilt things, and I working on solution of this. Primary problem that it links the external libtiff.so that was changed in newer Ubuntu versions, and that makes a lot of troubles. For now, you can build the entire Moondust Devkit from the source code that should just work. Manul for that is here: https://wohlsoft.ru/pgewiki/Building_Moondust_Project_from_sources P.S. I do work on Linux Mint 22.2 by myself, and it just works when it built locally. The problem happens with only CI-built thing. In the future I plan to produce DEB packages that will properly integrate to the system and will be compatible unlike that messy portable build made on legacy Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
|
Since this report is NOT for TheXTech itself, I will close it as invalid. HOWEVER, I will just turn it into troubleshooting discussion. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, and sorry for blundering into the TheXTech/Moondust community like this... I haven't built Moondust from source yet - should I close this thread now anyway? You see, I'm not so familiar with GitHub either and did not even know that it's also suitable for discussions. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, @cinnamon189 ! Letting you know that I made thing being built as DEB packages, and the thing will be easy-to-install into the system. So, try to do next:
|
Beta Was this translation helpful? Give feedback.
Hello!
This is a report for the Moondust Project, not TheXTech.
Actually, it's a known problem of the prebuilt things, and I working on solution of this. Primary problem that it links the external libtiff.so that was changed in newer Ubuntu versions, and that makes a lot of troubles. For now, you can build the entire Moondust Devkit from the source code that should just work. Manul for that is here: https://wohlsoft.ru/pgewiki/Building_Moondust_Project_from_sources
P.S. I do work on Linux Mint 22.2 by myself, and it just works when it built locally. The problem happens with only CI-built thing. In the future I plan to produce DEB packages that will properly integrate to the system and wil…