![]() |
Error: Permission denied on new installation (solved) - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://www.boriel.com/forum/forumdisplay.php?fid=15) +---- Thread: Error: Permission denied on new installation (solved) (/showthread.php?tid=2562) |
Error: Permission denied on new installation (solved) - zarsoft - 10-15-2024 Permission denied on new installation. (see image) And now, what do I do to resolve this? RE: Error: Permission denied on new installation - boriel - 10-15-2024 This error means the compiler has no permission to create or write the .tap output file. There's little I can do. I suspect that either the directory is protected, or there is a file with the same name in read only mode. Try using -o anotherfile.tap or -o C:\temp\demo1.tapĀ This version has been tested by other people using Windows, Linux and Mac. So I'm not sure it's related to that version specifically. RE: Error: Permission denied on new installation - zarsoft - 10-16-2024 I created another folder in a different location on the disk and it worked. Thanks. |