Electron ver13.6.* support for macOS 10.11 and 10.12
See original GitHub issueApp crashes when attempting to open a new window and autoplay a video on macOS 10.11 and 10.12.
App built with Electron version 13.6.2 and Widevine 4.10.2391.0 installed. Does Electron/Castlabs ver13.6.* still support macOS 10.11 and 10.12? Downgrading to Electron ver13.5.2 seems to have solved the issue.
Error displayed:
Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
How to download macOS - Apple Support
Download and install current or previous versions of the Mac operating system.
Read more >Issues - GitHub
[Bug]: Windows 7/8 and macOS 10.11/10.12 crash when playing media files #31762 ... Comparing 13.6.0 and 13.6.1 v13.6.0...v13.6.1, ...
Read more >How to Upgrade to Mac OX X El Capitan 10.11.6 [Updated 2023]
Are you looking for a secure guide to upgrade Mac OS X to El Capitan 10.11.6 without losing any data? Follow this page,...
Read more >Make electron app compatible with El Capitan - Stack Overflow
Because they only support from version 10.11.6. ... Official Electron builds are built with Xcode 9.4.1, and the macOS 10.13 SDK.
Read more >How to Run Waves Plugins on macOS El Capitan 10.11
To run Waves plugins on Mac OS El Capitan 10.11.6, use the v10 offline installer, activate your licenses to a USB flash drive...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
These are the official SDKs fo the different versions AFAICT:
17
16
,15
,14
13
12
,11
Since we try to be compatible with stock Electron we will be using the same SDKs whenever possible.
Good call on the SDK. Building using
11.1
SDK seems to have solved the issue! App installed on macOS10.11
and10.12
is now working as expected withv13.6.7
.Are Castlabs/Electron v14.* and 15.* built also with
11.3
SDK?Many thanks!