-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
None of the new Alphas, 11, 12, or 13 will install... afraid I'm more of a user than.... #305
Comments
This wasn't broken intentionally, but there were a lot of changes from alpha 10 to 11. Did the installer give you an error message? |
Wait, here's the whole text document... |
Thanks! It looks like Microsoft might have updated the Visual C++ redist installer, so its hash no longer matches what our installer expects. This probably affects Windows 10 too, but you'd only encounter this if it wasn't already installed on your system by some other program. If you manually install https://aka.ms/vs/16/release/vc_redist.x64.exe , are you able to successfully install powertab? |
I don't think so, but I'm going to give it a try |
Alpha 12 was a success, not 13, but I got an error log for that.... |
Great, glad version 12 worked! |
another simple possibility I have overlooked... straining at gnats... swallowing camels... I'll do it as soon as I get home |
sadly, the pipe still closes, no joy on Alpha 13..... |
Thanks, I'll do some more investigation .. |
awesome... did you know, I accidentally discovered it, you can do triple nested tuplets on the Alpha 8 version? I haven't tried it on any other yet... if that's a regularly repeatable experiment then you guys are well ahead of any guitar transcription program that isn't high-high-end like Finale or Sibelius..... |
Yep! Nested irregular groupings were intentionally allowed |
Spot on! |
- Try to avoid comparing against a hash from when the installer was built, since MS frequently updates the redist installer from that link. The normal signature verification can be used - Remove caching of the redist for the CI builds, since this resulted in it never being updated. #305
I think this should be fixed by the changes in 43ec269 - can you try the installer from https://github.com/powertab/powertabeditor/actions/runs/235216866 and see if that works? |
Downloading now, gonna give it a go.... |
I cant download it, it keeps 'finishing' at 1 mb or below. |
i got as far as 10 mb and it crashed/ "finished" again. The first time I did reach 11MB, but when I tried to extract it, it read that the folder now contained 0 bytes.... |
I got it downloaded, run, didn't work. Same result as before. |
Hmm, this worked fine for me on my clean Windows 7 VM
Did you get the hash code error, or the other error?
…On Tue., Sep. 1, 2020, 11:38 p.m. Ebdim9th, ***@***.***> wrote:
I got it downloaded, run, didn't work. Same result as before.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#305 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKGTZFOIOPSFQYQY3EN5DSDW44BANCNFSM4QEQ6TBQ>
.
|
same general fail notice about the pipe now closing with the link for the error log.... |
Any chance you have an antivirus that might be interfering? I think this could be the issue from wixtoolset/issues#5658 |
Avast. It stopped harassing alpha 12 after that C++ update, but still clogs up 13, although it ultimately claims nothing's wrong, apparently its enough to stop the installer. |
I saw the download link there, ill try it when i get home..... |
I think the installer itself will need to be rebuilt with a newer version of Wix, but thank you for helping track down the source of the problem! |
Right on! Glad I could help.... Power Tab is too good of a program to not keep improving on... have to say, as bad as the Covid thing has been, it seems to have brought people together to kick projects they were working on into overdrive..... I discovered the nested tuplets while exploring it, and I have to say that was worth it.... |
and, yes I do have other programs like Guitar Pro 7.5 and TuxGuitar, but to me lacking nested tuplets is a glaring omission.... oh and I love Power Tab's 'mercy'. No other program will play through when I accidentally overshoot a measure, which I do quite alot.... |
any update on the installer anti-virus workaround? |
This should resolve the issues noted in bug #305
right on.... |
I have Visual Studio for classes but im still a code baby, toddler, or adolescent, not sure which, definitely not skilled enough to help with the installer build, though I'd like to, my experiences so far are very narrow and I've got a looot more to learn, even with many of the basics.... |
Thanks, I don't think any extra assistance is needed for this though - just trying to figure out some issues that are only occurring on the Github build machines .. |
OK, could you try installing from https://github.com/powertab/powertabeditor/actions/runs/245255908? |
Oh... Avast still gave me a little trouble in the install but then it does that whenever I try to run projects in Visual Studio. But when I closed and re-opened the installed program, so far no troubles or hiccups like that... |
Great, thanks for confirming! |
I'm on Windows 10 and getting the issue '0x80091007 - The Has Value is not correct'' with Alpha 12 and Alpha 13
The fix (for me) was to download (x64: vc_redist.x64.exe) from install vc_redist.x64.exe, reboot, install powertab |
Thanks, glad you got it working with manually installing the redist. |
....a programmer. Pretty simple, I guess I thought Windows 7 could run them, it has run Guitar Pro 7.5, but maybe not. Is that the problem? (Windows 10 only for 11, 12, and 13?)
The text was updated successfully, but these errors were encountered: