Closed Tuupertunut closed 6 months ago
Same issue here as well
C:\Users\Administrator\Desktop\hemtt>hemtt.exe new ofpscore
Example: Advanced Banana Environment
Project Name: ofpscore
Example: ABE Team
Author: ofps
Example: abe
Prefix: ofpscore
Main Prefix: z
Select a license: Unlicense
ERROR IO Error: The system cannot find the file specified. (os error 2)
Tools:
1.12.0
Description:
Running
hemtt new
to create a new project crashes with an IO Error: No such file or directory (os error 2).Steps to reproduce:
.hemttout
directory there might be.hemtt new
and answer the dialog with any answers.Logs:
Terminal session:
Syscall trace from
strace -t -f -s 64 -e trace=write,%file
: trace.txtAdditional context:
The issue seems to come from a call to
OpenOptions::open()
here: https://github.com/BrettMayson/HEMTT/blob/e5e0d867be32c36afcdb69c233fdb1e560998f4e/bin/src/report.rs#L33-L35Only the
append()
option is enabled which means a new file will not be created, but I don't have aci_annotations.txt
file yet.Also another note: Is the
.hemttout
directory supposed to be created inside the project directory or outside of it? Now it is created outside.