The app crashes the moment I try to go to the frame with ForEach being used on it.
Here's my log:
(using build 254 and android exporter v30)
Code:
06-04 18:56:04.736: E/UpdateReceiver(2218): ACTION_PACKAGE_REMOVED
06-04 18:56:06.487: E/SuRequest(2191): java.io.IOException: No such file or directory
06-04 18:56:08.269: E/SuRequest(2191): java.io.IOException: No such file or directory
06-04 18:56:18.499: E/Database(2191): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
06-04 18:56:18.539: E/Database(2191): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
06-04 18:56:18.569: E/Database(2191): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
06-04 18:56:18.579: E/Database(2191): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
06-04 18:56:18.599: E/Database(2191): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
06-04 18:56:40.691: E/AndroidRuntime(2269): FATAL EXCEPTION: main
06-04 18:56:40.691: E/AndroidRuntime(2269): java.lang.NullPointerException
06-04 18:56:40.691: E/AndroidRuntime(2269): at Extensions.CRunForEach.action(CRunForEach.java:191)
06-04 18:56:40.691: E/AndroidRuntime(2269): at Objects.CExtension.action(CExtension.java:179)
06-04 18:56:40.691: E/AndroidRuntime(2269): at Actions.CActExtension.execute(CActExtension.java:33)
06-04 18:56:40.691: E/AndroidRuntime(2269): at Events.CEventProgram.call_Actions(CEventProgram.java:1680)
06-04 18:56:40.691: E/AndroidRuntime(2269): at Events.CEventProgram.computeEventList(CEventProgram.java:1472)