MerlinCooper / iRacingReplayDirector

Application to automatically create highlight videos from iRacing Replay files
GNU General Public License v3.0
39 stars 5 forks source link

Fast-Recording failes due to missing hotkey for pause/resume #90

Open MerlinCooper opened 1 year ago

MerlinCooper commented 1 year ago
          > > when I do a test or when I click on the recording button, the iracing screen appears as follows

image

^ that looks good so far. And when does the error occur?

p.s.: still wonder how the error message appears in Spanish but it‘s not the most important topic.

I think I already found the fault and it was because the pause key is not configured and that's why it failed. Once added that key to both the obs and the app no longer gives me an error but now for example it does not show me the overlays. Can I pass some screenshots of how they have configured the application and the obs to leave it as it is and try it? As if you can pass me the link of the application you have to have everything the same.

Originally posted by @jkrilin in https://github.com/MerlinCooper/iRacingReplayDirector/issues/79#issuecomment-1409484744

MerlinCooper commented 1 year ago

Just a quick update - was able to adopt the Azure Pipeline thus in the released versions the exe, dll are getting signed.

Unfortunately there are no free EV certificates for code-signing available. Thus there are just two options at the moment: 1) you unblock the dll files manually 2) you add the certificate I used to your trusted certificates (not validated yet)

When I do have time I will have a look whether creating a setup file would fix the issue. But that can take a while - or someone else forkes the repo and developes a solution for that. Happy to take pull requests.