Skip to content

"Invalid Header: Does Not Start with Cr24" error #37

@HwangJaeYoung

Description

@HwangJaeYoung

I encountered two errors while setting up an project, and I'm seeking guidance to resolve them.

  1. When running the app, I got the following error:

The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/agent/computer_use/agent.exe/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755.

  1. I followed the suggested instructions to update permissions:
  • cd /home/agent/computer_use/agent.exe/node_modules/electron/dist/
  • sudo chown root chrome-sandbox
  • sudo chmod 4755 chrome-sandbox
  1. AAfter applying these changes, I encountered a new error, and my screen capture functionality stopped working:
    'Error: Invalid header: Does not start with Cr24'

I've attached the relevant screenshot for clarity.
screnshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions