Community
Participate
Working Groups
In Model.start, ROV initializes an OMF reader for the current application. OMF reader 'parse' can fail, returning an error string, but this error string is currently being ignored in ROV. The parse error should be stored by ROV, and then thrown whenever Program.fetchStaticString is called, so that the user is notified.