The file is there (if I copy the path from the error message it is opened up) and the Launch section exists as well as its ProgramExecutable value. So I don't understand where the error comes from?!
Thanks.
New: Kanri (Oct 9, '24), Platform 29.5.3 (Jun 27, '24)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
The file is there (if I copy the path from the error message it is opened up) and the Launch section exists as well as its ProgramExecutable value. So I don't understand where the error comes from?!
Thanks.
Ok problem solved. Systemdrive C was full and the error message was simply nonsense. Your chance to improve error message
That error will show if Windows says the file isn't there. Odd stuff like that can happen with drive errors.
Sometimes, the impossible can become possible, if you're awesome!
Why should Windows say the file is not there? I assume it is copied to C for some reason and this copy operation fails and Instead of write error either Windows or your tool misinterprets this as a read error.
The TEMP directory is used by NSIS for runtime components. NSIS is the language our launcher is written in. If TEMP is on C and C is wonky, all kinds of stuff will go a bit nuts, regardless of what drive it's running from.
Sometimes, the impossible can become possible, if you're awesome!
Its not only that. I also noticed that this App copies/creates config data in %appdata%, which is (on that system and by default) on C as well.
anyway, "cannot write to C:\something" should not result in "cannot find D:\something-else" error messages.