Author |
Message |
angel61606
Joined: Jul 8, 2020 Posts: 106
|
Posted: Aug 29, 2023 7:00 AM Post subject: Element Interactors In Bioera latest version |
|
Hi Jarek,
I have updated my bioera to the latest version, and I did all the requirments of upgrading. then I trided to work with my designs. i encounter many odd problems, such as many "sorting errors, element not found" problems. please note that the exact same design works PERFECTlY in the bioera 4.0.6. without any error or problem. I tried to find the cuase of my problems, so I ended up with element interactors. when I disconnect the element interactors that i set them to "start" or "stop-reiniti-start" the errors disappear. But of course I need those element intercators. what should i do? |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1053
|
Posted: Aug 29, 2023 3:32 PM Post subject: |
|
The "sorting error" is not a problem most of the time. I will change this message to a warning, because "error" message is too strong. The general idea behind BioEra development is to show all and any unexpected behavior so that it could be eventually improved, but it doesn't mean all those messages indicate a catastrophic problem (if you see "ERROR" word, then yes, this should be addressed).
Your design should run with it just fine, and if you don't see the same behavior my suggestion would be to look elsewhere. |
|
 |
angel61606
Joined: Jul 8, 2020 Posts: 106
|
Posted: Aug 29, 2023 5:14 PM Post subject: |
|
Thank you jarek,
1.why it says the element not found? while the element is there?
here are some of errors I see each time I run my designs: type 1) "Sorting error, element not found: Select Feedback(1099960) connected to the input of FeedbackList(1099963) Elements: [FeedbackList(1099963)] Sorting error, element not found: Select Feedback(1099960) connected to the input of FeedbackList(1099963) Elements: [FeedbackList(1099963)]"
type2) Start error in element Custom element(1230): java.lang.ArrayIndexOutOfBoundsException: 0 Warning: element path(2681) not started, because it wasn't initialized correctly, true true Start error in element Window\nproperties(1103535): java.lang.NullPointerException Start error in element Window\nproperties(1103535): java.lang.NullPointerException
2)Also I wonder why the X button of all my "seperate frames" or "seperate digrams " doesnt work to close the frame or the diagram either? |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1053
|
Posted: Aug 29, 2023 5:21 PM Post subject: |
|
If you send a snippet (very small design) which demonstrates that message I can take a look. Otherwise there is no way to know where they come from. "Custom element" error looks like something in your own code? |
|
 |
angel61606
Joined: Jul 8, 2020 Posts: 106
|
Posted: Sep 10, 2023 1:14 PM Post subject: |
|
Hi Jarek, I cannot send you my design because i dont know how i can show the problem when you cant send the compelete design.
the thing is the exact smae design works perfectly in my privious Bioera.In this new version when I disconnect the element interactors that i set them to "start" or "stop-reiniti-start" the errors disappear. however I do need these interactors. |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1053
|
Posted: Sep 10, 2023 3:30 PM Post subject: |
|
If it happens in a large design just try to reduce it. Remove more and more elements until you have only those which cause it. Make sure you use same data source (like a simulator) and not a device.
Snippet is not just to make it easier for us, but primarily to isolate the problem which very often leads to a solution by the design creator. Even if you sent a full design, we would still have to do this. Without a complete understanding there is no way to work on a fix. |
|