Skip to content

"Permission Denied" under Windows 10 when trying to install #3

@JamesHagerman

Description

@JamesHagerman

Apparently, because Eagle runs scripts from weird locations, I had to modify the INSTALL.ulp to stop it from tying to put oshpark_ulp.log in c:\windows\system32\:

#include "ulp/oshpark-install.ulp"
string FILE_CACHE= filedir(argv[0]);
string path_to_ulp = filedir(argv[0]);
string outFile = path_to_ulp + "oshpark_ulp.log";
output(outFile,"wD"){
	install(FILE_CACHE);
}

So then it installs, and I get the OSHPark button, but none of the functionality works quite right because of the same path issues.

I'll try to open a PR to put the oshpark_ulp.log file in a writable directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions