The errors are finally gone: I hope my tips can help others
These things were not the cause:
1)the App's OnStart property
2)controls dependent with other screens
I think i have hit the limit of controls:
So I have removed all labels that might be unnecessary. Also the * and error labels.
----------------
In PowerApps you usually create a view and edit form for each screen. Referring to a gallary to display the record is discouraged, so is a lookup the only option?
If you load the record into a collection you can refer to that record instead of a lookup to the sql server. (Use "clearcollect" or the number will increase)
That way you eliminate a lot of lookups in your app, i did.
-----------------
My app is not yet ready, I think the only option is to start working with modules
-----------------
You can of course also merge screens for "view" and "edit"
----------------
Thank you for all suggestions and attention.