Skip to content

[Build Error] AOD Mode Packaging Fails Due to File Path Mismatch (FileNotFoundError) #66

@WainWong

Description

@WainWong

Describe the bug
When packaging watchfaces in AOD (Always-On Display) mode, the build process fails with a FileNotFoundError. The error suggests a mismatch between the expected and actual output file paths, specifically looking for 'AOD.face' instead of the project's designated filename.

To Reproduce
Steps to reproduce the behavior:

  1. Switch to AOD mode
  2. Add any image assets
  3. Initiate build process
  4. Observe FileNotFoundError in console

Expected behavior
Build process should complete successfully, generating the correct output file based on project settings.

Error Log

2025-01-29 17:30:55,283 main.py:2113 ERROR FileNotFoundError
Traceback highlights:
File "utils/binary.py", line 5
with open(path, "+rb") as binary:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/AOD\output\AOD.face'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions