vipoo / iRacingReplayOverlay.net

Tools to capture game data, and then transcode a captured video file - overlaying race status
GNU General Public License v3.0
33 stars 15 forks source link

S12019 Update has broken Replay Director #102

Closed ghost closed 4 years ago

ghost commented 5 years ago

I just started using this program, but checking the forums at iRacing show several people having this issue.

When I start Replay Director, it can't find iRacing running and it won't populate the track in the camera setup.

I don't know if you're still involved with this program, I sincerely hope you are. I was just starting to learn this when it stopped working, and wanted to recap races for my league. Would throw a donation your way, but only if I knew you were still working on it.

Thanks for all you've done, hope to hear something!

Tim Collier

MerlinCooper commented 5 years ago

Root-cause is an issue in the iRacingSDK.Net library used by iRacingReplayOverlay. Try to change the return data type DataFeed/GeneratedSessionData.cs. in line 95 from long to string. That should do the trick

public string NightMode { get; set; }

P.S.: Bugfix to the iRacingSDK.NET was already done by Herbstein and pull request was issued. But vipoo doesn't seem to be active any longer ;-)

MerlinCooper commented 4 years ago

issue should be recolved after merging with sub-forkes starting with version #117