GreenteaOS / Tofita

:candy: All-new engine of the @GreenteaOS
https://greenteaos.github.io
GNU Lesser General Public License v3.0
231 stars 26 forks source link

build fails on Windows #19

Open aviumcaravan opened 10 months ago

aviumcaravan commented 10 months ago

Describe the bug

aside from "error eperm operation not permitted unlink" on init-or-clean, getting to the NASM stage throws a bunch of "file not found" errors, which is pretty confusing.

Reproduction

  1. fetch all of the 4 repos
  2. go to Tofita
  3. run cmd /c build
  4. watch the syscall error on init-or-clean
  5. if you skip init-or-clean, nasm will throw a bunch of "file not found" errors

Platform

Expected behavior

build is supposed to just fly through the projects

Screenshots

No response

Additional context

No response

Agreements

PeyTy commented 10 months ago

I fail to see the problem. Maybe Windows 11 does some controlled folder access?

Try disk D: at tempFolder of config.json (or some other path)