rawfel Posted February 12, 2012 Share Posted February 12, 2012 I'm trying to setup Notepad++ to compile Papyrus according to the guide on creationkit.com but when I keep getting an "C:\Program acces denied" error when I try to compile. Has anyone else got this? Link to comment Share on other sites More sharing options...
gaptrixie Posted February 12, 2012 Share Posted February 12, 2012 Make sure when you're specifying paths to programs inside notepad++ that you encapsulate them all with quotation marks. Looks like one of them you supplied did not have quotes and Notepad++ is assuming the whole path is just "C:\Program" Link to comment Share on other sites More sharing options...
rawfel Posted February 12, 2012 Author Share Posted February 12, 2012 (edited) I've tried that as well and then the command prompt opens and shows this error message. C:\Program Files (x86)\Notepad++>"C:\Projects\TESV\Build\PC\Papyrus compiler\PapyrusCompiler.exe" -f="TESV_Papyrus_Flags.flg" -i="C:\Projects\TESV\Build\Source\Scripts" -o="C:\Projects\TESV\Build\PC\Data\Scripts"The search path cannot be find. C:\Program Files (x86)\Notepad++>pause The search path cannot be find. <- This was liberally translated by me from swedish. I don't know what the equivalent english error message is but this is probably what it means. C:\Projects <- And I don't even have this directory so I don't know what it's trying to access. Edited February 12, 2012 by rawfel Link to comment Share on other sites More sharing options...
Recommended Posts