You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've changed it's running permissions (chmod +x nw), but even so it's stil won't run.
== ENV ==
Raspberry Pi 3 B
uname -a
Linux raspberry 6.1.61-v8+ #1696 SMP PREEMPT Thu Nov 2 16:44:46 GMT 2023 aarch64 GNU/Linux
ls -lastrh /opt/Webkit/nw
90M -rwxr-xr-x 1 root root 90M Nov 11 19:43 /opt/Webkit/nw
/opt/Webkit/nw
-bash: /opt/Webkit/nw: No such file or directory
strace -f -s 1000 /opt/Webkit/nw
execve("/opt/Webkit/nw", ["/opt/Webkit/nw"], 0x7ff865dea8 /* 21 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++
Can anyone help me ?
The text was updated successfully, but these errors were encountered:
I can't run the nw file.
I've changed it's running permissions (chmod +x nw), but even so it's stil won't run.
== ENV ==
Raspberry Pi 3 B
uname -a
Linux raspberry 6.1.61-v8+ #1696 SMP PREEMPT Thu Nov 2 16:44:46 GMT 2023 aarch64 GNU/Linux
ls -lastrh /opt/Webkit/nw
90M -rwxr-xr-x 1 root root 90M Nov 11 19:43 /opt/Webkit/nw
/opt/Webkit/nw
-bash: /opt/Webkit/nw: No such file or directory
strace -f -s 1000 /opt/Webkit/nw
execve("/opt/Webkit/nw", ["/opt/Webkit/nw"], 0x7ff865dea8 /* 21 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++
Can anyone help me ?
The text was updated successfully, but these errors were encountered: