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
As per the title, the flatpak doesn't work. The IDE loads, but attempting to run any code always results in the following error:
execvp(/app/share/zbstudio/bin/linux/x64/lua, -e, io.stdout:setvbuf('no'), /home/rling/Documents/Projects/Erd/main.lua) failed with error 2!
It would, of course, be great if we knew what error 2 exactly was......
I've tried this on multiple machines running multiple different Linux distros, including Linux Mint, Debian, and Ubuntu. They all have the same problem.
Can anyone throw me a bone here? Any idea what an execvp error 2 is?
The text was updated successfully, but these errors were encountered:
Error 2 is usually "file not found" error. It looks like flatpak expects that install.sh script runs, which installs the IDE under /app/share, but for some reason that didn't happen. Do you see the lua executable available under that path? The IDE itself requires a lua executable to run, so it's a bit strange that it runs, but can't execute anything else.
As per the title, the flatpak doesn't work. The IDE loads, but attempting to run any code always results in the following error:
execvp(/app/share/zbstudio/bin/linux/x64/lua, -e, io.stdout:setvbuf('no'), /home/rling/Documents/Projects/Erd/main.lua) failed with error 2!
It would, of course, be great if we knew what error 2 exactly was......
I've tried this on multiple machines running multiple different Linux distros, including Linux Mint, Debian, and Ubuntu. They all have the same problem.
Can anyone throw me a bone here? Any idea what an execvp error 2 is?
The text was updated successfully, but these errors were encountered: