• 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 [SOLVED] Execute and debug not working

V

Val-raven

Guest
Hi.

When i try to execute or debug my project, it just don't want to open itself.
Gamemaker leave me this.
What can I do ?
Thanks.

Bug.png
 
Show us all of the output from the compile, and not as a screenshot. There may be something further up the output that gives some indication as to what might be happening.
 
V

Val-raven

Guest
oh, ok.
It shows me this :

X://bin/GMAssetCompiler.exe DONE (0)
Release build
OptionsIni
Options: Z:/platform_418D850F\PlatformOptions.json
[Compile] Run asset compiler
C:\Windows\system32\cmd.exe /c ""X://bin/GMAssetCompiler.exe" /c /zpex /mv=1 /iv=0 /rv=0 /bv=0 /j=12 /gn="platform" /td="Y:/" /cd="Z:/platform_418D850F" /zpuf="C:\Users\Dylan\AppData\Roaming/GameMakerStudio2\dy.l.h_1874366" /m=windows /tgt=64 /nodnd /cfg="default" /o="Y:/platform_4255554A_VM" /sh=True /optionsini="Y:/platform_4255554A_VM\options.ini" /cvm /baseproject="X:/BaseProject\BaseProject.yyp" "D:\Dylan\Documents\Games\platform\platform.yyp" /bt=run"
Reading project file....D:\Dylan\Documents\Games\platform
Reading project file....X:\BaseProject
Reading config delta 'D:\Dylan\Documents\Games\platform\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.
collapsing enums.
Error : gml_Object_oGun_Step_1(33) : malformed with statement
Final Compile...finished.
Saving IFF file... Y:/platform_4255554A_VM\platform.win
Writing Chunk... GEN8
option_game_speed=60
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
Texture Group - Default
Writing Chunk... TGIN
Writing Chunk... CODE
Writing Chunk... VARI
Writing Chunk... FUNC
Writing Chunk... STRG
Writing Chunk... TXTR
0 Compressing texture... writing texture texture_0.png...
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... INST
Writing Chunk... LOCL
Writing Chunk... STRG
Stats : GMA : Elapsed=663,0642
Stats : GMA : sp=25,au=16,bk=1,pt=0,sc=4,sh=1,fo=2,tl=0,ob=24,ro=6,da=0,ex=0,ma=701,fm=0x4000B2946FF82424

C:\Windows\system32\cmd.exe exited with non-zero status (1)
elapsed time 00:00:02.0903092s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.1.287/bin/Igor.exe" -options="C:\Users\Dylan\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -- Windows Run started at 01/08/2019 01:03:42
"cmd" /c subst Z: /d
elapsed time 00:00:00.0219418s for command "cmd" /c subst Z: /d started at 01/08/2019 01:03:44
"cmd" /c subst Y: /d
elapsed time 00:00:00.0239357s for command "cmd" /c subst Y: /d started at 01/08/2019 01:03:44
"cmd" /c subst X: /d
elapsed time 00:00:00.0244422s for command "cmd" /c subst X: /d started at 01/08/2019 01:03:44
FAILED: Run Program Complete
 
Top