
MEGA_VKNG
Joined: Dec 23, 2013
|
Posted: Jun 17, 2014 12:14 AM
Msg. 1 of 3
So, i have a script, and when i compile it does this 06.16.14 21:12:07 EAX: 0x00000000 06.16.14 21:12:07 EBX: 0xE3730001 06.16.14 21:12:07 ECX: 0x00000000 06.16.14 21:12:07 EDX: 0x00000000 06.16.14 21:12:07 EDI: 0x0018EDF0 06.16.14 21:12:07 ESI: 0x00000000 06.16.14 21:12:07 EBP: 0x0018ECC8 06.16.14 21:12:07 ESP: 0x0018ECB8 06.16.14 21:12:07 EIP: 0x772C0C42, 83 C4 04 C2 ????? 06.16.14 21:12:07 EXCEPTION halt in \halopc\haloce\source\hs\hs_compile.c,#306: tell matt that somebody failed to correctly report a parsing error.
any help would be appreciated.
mattdratt/10 script
|

kirby_422
Joined: Jan 22, 2006
Apparently public enemy number 1?
|
Posted: Jun 17, 2014 02:29 PM
Msg. 2 of 3
Looks like the script encountered an error, but was unable to print the error to screen. I know it fails to print the error if the line with the error is extremely long. Just search around the script for errors, and try to condense the script.
|

Flash44x
Joined: Jan 3, 2007
What would you have your arbiter do?
|
Posted: Jun 17, 2014 02:57 PM
Msg. 3 of 3
I recall that this error happends when hud messages are not compiled correctly. You most likely have tried to reference a HUD message from hud_set_message_text that doesn't exist. So I would suggest looking at that. Just make sure the name is right.
|