logseq icon indicating copy to clipboard operation
logseq copied to clipboard

Install 0.8.5 on win7, when start to run Logseq, this error windows show up.

Open GoTop opened this issue 2 years ago • 2 comments

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 Snipaste_2022-09-13_08-54-30

Desktop Platform Information Windows 7, Logseq 0.8.5

Mobile Platform Information None

Additional Context None

GoTop avatar Sep 13 '22 00:09 GoTop

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.

andelf avatar Sep 13 '22 03:09 andelf

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. marktanteile os global

siggibecker avatar Sep 16 '22 10:09 siggibecker

image

andelf avatar Sep 24 '22 02:09 andelf

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.

andelf avatar Sep 25 '22 03:09 andelf

Requires vcruntime140 to be installed. https://www.microsoft.com/en-us/download/details.aspx?id=48145

This is a regression in build environment.

andelf avatar Oct 02 '22 05:10 andelf