Tofita
Tofita copied to clipboard
build fails on Windows
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
- fetch all of the 4 repos
- go to Tofita
- run
cmd /c build - watch the syscall error on
init-or-clean - if you skip
init-or-clean, nasm will throw a bunch of "file not found" errors
Platform
- VMware Workstation 17 virtual machine running Windows 11 x64 on a host machine running Linux on a Ryzen 5 2600
- i fetched the
kawaiibranch using thegit clonecommands from the readme
Expected behavior
build is supposed to just fly through the projects
Screenshots
No response
Additional context
No response
Agreements
- [X] I agree to follow this project's Code of Conduct
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)