Drew O'Meara

Results 51 comments of Drew O'Meara

> > (using Prefix is equivalent to using the same key for Start and Stop if I'm seeing things right). > > Almost. Stop would have to be Start+1. E.g.,...

> Honestly, this code being part of this repository inevitably implies a certain degree of responsibility for maintenance etc. As I am already unable to reply to most requests posted...

After getting the fmod plugin wrapper all set up, and all the mov tag parsing all done, I was feeling pretty optimistic. However, I'm sad to report that `NeAACDecDecode()` for...

Hi! I very much appreciate your assistance friend. Looks like 5.4.2 (also see below). I tried `--storetype YUBIKEY` but jsign is saying it failed: ``` sign/tools/jsign.cmd --replace --storetype YUBIKEY --storepass...

Hi! Indeed, I noticed that but didn't consider myself expert enough to identify that as an issue. Silly me -- to assume that the Yubikey would verify that an imported...

Ok, it's confirmed that Sectigo sent me the wrong cert (sending a ECCP384 rather than ECCP256). I am rather unimpressed that Yubikey merrily imports a cert without doing any verification....

Hi friend. By the time I encountered this and isolated jsign as the issue, I was worn down. I was not ready to edit build scripts because a tool was...

Ah, ok, will put that on the worklist.

Prolly best I can in short oder is paste the .sh script: ```.sh #!/bin/sh # set -x # echos commands for debugging TARGET_FILE="$1" TARGET_DESC="$2" THIS="$0" THIS_DIR="$(dirname "$THIS")" PWD=$(pwd) echo "TARGET_FILE:...

Appreciate your efforts gents. Doing builds tomorrow and will revert to jsign and see if this is the issue (seems likely since I invoke jsign.cmd explicitly). It's always the dumb...