# How to solve crashing screen?

**URL:** https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [August 20, 2022, 5:04am UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067 "2022-08-20T05:04:00Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![dhanushan48608nkfw](https://avatars.discourse-cdn.com/v4/letter/d/fbc32d/32.png) [@dhanushan48608nkfw](https://community.thunkable.com/u/dhanushan48608nkfw)
#### Post date: [August 20, 2022, 5:04am UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067/1 "2022-08-20T05:04:00Z")

</div>

I made some adjustments on a screen design (Not the code) which was working fine. But it’s crashing/ Disappearing when I run it. What’s the cause of this and how can I solve it?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [August 20, 2022, 6:40pm UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067/2 "2022-08-20T18:40:39Z")

</div>

It could be a dozen different things. Post a link to your project and mention which screen is having that issue.

---

<div class="post-metadata">

### Author: ![dhanushan48608nkfw](https://avatars.discourse-cdn.com/v4/letter/d/fbc32d/32.png) [@dhanushan48608nkfw](https://community.thunkable.com/u/dhanushan48608nkfw)
#### Post date: [August 21, 2022, 4:39am UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067/3 "2022-08-21T04:39:30Z")

</div>

Thanks for your respond, Here is the link. The problem is in the “Home” screen  
[https://x.thunkable.com/copy/0f06ddbbf65d880b4e026cb82aeb3d6c](https://x.thunkable.com/copy/0f06ddbbf65d880b4e026cb82aeb3d6c)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [August 21, 2022, 7:25am UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067/4 "2022-08-21T07:25:35Z")

</div>

You have **a lot** going on in the blocks for that screen, including a forever loop and multiple other loops:

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/7/977661db1059fd79c33cf139ec3104cf0e3bc376.png)

You’re also relying on a lot of `Get Value` blocks and I know there had been a bug with that block and I’m not sure if it’s resolved yet.

I would recommend adding some debugging blocks inside of those functions. Here’s a method I use: [Debugging in Thunkable X (Video)](https://community.thunkable.com/t/debugging-in-thunkable-x-video/849471). That way, you can see exactly where the code stops working.

---

<div class="post-metadata">

### Author: ![dhanushan48608nkfw](https://avatars.discourse-cdn.com/v4/letter/d/fbc32d/32.png) [@dhanushan48608nkfw](https://community.thunkable.com/u/dhanushan48608nkfw)
#### Post date: [August 21, 2022, 7:32am UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067/5 "2022-08-21T07:32:56Z")

</div>

Thank you, But it was working fine earlier. That’s what i don’t understand. I tried your method, but didn’t work.  
1.I ran it without ‘open’ and ‘starts’ function also. Still crashes  
2. I duplicated the screen without the blocks. And still crashes. Maybe it’s not the blocks. Could it be because of the design error? Please find “Home 1” screen in my project.

---

<div class="post-metadata">

### Author: ![dhanushan48608nkfw](https://avatars.discourse-cdn.com/v4/letter/d/fbc32d/32.png) [@dhanushan48608nkfw](https://community.thunkable.com/u/dhanushan48608nkfw)
#### Post date: [August 21, 2022, 8:41am UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067/6 "2022-08-21T08:41:13Z")

</div>

Hey, i solved it, it was an error of design. Thanks for your support

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [November 19, 2022, 8:41am UTC](https://community.thunkable.com/t/how-to-solve-crashing-screen/2007067/7 "2022-11-19T08:41:24Z")

</div>

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