You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Master branch builds from CI won't load on macOS. Below is the command line output:
mac:~ owner$ /Applications/LMMS.app/Contents/MacOS/lmms
2020-07-15 16:48:51.241 lmms[44248:10366006] It does not make sense to draw an image when
[NSGraphicsContext currentContext] is nil. This is a programming error. Break on void
_NSWarnForDrawingImageWithNoCurrentContext(void) to debug. This will be logged only once.
This may break in the future.
... apparently it did break in the future. macOS 10.14 at least loads an empty GUI. macOS 10.16 (beta) doesn't load any interface at all.
Affected LMMS versions
Master branch. Tested download available in #5579 on macOS 10.14, 10.16 (beta).
10.14 - Loads a black screen, no usable UI components
10.16 (beta) - Doesn't load anything at all, just hangs indefinitely
The text was updated successfully, but these errors were encountered:
@PhysSong thanks, so do you think this an upstream issue or is it something related to how we start the application or display the splash screen? If it were that widespread, I'd expect people to be complaining in droves about this, yet they're not.
I've created macOS 10.14+ build with Qt 5.15.0 and tested it. It seems to fix both this and #5582. I will upload it to the release page and add a warning.
I've downloaded the 10.14+ build and can confirm that this works.
Bug Summary
Master branch builds from CI won't load on macOS. Below is the command line output:
... apparently it did break in the future. macOS 10.14 at least loads an empty GUI. macOS 10.16 (beta) doesn't load any interface at all.
Affected LMMS versions
Master branch. Tested download available in #5579 on macOS 10.14, 10.16 (beta).
The text was updated successfully, but these errors were encountered: