Microsoft PowerToys version
0.100.1
Installation method
GitHub
Area(s) with issue?
Command Palette
Steps to reproduce
- Install or build PowerToys with Command Palette enabled.
- Add a gallery extension whose
extension.json does not contain a homepage field.
- Open Command Palette.
- Open the extension gallery.
For example, the Game Library Dock extension manifest previously omitted the homepage property.
✔️ Expected Behavior
Command Palette should handle a missing homepage field gracefully.
The homepage link can be hidden or left empty, but opening the gallery should not crash Command Palette.
❌ Actual Behavior
Due to a crash when opening the extension from the gallery:
[18:12:45.4391623] [Error] GlobalErrorHandler.cs::HandleException::69 System.ArgumentException: De parameter is onjuist.
at ExtensionGalleryItemPage_obj1_Bindings.Update_ViewModel_Homepage(String, Int32) @ @
Upload Bug Report ZIP-file
No response
Additional Information
- OS version: Windows 11, build 26200.8655
- CmdPal v0.11.117.33
- .NET runtimes installed:
- Microsoft.NETCore.App: 6.0.36, 8.0.28, 9.0.17, 10.0.9
- Microsoft.WindowsDesktop.App: 6.0.36, 8.0.28, 9.0.17, 10.0.9
- System language: nl-NL
- Installation scope: Per-user installation
- Running as administrator: Unknown
I fixed the affected gallery manifest by adding a homepage URL:
microsoft/CmdPal-Extensions#99
Other Software
No external software is required to reproduce this issue.
The crash was triggered while loading the Command Palette Gallery entry for the Game Library Dock extension. Its extension.json did not contain the optional homepage property.
Microsoft PowerToys version
0.100.1
Installation method
GitHub
Area(s) with issue?
Command Palette
Steps to reproduce
extension.jsondoes not contain ahomepagefield.For example, the Game Library Dock extension manifest previously omitted the
homepageproperty.✔️ Expected Behavior
Command Palette should handle a missing
homepagefield gracefully.The homepage link can be hidden or left empty, but opening the gallery should not crash Command Palette.
❌ Actual Behavior
Due to a crash when opening the extension from the gallery:
Upload Bug Report ZIP-file
No response
Additional Information
I fixed the affected gallery manifest by adding a homepage URL:
microsoft/CmdPal-Extensions#99
Other Software
No external software is required to reproduce this issue.
The crash was triggered while loading the Command Palette Gallery entry for the Game Library Dock extension. Its
extension.jsondid not contain the optionalhomepageproperty.