Helios747 / DolphinBisectTool

Windows utility to automate the bisection process for issues in the Dolphin Emulator
GNU General Public License v3.0
8 stars 7 forks source link

Log displays incorrect build as culprit #23

Open Ebola16 opened 6 years ago

Ebola16 commented 6 years ago

I was investigating https://bugs.dolphin-emu.org/issues/10563 and verified https://dolphin-emu.org/download/dev/master/5.0-76/ is the culprit PR. DBT correctly identified 5.0-76 as the culprit in its notice message. The log however displays an incorrect PR.

capturex

Helios747 commented 6 years ago

augh, off by one errors. Thanks. I'll look into this later.

niconii commented 6 years ago

Weirdly enough, I just had the opposite experience, where the version reported in the log was the culprit, not the one displayed by the program. Either way, something's definitely not right.

Helios747 commented 6 years ago

Yeah. Eventually I want to get around to rewriting this in a more portable language and hope to break down some of this syntactic sugar that is masking these bugs.

Ebola16 commented 5 years ago

I just had the opposite problem with version 2.0.0 now. Yay.