• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE nsis_script.nsi" on line 204 -- aborting creation process

funkygallo

Member
Hi,
until yesterday, all work fine on my PC and I can build exe via VM or YYC.
But today I try to make a new build but this error happen.
Please note that I haven't modify my confing.

ide: v2.2.2.413
runtime: 2.2.2.326

Any hint?






Section: "Visual C++ Redistributable" ->(SEC_VCREDIST)
SectionIn: [RO]
SetOutPath: "$TEMP"
File: "vcredist_x86_2015.exe" [compress] 13552634/13767776 bytes
DetailPrint: "Running Visual Studio 2015 x86 Redistributable Setup..."
ExecWait: ""$TEMP\vcredist_x86_2015.exe" /quiet /norestart" (->$VCRedistSetupError)
DetailPrint: "end VS2015 x86"
Delete: "$TEMP\vcredist_x86_2015.exe"
SetOutPath: "$INSTDIR"
SectionEnd
Section: "Start Menu Shortcuts"
CreateDirectory expects 1 parameters, got 3.
Usage: CreateDirectory directory_name
Error in script "X:/\BaseProject\options\windows\installer\nsis_script.nsi" on line 204 -- aborting creation process


X:/\windows\makensis\makensis.exe exited with non-zero status (1)
elapsed time 00:00:12.9002241s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.2.326/bin/Igor.exe" -j=8 -options="C:\Users\Alessandro\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -- Windows PackageNsis started at 03/31/2019 18:04:50
"cmd" /c subst Z: /d
 
Top