Closed supersv closed 3 years ago
Nevermind, the problem was not with the missing DSAPub, but with my "VarFileInfo" / "Translation" - fixing that made the crashes from DoGetVerInfoField()
go away.
Nevermind, the problem was not with the missing DSAPub, but with my "VarFileInfo" / "Translation"
The time to do this basic investigation (i.e. why do I think it is a crash? can I get a backtrace? why do I think it is related to that specific function? why do I think it is related to DSA keys? can I reproduce it in the bundled example app? why not?) is ideally before filing an issue...
Again, basic WinSparkle setup without a DSAPub key:
Calling
win_sparkle_set_registry_path()
causes a crash due to an unhandled exception on 2nd+ app launch.Init code:
Registry after 2nd+ launch:
I fully understand that this is unintended usage (no DSAPub key), but perhaps something you should be aware of, as without the
win_sparkle_set_registry_path()
call it's just a message in the output log, and not the exception.