Skip to content

New package: HomeDev.PatchCleanerPortable version 1.4.2.0 #268936

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DandelionSprout
Copy link
Contributor

@DandelionSprout DandelionSprout commented Jun 26, 2025

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.10 schema?

Note: <path> is the directory's name containing the manifest you're submitting.


Notes from me:

  • For the inevitable "Validation-Unapproved-URL" label: Yes, it is hosted on SourceForge. No, the program's developer did not provide any other download locations.
  • There also exists an installable version of PatchCleaner (which is why I added Portable to this manifest's name to distinguish the two), but wingetcreate was unable to make a manifest of it, seemingly as it is a self-extracting 7Z (but don't take my word for it).
Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-268936-20250626-1

@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Executable C:\Users\Validator\AppData\Local\Microsoft\WinGet\Links\patchcleanerportable.exe returned exit code: -532462766

Hex Dec Inverted Dec Symbol Description
E0434352 -532462766 3762504530 EXCEPTION_COMPLUS Unhandled Exception

(Automated response - build 1078.)

@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-268936-20250629-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error Validation-Unapproved-URL labels Jun 29, 2025
@wingetbot wingetbot added Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error Validation-Unapproved-URL labels Jun 29, 2025
@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-268936-20250630-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error Validation-Unapproved-URL labels Jun 30, 2025
@wingetbot wingetbot added Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error Validation-Unapproved-URL labels Jun 30, 2025
@DandelionSprout
Copy link
Contributor Author

DandelionSprout commented Jun 30, 2025

From InstallationVerificationResult.json:

{"OverallResult":"ManualReview","TestPlansResults":[{"TestPlan":"Validation-Executable-Error","Result":"ManualReview","Metadata":"","ResultMetadata":{"FieldsMetadata":[{"Field":"Architecture","Message":"x86"},{"Field":"Scope"},{"Field":"Locale"}]}}],"AnalysisResults":[{"AnalysisType":"ArpEntry","FieldsMetadata":[{"Field":"Architecture","Message":"x86"},{"Field":"Scope"},{"Field":"Locale"}],"Diagnostics":{"diagnostics":{"changedEntryCount":"1","correlationMeasures":[],"intersectionCount":1,"matchedEntryCount":1,"reason":"normalization match and new/changed"},"installerHash":"c944484b-ebd8-4f58-81bb-e97669560461","metadata":{"historical":[],"metadata":[{"AppsAndFeaturesEntries":[{"DisplayName":"PatchCleaner Portable","DisplayVersion":"1.4.2.0","InstallerType":"portable","ProductCode":"homedev.patchcleanerportable__defaultsource","Publisher":"HomeDev"}],"installerHash":"c944484b-ebd8-4f58-81bb-e97669560461","submissionIdentifier":"699e793d-1ca5-456e-a476-294d0ef2beed"}],"productVersionMax":"1.4.2.0","productVersionMin":"1.4.2.0"},"status":"Success","submissionData":{"submissionIdentifier":"699e793d-1ca5-456e-a476-294d0ef2beed"},"version":"1.0"}},{"AnalysisType":"ExeRunInfo","FieldsMetadata":[{"Field":"Architecture","Message":"x86"},{"Field":"Scope"},{"Field":"Locale"}],"Diagnostics":{"C:\\Users\\Validator\\AppData\\Local\\Microsoft\\WinGet\\Links\\patchcleanerportable.exe":{"ErrorStream":"Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a' or one of its dependencies. The system cannot find the file specified.   at PatchCleaner.App.Main()","OutputStream":"","ExitCode":-532462766,"ExecutionStatusResult":"Fail"}}}],"Metadata":[]}

There is a file called log4net.dll in the installation folder, at least (as opposed to just "log4net"). Why the Winget process asks for the latter file is unknown to me.

image

@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Installation failed with exit code -1978335187 2025-06-27 11:16:31.937 [FAIL] Installer failed security check. Url: https://dl.dagger.io/dagger/releases/0.18.12/dagger_v0.18.12_windows_amd64.zip Result: 0x80004005 | Hex | Dec | Inverted Dec | Symbol | Description | | --- | --- | --- | --- | --- | | 80004005 | -2147467259 | 2147500037 | E_Fail | Resource missing | | 8A15002D | -1978335187 | 2316632109 | APPINSTALLER_CLI_ERROR_INSTALLER_SECURITY_CHECK_FAILED | Installer failed security check. Another script should retry this about every 18 hours. |

Hex Dec Inverted Dec Symbol Description
00000012 18 -4294967278 ERROR_NO_MORE_FILES There are no more files.
80004005 -2147467259 2147500037 E_Fail Resource missing
80004005 -2147467259 2147500037 E_Fail Resource missing
80004005 -2147467259 2147500037 E_Fail Resource missing
8A15002D -1978335187 2316632109 APPINSTALLER_CLI_ERROR_INSTALLER_SECURITY_CHECK_FAILED Installer failed security check. Another script should retry this about every 18 hours.
8A15002D -1978335187 2316632109 APPINSTALLER_CLI_ERROR_INSTALLER_SECURITY_CHECK_FAILED Installer failed security check. Another script should retry this about every 18 hours.
8A15002D -1978335187 2316632109 APPINSTALLER_CLI_ERROR_INSTALLER_SECURITY_CHECK_FAILED Installer failed security check. Another script should retry this about every 18 hours.

(Automated response - build 1078.)

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. Validation-Defender-Error labels Jun 30, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Author-Feedback This needs a response from the author. and removed Needs-Attention This work item needs to be reviewed by a member of the core team. labels Jun 30, 2025
@stephengillie
Copy link
Collaborator

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-268936-20250630-2

@microsoft-github-policy-service microsoft-github-policy-service bot removed Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Needs-Author-Feedback This needs a response from the author. Validation-Defender-Error Validation-Executable-Error Validation-Unapproved-URL labels Jun 30, 2025
@wingetbot wingetbot added Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error Validation-Unapproved-URL labels Jun 30, 2025
@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-268936-20250701-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. label Jul 1, 2025
@wingetbot wingetbot added Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error Validation-Unapproved-URL labels Jul 1, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Executable C:\Users\Validator\AppData\Local\Microsoft\WinGet\Links\patchcleanerportable.exe returned exit code: -532462766

Hex Dec Inverted Dec Symbol Description
E0434352 -532462766 3762504530 EXCEPTION_COMPLUS Unhandled Exception

(Automated response - build 1078.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. New-Package Validation-Executable-Error Validation-Unapproved-URL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants