This is a problem that has been tempararily solved by uninstalled the current version, restarting your computer and then downloading a release from August 2021. You may download it from here: Releases · FashionFreedom/Seamly2D · GitHub
Unfortunately, I’m not too sure which one is Build: 04062c08146f, so I suggest that you start with the one on 30 August. If this one doesn’t work, goe to page 6 and download the next one (working backwards through August), repeating the uninstall & restart.
The 20210830 is indeed Build 04062c08146f. (I have all my AppImages labeled with their date, also you may notice that the first seven characters are the same as the “Commit Signature” of that build.) Here’s a link directly to that build’s page: Release Weekly 2021-08-300040 · FashionFreedom/Seamly2D · GitHub
I’ve been busy at work so I haven’t had a chance to try some mac builds with other Qt vers. I’ll be sure to post when I’ve got something for someone to test out.
Yeah, we need investment to keep up with changes to Gnome/Linux/Unix/Mac desktop issues. This is devastating to our users, and it’s too expensive for me to keep paying for out of my own pocket.
Fortunately there is an investor who wants to work with us to keep this software free.
So @Douglas call me ASAP at --**** to arrange a phone call with the investor! @Grace & @Pneumarian deserve salaries, and let me know what your expectations are, too.
It’s a brand new day, things are so bright we gotta wear shades.
As far as my expectations are… I have none but anything will be welcome I am very grateful for the opportunity to advance the program in any way that I can.
Hi everyone! I just downloaded the latest release and have been having this same issue! I am using the Mac version and it keeps crashing when I try to use the formula editor! I hope they fix this in future versions… Reading through this thread has been super helpful and I did as you suggested and downloaded the earlier version from Aug 2021 and it works! So I just came here to say that this is still an issue apparently and thank you for helping me!
I’m also experiencing the same issues with seamly2d on my MB Air M1 running on macOS Monterey. I’ve had crashes after clicking the formular button as mentioned above and tried to delete the app, restart my computer and use the older versions from August 2021, both 30th and 24th. On those I now do have a issue with the program constantly crashing after closing the window of variables.
Is there something else I can try ?
edit: also its not to open my old patterns anymore as they’re made in a newer version.
I wish I had an answer. I don’t have a Mac that I can test anything on.
I know there were some issues when closing a (dialog) window that I thought we fixed. Macs handle the window close signals a bit different than Windows. Not sure why there seems to be an issue when clicking the formula button, other than maybe there is an issue opening a window as well? Not sure why opening that window would be any different than the dozens of other dialogs. Hmmm. I’ll try and take a look.
BTW, the reason to revert back to a previous build of Seamly2D is that it eliminates any issues that may have cropped up when switching to the most current version of Qt to build tbe apps.
Thank you for your answer. Sad to hear that there’s no solution to this problem yet . keep us updated with any changes please, looking forward.
EDIT: I was able to work for some hours without any crashes, after restarting its the old problem again. @Douglas would it help to send you the error report which is shown to me with the possibility to send to apple ?
Oh, wow! Philip. Thank you so very much for this. I think it’s highly possible that the errors are being caused by an MS universal font that isn’t part of the Mac package.
I’m sure @Douglas will know more about this than I do.
Hmmm. Interesting. Not sure why a missing font would be causing a signal error (as per the error report)? At any rate, this is something to further investigate with Mac distributions as it should not be expected for a user to have a given font family installed to not have the app to crash.
Well, the MSShell Dlg 2 font is a placeholder font that on Windows is always replaced by Tahoma (a Microsoft font)… as shown in my registry:
The Dlg2 font is the default font for Qt… and that apparently why it’s all over the gui forms. I would assume one issue the macs would have is they’re not going to have the Tahoma font installed. I’m looking into how I can have the app globally set the font. In the mean time I don’t know whether if you were to find and install the Tahoma font if that would fix the issue? Or whether you’d still get the “replacement” dialog… assuming that the MSShell Dlg 2 font is being replaced dynamically as the app runs?
for now I’ve just kept on running the program by ‘‘replacing’’ the font through the dialog window but I might try to find the Tahoma font and see if that’s fixing the issue.
I’ll keep you posted.
Edit: I’ve downloaded Tahoma and added it to my Fonts, unfortunately it didn’t solve the issue.