The application is still crashing with the eagle update (1.4.1)

Can you raise your aia?

Sorry canā€™t raise my aia ā€¦
But it seems like a common problem with many users and all of us provided screenshots for the blocks ā€¦

The app is 2 screens, a buttom in screen 1 when clicked open the second screen, itā€™s so simple but crashes ā€¦

The project was created using the version pre eagle

I found that crashing while open screen only exists with projects created with kodular pre Eagle ā€¦ but if you created a new project using eagle ā€¦ this problem doesnā€™t exist ā€¦

What I need is a solution to switch screens in my app that is already created before eagle to launch the update ā€¦ or if there is a possible way to reupload it and still have the ability to publish an update not a new app

Please itā€™s very urgent as users are waiting for the updateā€¦

Do you use more than 1 slider on a screen? If so, your problem is probably related to this:

3 Likes

Me too facing same problem on Samsung devices , app stop working! is there any solution to fix it.

Slider thumb Position are bugs. please solve the bugs.

Finally, the problem of crashing is solvedā€¦ thanks @bodymindpower ā€¦ your solution worked ā€¦
More than 1 slider in the same screen causes the app to crash

To be precise, I have identified the cause of the bug, but have not provided a solution, because there is no solution for the current version of the Slider component.

You need to use an extension or better wait for a fix.
But when will that be fixed? :sob:

3 Likes

It hasnā€™t solved all my problems yet,
Now the application is not crashing but for some reason the first page is booting (instead of going to the settings page)

This post was flagged by the community and is temporarily hidden.

You guys/girls who donā€™t want to share your aia with others who can try to troubleshoot it for you, do a LOGCAT of your apk and provide us with output of it

As a developer, you should learn how to do this as well

/Boban

3 Likes

I hope this helps
logcat.txt (9 .5 קדב)
event.txt (1 .5 קדב)

There seems to be an infinite loop, so show your relevant blocks.

I finally found out what the problem was,
I added some Radio Button and when the screen opens it changes the Checked of one of the Radio Button to Truth (because of the userā€™s choice), the problem was that if you change the Checked from the blocks the action change is activated and does the action it needs to do. And in my application if you click (or change the Checked) the application reopens (it should change the language)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.