s-victor / TinyPedal

Free and Open Source telemetry overlay application for racing simulation
GNU General Public License v3.0
75 stars 8 forks source link

Sectors widget broken? #16

Closed thoraxe closed 1 year ago

thoraxe commented 1 year ago

I recently noticed that the sector widget appears to be misbehaving, even after nuking all my timing data. It seems to only ever report S3 and the S1/S2/S3 boxes are never updating with sector times any more.

I am using 1.11.7

I've noticed this in two car classes at two different tracks.

s-victor commented 1 year ago

Thanks, it was a typo with min/max, and should be fixed now with https://github.com/s-victor/TinyPedal/commit/3630c652b9e06d61e37d8c20792b009c5a302e08

thoraxe commented 1 year ago

it does not appear to be fixed. on the official long beach track it only ever reports being in sector 3, and the s1/s2/s3 boxes never update. I am using the latest 1.11.8

s-victor commented 1 year ago

have you tried sync with the latest source code, it should be fixed in the master branch(I have tested with several DLC tracks all works ok). v1.11.8 from release page is the old one, new package hasn't yet been made(next release will be 1.12.0 with hybrid widget).

thoraxe commented 1 year ago

I have never built from the source code directly. I guess I can try. Would it be possible for you to cut a 1.11.9 with that fix?

s-victor commented 1 year ago

Here is new version https://github.com/s-victor/TinyPedal/releases/tag/v1.12.0 , lemme know if works, thanks.

thoraxe commented 1 year ago

Seems to work. Thanks!