I’ve got a copy of the Mailspring codebase on two PCs (my personal PC and my work PC). On the first one, I managed to run properly after quite a bit of pain (couldn’t log in… ended up having to use “Run with Debug Flags” with a production version, log in there, exit it, manually kill lingering mailsync.exe processes, then I could start my dev build properly. I posted that here: "Signing in" forever in GitHub dev build).
On my second PC, I’m getting this error even after running npm install and haven’t figured out how to progress past it:
Mailspring could not find the mailsync process. If you’re building Mailspring from source, make sure mailsync.tar.gz has been downloaded and unpacked in your working copy.
I have the same issue recently, as a result of initializing the mailsync git submodule. Apparently Mailspring does not build it for you. But you can follow these steps to download the built version:
Ensure that the mailsync dir is empty, if you have initialized it you can use git submodule deinit -f --all to clear it.
Re-run npm i in project root. You should see some kinda output:
This made the “Mailspring could not find the mailsync process” error go away for me during development.
Sorry, an error occurred while fetching the Mailspring Mailsync build for your machine
(https://mailspring-builds.s3.amazonaws.com/mailsync/b381582d/osx/mailsync.tar.gz)
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>ZFPY3EJQ4APAA7ER</RequestId><HostId>yJlBTBq095cyungA8fzeo3vRi8uEVDZTUm8AYTKilBMkqDNs6/gZIrkD1Z68dUEXSPHnwGjFxDQ=</HostId></Error>````
Anyone know where to download the pre-built version of Mailsync? On my mac, I can't get autogen.sh to work, and that's got to work to build Mailsync.
Thanks.
-Ken