Page 3 of 8

Re: AutoPatcher .NET Framework Addon Packs

Posted: Tue Aug 18, 2015 5:48 am
by Whatacrock
@ jgfarrell (John) --- checked the script and module, the filesize is indeed 613 and the checksum should be 4e2f4c3600b3be683e896c4b75bc8a97.

Try be deleting the offending apm, in this case __dotnet46.apm, redownloading the release. This will replace the module with the correct one.

Report your results..

Re: AutoPatcher .NET Framework Addon Packs

Posted: Tue Aug 18, 2015 6:48 am
by jgfarrell
Tried your suggestion, both on the same PC and in a VM (Windows 8.1 on both).
Still getting "one or more files failed verification"

Both dotnet45.apm and dotnet46.apm are 1378 bytes
CRC32: 3BE2EF0A
MD5: 307C31AF81CC285A1680B081335621E2
SHA-1: 03874A32742936F767D0EDE3A569BADBA9377EC4

Will experiment some more tomorrow and report back.

Thanks for the speedy reply
John

Re: AutoPatcher .NET Framework Addon Packs

Posted: Tue Aug 18, 2015 8:27 am
by Whatacrock
;) John, you were correct and this was BAD BAD. I have redone both the x86 and x64 dotNET Framework releases just to be sure.

Script date remains as August 11, but the new rtiz file date is Agust 17. Everyone will need to download once again to correct these issues..
:oops: :oops: :oops: :oops:

Re: AutoPatcher .NET Framework Addon Packs

Posted: Wed Aug 19, 2015 5:25 am
by jgfarrell
Hi

Still having the same problem... tried in a Windows XP VM as well, just to see if it was Win 8.1 causing some sort of problem.

I don't want to post the entire autopatcher.log file unless you need it, but take a look at this: ( I deleted both dotnet45.apm and dotnet46.apm and ran the updater)

X64 autopatcher.log (excerpt) - working OK - posted for comparison

Missing file I:\Autopatcher\Windows Optional Components\ap-win-dotnet-x64-20150816 ok\modules\Components\__dotnet45.apm
Item __dotnet45.apm is missing or its parts are not completely downloaded. Adding whole download for this item to the queue.
--Adding http://www.autopatcher.net/releases/dotnet/__dotnet45.apm--

Missing file I:\Autopatcher\Windows Optional Components\ap-win-dotnet-x64-20150816 ok\modules\Components\__dotnet46.apm
Item __dotnet46.apm is missing or its parts are not completely downloaded. Adding whole download for this item to the queue.
--Adding http://www.autopatcher.net/releases/dotnet/__dotnet46.apm--


X86 autopatcher.log (excerpt) - problematic

Missing file I:\Autopatcher\Windows Optional Components\ap-win-dotnet-x86-20150815 unoff\modules\Components\__dotnet45.apm
Item __dotnet45.apm is missing or its parts are not completely downloaded. Adding whole download for this item to the queue.
--Adding http://www.autopatcher.net/releases/dotnet/__dotnet45.apm--

Missing file I:\Autopatcher\Windows Optional Components\ap-win-dotnet-x86-20150815 unoff\modules\Components\__dotnet46.apm
Item __dotnet46.apm is missing or its parts are not completely downloaded. Adding whole download for this item to the queue.
--Adding http://www.autopatcher.net/releases/dotnet/__dotnet45.apm--

Is the script downloading dotnet45.apm and renaming it to dotnet46.apm?

Thanks!
John

Re: AutoPatcher .NET Framework Addon Packs

Posted: Wed Aug 19, 2015 6:05 am
by Whatacrock
John, I have found the issue, a typo on my behalf that was never corrected. Will do this and upload to the server when other updates are uploaded.

Many thanks for the information, was thinking I was going insane......

UPDATE: Correction uploaded

Re: AutoPatcher .NET Framework Addon Packs

Posted: Thu Aug 20, 2015 12:56 am
by TheAPGuy
Whatacrock I am beginning to appreciate your choice in avatars. :)

Re: AutoPatcher .NET Framework Addon Packs

Posted: Thu Aug 20, 2015 5:11 am
by jgfarrell
No trouble, happy to be able to make a contribution, miniscule though it may be...

Thanks for your efforts.

John

Re: AutoPatcher .NET Framework Addon Packs

Posted: Thu Aug 20, 2015 7:47 am
by Whatacrock
Am still not entirely happy with __dotNET45 apm module. I was installing Windows 7 x86 on a laptop and to my dismay all the dotNET 4.5 Installer and updates were suppresses leaving only the option to install dotNet 4.6. Maybe Click-Click should some light on this as I'm not totally confident at this time..

Re: AutoPatcher .NET Framework Addon Packs

Posted: Thu Aug 20, 2015 11:01 pm
by click-click
4.6 "replaces" 4.5. Similar to when 4.5 came out "replacing" 4.0. 4.0 was kept around because 4.5 was not supported in XP. That is why 4.0 was hidden in the other OSes. IMO only the latest v4 .NET release should be supported. You just need to rename __dotnet45.apm to __dotnet46.apm and update the contents in the apm. The same goes for dotnet4.5.apm. You can then remove all the 4.5.2 entries in the .NET scripts and update it with 4.6 updates accordingly. To date, when you run AP in Win7 you should only see the following for .NET4 :

.Net Framework 4.6
Microsoft .NET Framework 4.6 (Standalone Installer)
Security update for the .NET Framework 4.6 on Windows 7 SP1, Server 2008 R2 SP1, Vista SP2, and Server 2008 SP2 (KB3083186)

Re: AutoPatcher .NET Framework Addon Packs

Posted: Fri Aug 21, 2015 6:01 am
by Whatacrock
Appreciate the input Click-Click, I totally agree with just supporting the latest version, makes things so much easier. Will take your advice and cleanup the dotNET releases as soon as time is available.