• 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.

Windows FAILED: Run Program Complete

siread

Member
Everything was fine on Windows yesterday then I tried building on my Mac today and I could neither clean nor build the project with iOS or MacOS targets. Went back to the PC and getting the same problem for Windows target! I'm wondering if saving it on the cloud (OneDrive) has caused some sync issue but I've tried restoring options_main.inherited.yy and no joy. Any ideas?
"cmd" /c subst Z: "C:\Users\Simon\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE"

elapsed time 00:00:00.0809526s for command "cmd" /c subst Z: "C:\Users\Simon\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE" started at 10/19/2019 17:15:03
"cmd" /c subst Y: "C:\Users\Simon\AppData\Local\GameMakerStudio2\GMS2TEMP"

elapsed time 00:00:00.1079352s for command "cmd" /c subst Y: "C:\Users\Simon\AppData\Local\GameMakerStudio2\GMS2TEMP" started at 10/19/2019 17:15:03
"cmd" /c subst X: "C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.4.366"

elapsed time 00:00:00.0889477s for command "cmd" /c subst X: "C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.4.366" started at 10/19/2019 17:15:03
Saving project to: D:\OneDrive - New Star Games Ltd\Documents\My Programming\GameMaker Projects\Retro Bowl\RetroBowl.yyp
Saving 1 resources
"C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.4.366/bin/Igor.exe" -j=8 -options="C:\Users\Simon\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -v -- Windows Run

Loaded Macros from C:\Users\Simon\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE\RetroBowl_83072855\macros.json
Options: X:/bin\platform_setting_defaults.json
Options: C:\Users\Simon\AppData\Roaming/GameMakerStudio2\siread_502544\local_settings.json
Options: C:\Users\Simon\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE\RetroBowl_83072855\targetoptions.json
X://bin/GMAssetCompiler.exe /c /zpex /iv=0 /rv=0 /bv=0 /j=8 /gn="RetroBowl" /td="Y:/" /cd="Z:/RetroBowl_83072855" /zpuf="C:\Users\Simon\AppData\Roaming/GameMakerStudio2\siread_502544" /m=windows /tgt=64 /nodnd /cfg="default" /o="Y:/RetroBowl_21B94490_VM" /sh=True /optionsini="Y:/RetroBowl_21B94490_VM\options.ini" /cvm /baseproject="X:/BaseProject\BaseProject.yyp" "D:\OneDrive - New Star Games Ltd\Documents\My Programming\GameMaker Projects\Retro Bowl\RetroBowl.yyp" /preprocess="Z:/RetroBowl_83072855"
Reading project file....D:\OneDrive - New Star Games Ltd\Documents\My Programming\GameMaker Projects\Retro Bowl
Reading project file....X:\BaseProject
Reading config delta 'D:\OneDrive - New Star Games Ltd\Documents\My Programming\GameMaker Projects\Retro Bowl\options\main\inherited\options_main.inherited.yy'
-----------------------------------------------------------------------------
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GMAssetCompiler.GMInstance.(GMAssets , GMInstance , GMOverriddenProperty )
at GMAssetCompiler.GMInstance.(GMAssets )
at GMAssetCompiler.GMAssets.(JsonTextReader , String )
at ..(String )
at ..(String )
at GMAssetCompiler.Program.(List`1 )
at GMAssetCompiler.Program.(String[] )
-----------------------------------------------------------------------------
EXCEPTION FILE - C:\Users\Simon\AppData\Local\Temp\4e908671e3f1483997af008423b63e35.yyg.saencryptedreport
-----------------------------------------------------------------------------


X://bin/GMAssetCompiler.exe exited with non-zero status (-532462766)
elapsed time 00:00:01.6739669s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.4.366/bin/Igor.exe" -j=8 -options="C:\Users\Simon\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -v -- Windows Run started at 10/19/2019 17:15:03
"cmd" /c subst Z: /d

elapsed time 00:00:00.0879482s for command "cmd" /c subst Z: /d started at 10/19/2019 17:15:05
"cmd" /c subst Y: /d

elapsed time 00:00:00.0799529s for command "cmd" /c subst Y: /d started at 10/19/2019 17:15:05
"cmd" /c subst X: /d

elapsed time 00:00:00.0789530s for command "cmd" /c subst X: /d started at 10/19/2019 17:15:05
FAILED: Run Program Complete
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
You should never store projects in any cloud services as they are constantly locking/unlocking files why they synchronise which can lead to currupt projects. Not sure what you can do to resolve the issue though... maybe contact YYG and supply a link to the project and see if they can tell you how to manually clean up the .yy project files.
 

siread

Member
Turns out 3 objects had been removed from the resource list but were still being referred to in a couple of rooms.
 
Top