Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JamesHagerman opened this issue Jul 16, 2018 · 0 comments
Open

Comments

@JamesHagerman
Copy link

JamesHagerman commented Jul 16, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant