You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a few hours of troubleshooting, the set-sign.reg is attempting to set the REV_QEMU3DFX hash but the hash needs the - at the end indicated by the output of the wrapper build.
"REV_QEMU3DFX"="6632842" should actually be "REV_QEMU3DFX"="6632842-"
I didn't see the .reg file here to author a PR on it so felt I would open an issue.
The text was updated successfully, but these errors were encountered:
Hello, thanks! There was bug which corrupt shorter strings, but in current version it sould be fixed - both "REV_QEMU3DFX"="6632842-" and "REV_QEMU3DFX"="6632842" should works now.
After a few hours of troubleshooting, the set-sign.reg is attempting to set the REV_QEMU3DFX hash but the hash needs the - at the end indicated by the output of the wrapper build.
"REV_QEMU3DFX"="6632842" should actually be "REV_QEMU3DFX"="6632842-"
I didn't see the .reg file here to author a PR on it so felt I would open an issue.
The text was updated successfully, but these errors were encountered: