GUI crashes when erronous aspect is loaded

Issue #5 resolved
Matthias Schoettle created an issue

When loading an aspect that contains a critical error (meaning even the generated editor can't load it), the GUI crashes.

This is because: - RAMPersistence catches the exception and returns null - RamFileBrowser doesn't check for null (catches exception but none is thrown, because it is caught in RAMPersistence)

Comments (3)

  1. Log in to comment