New package: StreetPea.chiaki-ng version 1.9.1#190343
Conversation
|
/AzurePipelines run |
|
@microsoft-github-policy-service agree |
|
/AzurePipelines run |
manifests/s/StreetPea/chiaki-ng/1.9.1/StreetPea.chiaki-ng.installer.yaml
Show resolved
Hide resolved
Head branch was pushed to by a user without write access
|
/AzurePipelines run |
|
@stephengillie it seems that that dependency is installed with graphics drivers which is probably why I haven't heard anybody complain about it. I added it. Thank you for your patience. |
|
/AzurePipelines run |
|
Manual Validation ended with:
Edit: formatting. |
It's my pleasure to help. The dependency might be missing from the VMs as they have inferior graphics drivers - if it's not necessary in most PCs then it should probably be removed. Manual Validation ended with the errors above being logged in the Event Log. The application window didn't open - I don't have more info about why, but if you have any troubleshooting suggestions, I'd be happy to try them. |
|
@stephengillie is it possible to run debugview https://learn.microsoft.com/en-us/sysinternals/downloads/debugview on the system and see if any logs pop up in there? |
|
@stephengillie according to Khronos who makes Vulkan, you shouldn’t include Vulkan-1.dll with your application and should install allow the drivers to update it or users to manually update it if their drivers are too old. https://github.com/KhronosGroup/Vulkan-Loader/blob/main/docs/LoaderApplicationInterface.md#bundling-the-loader-with-an-application so I should probably take that added dependency out. |
|
Apologies for the delay in responding - I'm dealing with capacity issues. Yes, feel free to remove the dependency. I am unsure about getting debugview onto the VM - does it have a |
|
@stephengillie you can download the exe for debugview directly from sysinternals using this link https://live.sysinternals.com/Dbgview.exe with curl or wget. A zip file with all debug view files is here: https://download.sysinternals.com/files/DebugView.zip it’s also available via chocolatey via There are winget packages for many of the sysinternals under manifests/m/Microsoft/SysInternals/ but debug view doesn’t appear to be one of them |
|
@stephengillie did you ever get a chance to try out debugview? |
|
Hmm. Maybe it needs administrative access to run based on that popup. If you start debug view first and then leave it open when launching chiaki-ng various logs should appear in debug view but I never got that popup window so it's possible it doesn't have the necessary access on your system. |
|
@stephengillie did you open DebugView first and then leave it open when launching chiaki-ng? |
)" This reverts commit 81958b6.
Notable changes: - take out vulkan RT dependency as it should be installed at the correct version by graphics drivers (see microsoft#190343 (comment)) - update docs url to correct link



Checklist for Pull Requests
Manifests
winget validate --manifest <path>?winget install --manifest <path>?Note:
<path>is the directory's name containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow