Leandro Facchinetti
Leandro Facchinetti
Hi @maxpavlov, Thanks for reaching out and for doing this preliminary investigation. I haven’t dug into signing yet, so I don’t have good answers so far. I’ll get to it...
Idea given by @xemle: When we pursue this, we might also give an option to uninstall previous versions.
Thanks for using caxa and for the detailed report. The root of the issue seems to be that the system is cleaning up the temporary directory in the middle of...
Hmmm, that’s actually an interesting idea: What if instead of using the temporary directory, we used the cache directory? (See https://github.com/LinusU/node-cachedir and https://pkg.go.dev/os#UserCacheDir) Do you think that would work better...
Oh, yeah. I agree with your points 100%. One feature doesn’t subsume the other.
Thanks for all the information. At this point I think we have a clear path ahead: 1. Add a command-line flag that allows you to specify an extraction path. 2....
> @gkinsman > > Would you be able to please point me at where the folder resolution logic is currently? I can't find it 😂. Folder resolution occurs in three...
Hi @maxb2, Great to have another detailed report from you. This is a rather annoying issue. It seems like temporary directories can’t be trusted. I don’t think we have any...
@saostad That’s spooky. Does the application start working and then fails with a missing path? If Windows didn’t clean files in the temporary directory, and the files are still there,...
> yes it started and failed every time I run the .exe file. So it seems that the application crashes right as it’s about to start, not after having run...