Hi Fellippe,
When compiling InForm 1.2 with QB64 1.5 (the dev build you gave me the link), UiEditor is well created, but when you start it, the first form isn't created.
We already had this problem in the past that you fixed (
I guess) with a longer time to create the executable file of UiEditorPreview.bas.
This is what you said in your 1.2 announce message on the point: "
Adjusts communication between UiEditor and UiEditorPreview so they don’t timeout in some Linux distros." and still has problem with some distros.
However, I found a "trick" for my installation script by compiling UiEditorPreview independently before launching InForm for the first time..., and it's working!
qb64 -x /opt/qb64/InForm/UiEditorPreview.bas -o /opt/qb64/InForm/UiEditorPreview
Just to let you know that this problem is on different Linux distros such as LinuxMint 20.1 or Debian 8 but not with Ubuntu.
Please let me know when (
if) you'll make a fix that I can integrate in my script.
However, there is no hurry since I've my workaround but that can be good for others who don't use my installation script and who will face this problem.
Cheers.
Edited: Fixed with my trick below for QB64 v 1.5
Fifi