Saleem Abdulrasool

Results 121 comments of Saleem Abdulrasool

The is not arm64 specific, but architecture neutral. Right, for the other backends, it should be possible to build and have a matrix of builds and packages that would allow...

@jpsim not sure what to do here - the problem I suspect involves the behaviour of symbolic links

@meteorcloudy I would still like to see this resolved!

@meteorcloudy I'm not sure what debugging would be useful here. Without the UI it is difficult to extract more information from the installer. The highest level logging seems to indicate...

One other thought: 0x80070424 could be error 0x424, which would be 1060, which would be service unavailable. Do we have Windows Update disabled on the CI hosts?

Bleh, running `net start wuauserv` seems to indicate that the update service is enabled.

Okay, trying out something more aggressive: ``` net start wuauserv net start bits net start cryptsvc net start trustedinstaller ``` Gives: ``` | The requested service has already been started.  ...

CC: @stephentyrone

I'm not sure what exactly you mean by "what cmake + Ninja commands are expected to work", could you elaborate on that? This project has been built standalone and as...

Interestingly enough, I was able to reproduce it again. The interesting thing is that I noticed that the application terminated improperly during the download, I dear that this could be...