-
-
Notifications
You must be signed in to change notification settings - Fork 457
Description
Pixelorama version: 4.4.1.stable.official.49a5bc7b6
Where did you download Pixelorama from?
Installed via Windows Package Manager (WinGet) using command: winget install OramaInteractive.Pixelorama
OS/device including version:
Microsoft Windows 11 Pro 10.0.26120
Issue description:
After installing Pixelorama via WinGet, the application fails to launch and displays the following error message:
Error: Couldn't load project data at path ".". Is the .pck file missing?
If you've renamed the executable, the associated .pck file should also be renamed to match the executable's name (without the extension).
This appears to be a packaging issue where the .pck
file (containing the application's data) is either missing from the WinGet package or not properly associated with the executable during installation. This is a fresh installation with no user modifications.
Steps to reproduce:
- Open Command Prompt or PowerShell as administrator
- Run:
winget install OramaInteractive.Pixelorama
- Wait for installation to complete successfully
- Launch Pixelorama from the prompt
- Observe the error message about missing .pck file
Expected behavior:
Pixelorama should launch normally after a fresh WinGet installation.
Additional information:
- This appears to be specific to the WinGet distribution method
- The error suggests a packaging/distribution issue rather than a user configuration problem
- Other installation methods (GitHub releases, manual download) may work correctly