• 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 windows compile failed

A

AhmedSh4hien

Guest
Hi there
Im using game maker studio professional 1.4.1763 on steam
it was all great and working till suddenly i had this error

Compile started: 3:18:36 PM
"C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\GMAssetCompiler.exe" /llvmSource="C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC" /c /m=llvm-win /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=1763 /gn="worldgen" /td="K:\temp" /cd="C:\Users\User\Documents\GameMaker\Cache" /sh=True /dbgp="6502" /hip="127.0.0.1" /hprt="51268" /optionsini="K:\temp\gm_ttt_70675\gm_ttt_80862\options.ini" /o="K:\temp\gm_ttt_70675\gm_ttt_80862" "F:\Private\zombies\worldgen.gmx\worldgen.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.
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
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
Build for architecture - x86

In file included from C:/Users/User/Documents/GameMaker/Cache/worldgen/Default/Scripts/gml_Object_object1_KeyPress_32.gml.cpp:1:
In file included from C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include\YYGML.h:5:
C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include/YYStd.h:33:10: fatal error: 'malloc.h' file not found
In file included from C:/Users/User/Documents/GameMaker/Cache/worldgen/Default/Scripts/gml_Script_scr_gen.gml.cpp:1:
In file included from C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include\YYGML.h:5:
C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include/YYStd.h:33:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
In file included from C:/Users/User/Documents/GameMaker/Cache/worldgen/Default/Scripts/gml_Object_obj_ball_Create_0.gml.cpp:1:
In file included from C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include\YYGML.h:5:
C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include/YYStd.h:33:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
In file included from C:/Users/User/Documents/GameMaker/Cache/worldgen/Default/Scripts/gml_Object_object1_Create_0.gml.cpp:1:
In file included from C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include\YYGML.h:5:
C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include/YYStd.h:33:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
#include <malloc.h>
^
1 error generated.
1 error generated.
1 error generated.
1 error generated.
In file included from C:/Users/User/Documents/GameMaker/Cache/worldgen/Default/Scripts/gml_Object_obj_ball_Collision_0.gml.cpp:1:
In file included from C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include\YYGML.h:5:
C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include/YYStd.h:33:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
In file included from C:/Users/User/Documents/GameMaker/Cache/worldgen/Default/Scripts/worldgen.vars.cpp:1:
In file included from C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include\YYGML.h:5:
C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include/YYStd.h:33:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
In file included from C:/Users/User/Documents/GameMaker/Cache/worldgen/Default/Scripts/gml_Object_obj_ball_Step_0.gml.cpp:1:
In file included from C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include\YYGML.h:5:
C:\Program Files (x86)\Steam\steamapps\common\gamemaker_studio\YYC\include/YYStd.h:33:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
1 error generated.
1 error generated.
linking worldgen.exe
Microsoft (R) Windows (R) Resource Compiler Version 6.3.9600.17336
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : fatal error LNK1181: cannot open input file 'C:\Users\User\Documents\GameMaker\Cache\worldgen\Default\Scripts\Release\x86\gml_Script_scr_gen.gml.o'
K:\temp\gm_ttt_70675\gm_ttt_80862\worldgen.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
Stats : GMA : Elapsed=19315.9237
Stats : GMA : sp=2,au=0,bk=0,pt=0,sc=1,sh=0,fo=0,tl=0,ob=3,ro=1,da=0,ex=0,ma=2,fm=0x40680020
Asset Compile finished: 3:19:11 PM
Compile finished: 3:19:12 PM
I think the main error here is malloc.h and since i cant entirely read the error a help if you can will be appreciated

Thanks!
 
Top