Emil Pettersson

Results 149 comments of Emil Pettersson

Things like this typically happens if you open a browser window too early, before the CDM is properly registered. This would launch and lock down the CDM utility process if...

Btw, on with platform are you seeing this? For some reason I assumed Windows, but when I read your report again it is not clear. If you are on macOS...

Ok, then I'll need some more information to be able to help, like: 1. What are the specifics when this happens? Does it always happen on certain machines or does...

Did you ever publish any of the apps through the Windows Store? I'm asking because there are known issues in this case since the Desktop Bridge uses a kind of...

Btw, the same is also true if the user directory is network mounted, or other similar setups. Something you could try to rule out a few things if you get...

On Windows [LoadLibraryExW](https://docs.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibraryexw)/[LoadLibraryW](https://docs.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibraryw) is used to load the CDM library, so the code is just a Windows [System Error Code](https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-) - in this case `ERROR_ACCESS_DENIED`. So it looks like there...

I have exactly zero experience with Vue, but this is clearly a limitation of `vue-cli-plugin-electron-builder` [as it does not seem to be able to handle direct GitHub links](https://github.com/nklayman/vue-cli-plugin-electron-builder/blob/master/lib/webpackConfig.js#L9) as the...

Interesting find. My current hunch is that this has something to do with the recent Xcode update that was installed on the macOS build machine, but I can't say for...

I can confirm that `ibtool` on the latest Xcode does this. Running `xcrun ibtool --errors --warnings --notices --output-format human-readable-text --minimum-deployment-target 10.11.0 --compile MainMenu.nib MainMenu.xib`, which is essentially what the Electron...

Not for this release, no, but I'll see if we can figure something out for upcoming releases. I can't say for sure exactly when it will happen though, so in...