-
Notifications
You must be signed in to change notification settings - Fork 7
DBT-downloaded builds all identify themselves as 4.0.2 - is it normal? #6
Comments
I'll look into this when I get home. |
Capturing some data here for a test run with first = 4.0-0 and last = 4.0-9511.
"Dolphin.Bisect.Tool\dolphin.7z" "Dolphin.Bisect.Tool\dolphin\Dolphin-x64\Dolphin.exe"
"Dolphin.Bisect.Tool\dolphin.7z" "Dolphin.Bisect.Tool\dolphin\Dolphin-x64\Dolphin.exe"
Dolphin 4.0.2 Branch: master
Strangely, Task Manager reports that the Dolphin.exe running is actually my installed Dolphin instance, which is at "C:\Program Files\Dolphin402\Dolphin.exe". This could be the actual issue, but that doesn't explain why this is happening.
DBT says:
It seems DBT "thinks" that build 4.0-4465 was running, even though it wasn't.
Dolphin reports 4.0-4465 in the title bar. This confirms once and for all that (a) DBT did download the correct version, (b) the version started by DBT was not actually the version it downloaded (as they have different title bar versions). |
If I go to Start -> Run and type "Dolphin.exe" it runs Dolphin 4.0.2. So it seems somehow the PS: My .NET 4.0 version is 4.0.30319, in case that helps? (I am not sure if the .NET API itself changed or something like that.) |
Wow. Thanks for pinning this down. I couldn't reproduce this and was scratching my head on what could be happening. I'll rework runbuild.cs this weekend when I'm not distracted by other things. I'll just rig up something to force the process starter to be more explicit with pathing. Interesting that it's being ignored. |
Hi, this very simple PR fixed the issue for me: #7 Can you merge it and do a release? |
PS: #7 now conforms to naming convention; sorry I missed it the first time |
Make path for build runner more explicit - to fix #6
Every build that DBT downloads is marked "4.0.2" in the title bar and Help->About displays the commit hash as ...c3d4f and compiled on Nov 29 2013. Is this expected behaviour?? I feel worried that every single build downloaded by DBT is actually the stable 4.0.2, even though DBT "thinks" they are development builds.
The text was updated successfully, but these errors were encountered: