-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac and Linux don't report broken installs to users #89
Comments
With zero experience on VSTGUI is |
Yeah but since this is in a #if MAC anyway I can pop a system alert. I'll commit this shortly. but I really have a lot of stuff backing up. Any idea when #69 might get merged so I can do the PRs for the other changes I have? |
there's the diff which does that. It's in my zoomable-ui branch which I will send as a PR when #69 is built. @esaruoho if you end up building a packaged version, perhaps pull head of zoomable-ui so you can get that feedback check? I'll leave this open until merged. And someone should do the linux equivalent. |
I wish I knew, only @kurasu really knows. I would love for #68 #69 and #70 to get merged in asap, that's for sure. ok, just saw that you linked the commit in your post. i'll see if i can't map it to #68 :) |
Should the error messages be same across plaforms? Just for plain interest, what is the problem with CTextEdit? |
Maybe, but the remediations are different, and anyway @kzantow has a fix to get these from resource so it should "never happen"
If you google "how to show a modal system alert cocoa stackoverflow" it doesn't give you CTextEdit code to copy and paste. :) Happy for someone to change it but it seems like a pretty infrequent code path. |
This is now meged |
As discussed with @esaruoho and @kzantow both getting it to work without the ~/Library/App Support, the error message for an incomplete install is suppressed on mac and linux.
The code that needs fixing is in SurgeStorage.cpp
The text was updated successfully, but these errors were encountered: