There is a bug in the module loader at the moment that causes the entire application to segfault during the second iteration through the code.
This is especially weird due to the way in which the module loader is called, using a pointer, this should cause it to be in its own address space. However, on line 111 it fails.
Needs to be fixed asap in order to continue development.
Logged In: YES
user_id=1726068
Originator: YES
Determined what is causing the bug and I have fixed it, however, in the process another bug as come out, which is causing only the first module in a series to correctly execute. The other modules will load, but they will not correctly execute, I believe this is a memory releasing problem, I am investigating further at the moment.