So I was working on something, and for some reason the map keeps crashing. I take a look at the debug.txt, and see:
05.04.17 01:52:49 EXCEPTION halt in \halopc\haloce\source\units\units.c,#8284: (grenade_type >= 0) && (grenade_type < NUMBER_OF_UNIT_GRENADE_TYPES)
and think "Ah, it's gotta be something wrong with OS. i'll dig around in the units, and see what's wrong."
...But then I take a second look:
\halopc\haloce\source\units\units.c,#8284: (grenade_type >= 0) && (grenade_type < NUMBER_OF_UNIT_GRENADE_TYPES)
This error generated the exact location, the C file, and the line in the actual source code... which got me thinking: Is it theoretically possible to generate an error, on every single line of every single file in the source code? If it is... then there is a solution to getting access to the code.
Like the title says, it's a crazy idea, but i'm interested what the community thinks... so go ahead and post your thoughts. Thanks for taking a read folks!