logseq
logseq copied to clipboard
Install 0.8.5 on win7, when start to run Logseq, this error windows show up.
What happened?
Install 0.8.5 on win7, when start to run Logseq, this error windows show up
Reproduce the Bug install 0.8.5 on win7
Screenshots
Desktop Platform Information Windows 7, Logseq 0.8.5
Mobile Platform Information None
Additional Context None
The underlying build environment uses Win 10 SDK, which might not be compatible with Win7. Since Win7 is already EOL, this might not get fixed.
The underlying build environment uses Win 10 SDK, which might not be compatible with Win7. Since Win7 is already EOL, this might not get fixed.

After trying to set up a development environment on a fresh Windows 7 instance. I recorded the following problems, making it almost impossible to fit a Windows 7 machine.
- nodejs-lts does not support Windows 7
- Rust requires Win 10 SDK(does not support Win 7 SDK for WIndows 7) to build a native lib
So the only solution is hiding some new-feature(namely file-sync) for Windows 7.
Requires vcruntime140 to be installed. https://www.microsoft.com/en-us/download/details.aspx?id=48145
This is a regression in build environment.