# Need Help - Screen Crashes

**URL:** https://community.thunkable.com/t/need-help-screen-crashes/112003
**Category:** Questions about Thunkable X
**Created:** [June 19, 2019, 3:20am UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003 "2019-06-19T03:20:27Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Charles\_Casteel](https://avatars.discourse-cdn.com/v4/letter/c/a88e57/32.png) [@Charles\_Casteel](https://community.thunkable.com/u/Charles_Casteel)
#### Post date: [June 19, 2019, 3:20am UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003/1 "2019-06-19T03:20:27Z")

</div>

When I open a particular screen, it will crash if I don’t have Thunkable-X open to that screen.

See attached zip file for a copy of my blocks. Also, when I open a web link for an event, I get an error.

Thanks[SelectedEvents.zip](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/f/9fbe00b4d563163545a2d217f280c9a09f293824.zip) (2.8 MB)

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 19, 2019, 10:15am UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003/2 "2019-06-19T10:15:37Z")

</div>

If your application worked well before, then remember what you have changed in it since.

If the WebViewer shows an error, then check what is passed to it in the URL property.

If it breaks when you start the application, turn off all the blocks and find the block whose operation causes a crash. Note that even an application without blocks may crash if any component is simply added to it or its blocks are used that fail.

---

<div class="post-metadata">

### Author: ![Charles\_Casteel](https://avatars.discourse-cdn.com/v4/letter/c/a88e57/32.png) [@Charles\_Casteel](https://community.thunkable.com/u/Charles_Casteel)
#### Post date: [June 19, 2019, 12:58pm UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003/3 "2019-06-19T12:58:24Z")

</div>

Yes, I checked all changes. The app runs perfectly when Thunkable X is open with the scrEventSelected screen. If Thunkable X is on another screen, the scrEventSelected screen won’t display and the app returns to the splash screen.

I am passing the url directly from the Jason api. It will load about 90% of the webpage then I get the error.

When copy and paste the url directly in the browser, it works perfectly.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 19, 2019, 2:43pm UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003/4 "2019-06-19T14:43:14Z")

</div>

Have you disconnected all the blocks from all Screen the Start and Opens blocks? Does the application crash in this case?

---

<div class="post-metadata">

### Author: ![Charles\_Casteel](https://avatars.discourse-cdn.com/v4/letter/c/a88e57/32.png) [@Charles\_Casteel](https://community.thunkable.com/u/Charles_Casteel)
#### Post date: [June 19, 2019, 4:36pm UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003/5 "2019-06-19T16:36:09Z")

</div>

I disconnect all screen Opens blocks. Yes, the screen crahses - Same results.  
I am not using the screen starts. What’s the difference? Open v Start.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 19, 2019, 5:31pm UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003/6 "2019-06-19T17:31:15Z")

</div>

Try to remove the Map component from the application. After that, the application run or crashes?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:13pm UTC](https://community.thunkable.com/t/need-help-screen-crashes/112003/7 "2024-11-08T12:13:21Z")

</div>


