• 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 (FIXED) Failed to compile one-time executable to Windows

T

Ted

Guest
UPDATE: Hello, I fixed this problem. All I had to do was reinstall Windows SDK and Visual Studio 2012. I think after the Windows Update, things got messed up.

=============================================================

Hello, I am having trouble creating a one-time executable of my game. I can create an installer just fine, but for some reason just not executable.

Here are the error messages I received:




And the compile window says:

Code:
Create started: 1:11:17 AM
"C:\Users\GPC Korean School\AppData\Roaming\GameMaker-Studio\GMAssetCompiler.exe" /c /m=windows  /config="Default" /tgt=64 /obob=True /obpp=False /obru=True /obes=False /i=3 /j=4 /cvm /tp=2048 /mv=1 /iv=0 /rv=0 /bv=1772 /gn="zone0" /td="C:\Users\GPC Korean School\AppData\Local" /cd="C:\Users\GPC Korean School\Documents\GameMaker\Cache" /sh=True /dbgp="6502" /hip="127.0.0.1" /hprt="51268" /o="C:\Users\GPC Korean School\AppData\Local\gm_ttt_40757\gm_ttt_64425" "C:\Users\GPC Korean School\Documents\Teddy\game dev\gmx\zone0.gmx\zone0.project.gmx"

Reading project file....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\GPC Korean School\AppData\Local\gm_ttt_40757\gm_ttt_64425\zone0.win
Writing Chunk... GEN8
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... TPAGE
Texture Group - Default
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=1778.0899
Stats : GMA : sp=15,au=0,bk=12,pt=0,sc=17,sh=0,fo=1,tl=0,ob=9,ro=3,da=0,ex=0,ma=76,fm=0x92044C680260
C:\WINDOWS\SysWOW64\iexpress.exe /N __SelfExtractingArchive_file__.sed

Create finished: 1:11:42 AM

I tried to Google my problem but no helpful solutions came up. If anyone can help me, that'd be great. Otherwise, I can just export to installer.

Edit: Also, the only thing that appears on my Desktop (where I export it) is a file called ~zone0.DFF. Probably just a thing use for installation but thought I'd provide the information.
 
Last edited by a moderator:
Top