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

GameMaker Game Won't Launch

I am having trouble with the "Runner.exe" launching properly. I have seen other posts about having the same issue as me, but in those posts, they are saying the Runner v2.0.4.42 fixed the issue. I am currently using that version but still having problems. I have tried cleaning my project and another version of the Runner both have lead me to the same result.

Here is the entire output log when trying to run a game:
Code:
Saving project to: C:\Users\TheBeast\Documents\CODE\GameMaker\Anthem\Anthem.yyp
"C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/bin/Igor.exe"  -options="C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\build.bff"  -- Windows Run

Loaded Macros from C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\macros.json
OptionsIni
Options: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\platform_options.yy
TargetPreferences: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\preferences.json
Target Options: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\targetoptions.json
[Compile] Run asset compiler
C:\Windows\system32\cmd.exe /c ""C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/bin/GMAssetCompiler.exe"  /c /zpex /mv=1 /iv=0 /rv=0 /bv=0 /gn="Anthem" /td="C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2" /cd="C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436" /zpuf="C:\Users\TheBeast\AppData\Roaming/GameMakerStudio2\tacticalsk8er_34173" /m=windows /tgt=64 /nodnd /cfg=default /o="C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\Anthem_15F5B126_VM" /sh=True /optionsini="C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\Anthem_15F5B126_VM\options.ini"  /tp=2048  /cvm /baseproject="C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/BaseProject/BaseProject.yyp" "C:\Users\TheBeast\Documents\CODE\GameMaker\Anthem\Anthem.yyp" /bt=run"
Reading project file....C:\Users\TheBeast\Documents\CODE\GameMaker\Anthem
Reading project file....C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.0.4.42\BaseProject
Reading config delta 'C:\Users\TheBeast\Documents\CODE\GameMaker\Anthem\options\main\inherited\options_main.inherited.yy'
finished.
Compile Constants...finished.
Remove DnD...finished.
Compile Scripts...finished.
Compile Objects...finished.
Compile Timelines...finished.
Compile Triggers...finished.
Compile Rooms...finished.
Compile Extensions...finished.
Global scripts...finished.
Final Compile...finished.
Saving IFF file... C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\Anthem_15F5B126_VM\Anthem.win
Writing Chunk... GEN8
option_game_speed=30
Writing Chunk... OPTN
Writing Chunk... LANG
Writing Chunk... EXTN
Writing Chunk... SOND
Writing Chunk... AGRP
Writing Chunk... SPRT
Writing Chunk... BGND
Writing Chunk... PATH
Writing Chunk... SCPT
Writing Chunk... GLOB
Writing Chunk... SHDR
Writing Chunk... FONT
Writing Chunk... TMLN
Writing Chunk... OBJT
Writing Chunk... ROOM
Writing Chunk... DAFL
Writing Chunk... EMBI
Writing Chunk... TPAGE
Writing Chunk... CODE
Writing Chunk... VARI
Writing Chunk... FUNC
Writing Chunk... STRG
Writing Chunk... TXTR
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... INST
Writing Chunk... LOCL
Writing Chunk... STRG
Stats : GMA : Elapsed=600.1811
Stats : GMA : sp=0,au=0,bk=0,pt=0,sc=0,sh=0,fo=0,tl=0,ob=0,ro=0,da=0,ex=0,ma=2,fm=0x0


C:\Windows\system32\cmd.exe DONE
Options: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\platform_options.yy
Options: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\main_options.yy
DoSteam
[Run] Run game
Options: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\main_options.yy
Options: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\platform_options.yy
Target Options: C:\Users\TheBeast\AppData\Roaming\GameMakerStudio2\Cache\Anthem_12891436\targetoptions.json
C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/windows/Runner.exe  -game "C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\Anthem_15F5B126_VM\Anthem.win"
!!!!No INI File C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\Anthem_15F5B126_VM/options.ini
Attempting to set gamepadcount to 12
DirectX11: Using hardware device


C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/windows/Runner.exe exited with non-zero status (-1073741819)
elapsed time 00:00:03.7306225s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/bin/Igor.exe" -options="C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\build.bff"  -- Windows Run started at 02/03/2017 16:00:00
FAILED : Run Program Complete
As noted in other posts I believe the issue has to do with this:
Code:
C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/windows/Runner.exe exited with non-zero status (-1073741819)
elapsed time 00:00:03.7306225s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.4.42/bin/Igor.exe" -options="C:\Users\TheBeast\AppData\Local\Temp\GameMakerStudio2\build.bff"  -- Windows Run started at 02/03/2017 16:00:00
FAILED : Run Program Complete
 
Top