Ani Betts
Ani Betts
Unfortunately as of 22449 this is broken again, here's an example stack: ``` ested exception ------------------------------------------------------------- Exception object: 0000021c169e04a8 Exception type: System.Runtime.InteropServices.COMException Message: A null reference pointer was passed to...
ðŸ˜ðŸ˜ðŸ˜ðŸ˜, I wonder what that PVOID* at the beginning of those methods are, that's new
@rzfzr If you don't want to trigger the prompt, only open the socket on `localhost` instead of `0.0.0.0`. The prompt is triggered by opening incoming ports on a non-localhost network...
> WHY is the first run hook not being activated on the ACTUAL first run? Shouldn't it run without needing an update on the server? This is by-design, first-run doesn't...
@veevandyke 1. That sounds like a bug to be honest. In general though, you shouldn't do anything of note in `--squirrel-firstrun`, it's really meant to like, just give you a...
I'm not sure how many times I've mentioned this, but the current behavior is correct, because of WOW64 Registry Value Redirection. From https://docs.microsoft.com/en-us/windows/win32/winprog64/registry-redirector: > To help 32-bit applications that write...
Does this actually stop packaging? afaik even though the error message is unfortunate, the end result is correct - it's probably Unlikely that we'll be able to generate a usable...
Well, is your release entry invalid? Open up the `RELEASES` file and find out, it is an extremely simple format. OP's clearly is a JSON blob intended for Squirrel.Mac or...
@AkioUnity Elevated apps will 100% not work in Squirrel, if you have to elevate, you need to use a different installer
@peters Are you using the latest version of Squirrel.Windows and launching via the execution stubs? I want to confirm the current Best Practice approach doesn't work. If not, Plan 2...