I encountered two errors while setting up an project, and I'm seeking guidance to resolve them.
- 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.
- 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
- 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.

I encountered two errors while setting up an project, and I'm seeking guidance to resolve them.
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.
'Error: Invalid header: Does not start with Cr24'
I've attached the relevant screenshot for clarity.
