Skip to content
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

New version: DuckStudio.GitHubView.Nightly version 2025.01.14.1276428… #211393

Conversation

DuckDuckStudio
Copy link
Contributor

@DuckDuckStudio DuckDuckStudio commented Jan 14, 2025

…9055

This version build by GitHub Action workflow run 🚀: https://github.com/DuckDuckStudio/GitHubView/actions/runs/12764289055


Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

/AzurePipelines run

1 similar comment
@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot wingetbot added the Validation-Installation-Error Error installing application label Jan 14, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jan 14, 2025
@DuckDuckStudio
Copy link
Contributor Author

DuckDuckStudio commented Jan 14, 2025

@stephengillie
Can you help to verify this? I didn't modify the build workflow in this nightly release, and the program changes I tested with @fjwxzde (in DuckDuckStudio/GitHubView#10), and it should be fine.

@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. and removed Needs-Author-Feedback This needs a response from the author. labels Jan 14, 2025
@fjwxzde
Copy link
Contributor

fjwxzde commented Jan 14, 2025

Yep,
屏幕截图 2025-01-14 193631
屏幕截图 2025-01-14 193601
When GitHub Action push the Nightly Release, the version number will be automatically modified to YYYY.MM.DD.runID

@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Installation failed with exit code -1978335187
2025-01-14 02:20:01.171 [FAIL] Installer failed security check. Url: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.14.12764289055/GitHubView-2025.01.14.12764289055-Setup-windows.exe Result: 0x80004005
MSI (s) (34:68) [02:19:53:017]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (34:68) [02:19:53:017]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (34:68) [02:19:53:017]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (34:68) [02:19:53:017]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (34:68) [02:19:53:017]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (34:68) [02:19:53:955]: Executing op: ComponentRegister(ComponentId={A7D7971C-0FFA-56BF-ABE9-99E25FAFD3EB},KeyPath=0285\SOFTWARE\Microsoft\Windows\Windows Error Reporting\RuntimeExceptionHelperModules\C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.11\mscordaccore.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
MSI (s) (34:68) [02:19:55:096]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Microsoft\Windows\Windows Error Reporting\RuntimeExceptionHelperModules,,BinaryType=0,,)
Property(S): ErrorDialog = ErrorDlg
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
MSI (s) (34:58) [02:19:55:455]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (34:58) [02:19:55:455]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (34:58) [02:19:55:455]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (34:58) [02:19:55:455]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (34:58) [02:19:55:455]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
MSI (s) (34:C4) [02:19:55:892]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
MSI (s) (34:C4) [02:19:55:892]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
MSI (s) (34:C4) [02:19:55:892]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
MSI (s) (34:C4) [02:19:55:892]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
MSI (s) (34:C4) [02:19:55:892]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.

Automated error analysis suggests -1978335187 may mean Installer failed security check. Another script should retry this every 18 hours.

Automated error analysis suggests 80004005 may mean Resource missing

(Automated response - build 939.)

@fjwxzde
Copy link
Contributor

fjwxzde commented Jan 14, 2025

All of code and binaries build workflows are all placed in GitHub repository and should not have malware...
Code: https://github.com/DuckDuckStudio/GitHubView/tree/master/ghv
Inno Setup Config: https://github.com/DuckDuckStudio/GitHubView/blob/master/installer/Windows.iss
Nightly Release build workflow: https://github.com/DuckDuckStudio/GitHubView/blob/master/.github/workflows/nightly.yml

If there are any other changes that need to be made, please @ me, DuckDuckStudio is currently busy with other project that may not be able to handle it in time.
I have write access to his fork repository.

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Attention This work item needs to be reviewed by a member of the core team. Validation-Defender-Error Validation-Installation-Error Error installing application labels Jan 15, 2025
@DuckDuckStudio
Copy link
Contributor Author

DuckDuckStudio commented Jan 15, 2025

Wow, new PR merged, new Nightly Release.
image

@wingetbot wingetbot added New-Manifest Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Jan 15, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 2eac183 into microsoft:master Jan 15, 2025
2 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Jan 15, 2025
@DuckDuckStudio DuckDuckStudio deleted the ghv-nightly-2025.01.14.12764289055 branch January 15, 2025 16:02
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. Moderator-Approved One of the Moderators has reviewed and approved this PR New-Manifest Validation-Completed Validation passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants