Not working in macOS 11 beta
joseph-tran-tn opened this issue ยท 23 comments
I can confirm it's still the same with Big Sur 11.0.1 Release Candidate 1
Clone the project (needed to change build setting for c++ CLANG_CXX_LIBRARY = "libc++";
, and minimal version to macOS 10.9 because of Xcode 12)
Captured View Hierarchy to determine which view is having the window not transparent:
The NSVisualEffectView below the SWELL_APP_PREFIX_hwnd is not opaque
Tried to make it inactive:
(lldb) expr -- [((NSVisualEffectView *) 0x7fa4c172df90) setState:2]
without success
+1
+1
+1 - please would it be possible to make LiceCap work on macOS Big Sur and M1 processors?
Stop spamming with "me too" comments.
Of course it doesn't work for anyone. Comments will not make the fix appear any faster.
And you specifically leaving the same request in 2 duplicate issues.
without success
After accepting the changes, I clicked on macOS Deployment Target 111.
There's still 5 issues, which are:
so i start with migrating the four (french, english, german, japanese). will press Migrate on everything:
German Japanese went quickly, but English says stuff like this:
Since I'm working in the blind, I'll just press Migrate.
And the last one which is Enable Base Internationalization - again, working in the blind, clicking Finish.
Now the topbar does not show any warnings or errors. Pressing Build. After it, 17 warnings and 2 errors - with build failed.
Looking at what else to fix here that would get rid of some of the warnings.
now changed Apple Clang - Language - C++ to libc++.
that reduced warnings from 17 to 13, and 2 errors still exist.
so the most updated list is here:
sorry, there might be some redundant data there in the above two screenshots. i don't really know how to proceed, but i'll try to click away blindly and see what happens :)
after running through the possible misuse of comma operators and fixing them, i got this far:
6 warnings, 2 errors:
not entirely sure how to proceed. i did add Metal framework, but did not change OpenGL for anything.
Feels like the Value Conversion issues are new ones caused by the "comma operator" fixes. but also feels like stat64 is a huge thing.
Not sure how to change the "Couldn't load spec with identifier 'com.intel.compilers.icc.11_1_0' in domain 'macosx'" -> should it maybe be macOS?
Clone the project (needed to change build setting for c++
CLANG_CXX_LIBRARY = "libc++";
, and minimal version to macOS 10.9 because of Xcode 12)
hi @kenji21 - can you specify where you changed CLANG_CXX_LIBRARY to libc++, please?
I tried some changes, but i'm not sure if i got them all.
Thank you for working on this. I also have the same problem with the licecap window on macOS Big Sur showing just grey.
Intel (Please post whether this is sufficient for Arm as well; I am not able to test at the moment)
Hi, I tried your stuff with M1, but unfortunately am still seeing issues such as the following:
Not sure how to solve them. But thanks for chiming in! BTW, took a while to figure out when you modified something, and when you added something, and whcih filenames were the files in question. Otherwise, was able to figure it out out of the attached screenshots, so I do appreciate the work involved for sure!
(still not sure how to upgrade to M1 compatible WDL version, for instance..)
Hi @matt,
any chance you could provide a binary?
Hey folks, really needed Licecap this morning for a presentation so I followed @matt's instructions. Here's a fork if it helps anyone: https://github.com/logananderson/licecap
Working for me on Big Sur 11.0.1 (20B50) on a MacBook Pro (Retina, 15-inch, Mid 2015).
Ok, unfortunately even with the @logananderson fork, I get all these after trying to build:
and after clicking Fix randomly at everything, the end result is:
well! if it works with Big Sur on Intel, that's awesome. Hopefully there will be some sort of M1 build eventually too. :)
for anyone who need the latest app, dyou can download here https://drive.google.com/file/d/1zJjtR0Ba23zRW1cWV7kXs27gGPKv_4lr/view?usp=sharing
for anyone who need the latest app, dyou can download here https://drive.google.com/file/d/1zJjtR0Ba23zRW1cWV7kXs27gGPKv_4lr/view?usp=sharing
Thank you so much. This actually works under Rosetta2/ARM on a M1!
One Bug though: the title screen appears only for a split-second no matter what time I set. But that's a minor complain.
yay, i was able to install and run it on my Big Sur 11.2.1 and M1. Works as expected. I hope that #101 will be merged in by @justinfrankel soon.
for anyone who need the latest app, dyou can download here https://drive.google.com/file/d/1zJjtR0Ba23zRW1cWV7kXs27gGPKv_4lr/view?usp=sharing
Thanks mate. I confirm that it's also working on Intel Macs.
Fixed in the latest version Licecap 1.31 (this commit 641c098) ๐
You can close this issue @sweettimes