Linux or windows?If linux don't forget to do a chmod a+x hackSim before launching it.For Windows, it should work out of the box
I can't get it to start on Linux either. It fails to load libXinerama.so.1, which I have in my /usr/lib directory.
Just to be sure that libXinerama.so.1 is symlinked to an existing file:
ls -lisa $(locate libXinerama.so.1 | head -1)
cool,bro