Changelogs:
Revision 1338: Fixed module loading for modules using a stub size non divisible by 20. Added new icons from J_BYYX.Added missing "try...catch" statements in VideoEngine that were causing compilation errors.
Revision 1337: Use nullpointer exception instead of returning null in the method to transform inputstreams to strings as it already throws a exception. Reworked one of the client methods since the method doesn't return null on empty file but the empty string.
Revision 1336: Introduce a method to transform inputstreams into strings and use it where that was happening.
Revision 1334: Slightly simpler get of StrackTraceElements
Revision 1333: Properties already have a way to specify a default value
Revision 1331: GUI changes from J_BYYX: icons for menu items
Revision 1330: Previous loop refactoring caused possible infinity loop, make it impossible.