Cannot get to run on linux hen compiling from source

Description

Compiles, but does not run

Running database migrations
App load time: 274ms
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
[55145:0814/190752.422410:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.

To Reproduce…

  1. Checkout sources on machine (as well as install apt requirements)
  2. Run npm i
  3. Run npm start OR npm run build, and then run the created binary
  4. Error occurs

Expected Behavior

Not to throw an error, lol

Screenshots

N/A

Setup

  • OS and Version: ZorinOS 16.3 (rebadged Ubuntu 20.04.1 plus XFCE/GNOME)
  • Installation Method: build from source
  • Mailspring Version: git rev bbd4f1880e17a82dde75d6ae005086278c2cd22d on master

Additional Context

I can’t seem to figure out why I can’t run it, any help is appreciated! :slight_smile:

Very strange. Are you sure that you are using the correct node version needed for the build and, have all requirements installed and the mailsync part is correctly cloned to the mailsync folder?