Jump to content

Papyrus Script Compiler Error


Dragonis0

Recommended Posts

Hello,

 

I have searched everywhere, but with no luck finding a solution. I am receiving errors when trying to compile a script in Notepad++. I have the correct batch file paths entered, relative to my install location, and the correct run commands for Notepad++ (according to this Wiki http://www.creationkit.com/Notepad%2B%2B_Setup)

 

My psc files are in the source folder.

 

I run the compiler and receive the following error...

 

"PapyrusCompiler.exe - Aplication Error

The application was unable to start correctly (0xc000007b). Click OK to close the application."

 

I've searched that error code and found nothing useful. At firs I though maybe it was a permission issue and ran Notepad++ as administrator, but to no avail.

 

My ScriptCompile.bat file

 

 

 

 

 

"C:\Program Files (x86)\Bethesda Softworks\Skyrim\Papyrus Compiler\PapyrusCompiler.exe"

%1 -f="TESV_Papyrus_Flags.flg"

-i="C:\Program Files (x86)\Bethesda Softworks\Skyrim\Data\Scripts\Source"

-o="C:\Program Files (x86)\Bethesda Softworks\Skyrim\Data\Scripts"

pause

 

My Notepad++ run commands

 

"C:\Program Files (x86)\Bethesda Softworks\Skyrim\Papyrus Compiler\ScriptCompile.bat" "$(FILE_NAME)" "$(CURRENT_DIRECTORY)"

 

Any ideas as to what I should try next?

 

Banned

 

-DrGrimm

Edited by DrGrimm
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...