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
Did you connect to an already running interpreter or start the interpreter from RIDE?
N/A
How do you reproduce the issue?
Try installing Ride
$ sudo apt install ./ride-4.5.4097-1_amd64.deb
[...]
The following packages have unmet dependencies.
ride-4.5 : Depends: libgconf-2-4 but it is not installable
$ apt search libgconf
* Nothing found *
libgconf should be removed as a dependency to install.
Ignore dependency to install:
$ sudo dpkg -i --ignore-depends=libgconf-2-4 ./ride-4.5.4097-1_amd64.deb
# Run Ride
$ ride-4.5
[22165:0702/112708.573066:FATAL:setuid_sandbox_host.cc(158)] 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 /opt/ride-4.5/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)
Building from source and running npm start works without issue.
Building a deb package and installing after removing the dependency also worked - so we may simply need to update the build environment (and update the dependencies).
Paste the contents of Help → About (Shift+F1)
N/A
The text was updated successfully, but these errors were encountered:
The running of the built deb was actually a red-herring, if I wasn't in the build directory it still failed, however, as part of #1237 I have also fixed the permissions for chrome-sandbox and this now works as intended!
Describe the issue you are having
Ride doesn't start / Install (tried 4.5 & 4.6 draft)
Did you connect to an already running interpreter or start the interpreter from RIDE?
N/A
How do you reproduce the issue?
Try installing Ride
libgconf should be removed as a dependency to install.
Ignore dependency to install:
Building from source and running
npm start
works without issue.Building a deb package and installing after removing the dependency also worked - so we may simply need to update the build environment (and update the dependencies).
Paste the contents of Help → About (Shift+F1)
The text was updated successfully, but these errors were encountered: