Error in exported app but not in test

Hi i got problem with exported app… in testing i do not get any error but when i export my app it get error (trying divide 0 by 0)

Are you using a division block somewhere ? Post a screenshot of your blocks

no i do not


Yes, you are, at least in 3 places if I see correctly

4 Likes

oh sorry XD :D:D:D but what i can do it wi th it ?

1 Like

Since you can not divide with 0 you got this error. Create maybe an if statement to check whether global pocetz is 0 and if is 0 then set global vysledek to … else proceed with division

1 Like

yeah i got it XD but i was asking why i dont get this error when im tesitng

Use any if condition block over there. Like, If they are not equal to zero, both the variable

1 Like

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