# Crash on start after instalation

**URL:** https://discourse.mapeditor.org/t/crash-on-start-after-instalation/1152
**Category:** Bugs
**Created:** [March 4, 2016, 1:32pm UTC](https://discourse.mapeditor.org/t/crash-on-start-after-instalation/1152 "2016-03-04T13:32:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Ondrej\_Kollar](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/ondrej_kollar/32/1922_2.png) [@Ondrej\_Kollar](https://discourse.mapeditor.org/u/Ondrej_Kollar)
#### Post date: [March 4, 2016, 1:32pm UTC](https://discourse.mapeditor.org/t/crash-on-start-after-instalation/1152/1 "2016-03-04T13:32:31Z")

</div>

Hi,

from today I have updated Tiled to 0.15.1 and editor always crash. here is error message from VS2015 debuger:

Unhandled exception at 0x00007FFB4317B9EC (Qt5Gui.dll) in tiled.exe: 0xC000041D: An unhandled exception was encountered during a user callback.

Note: I’m Tried 32 and 64 bit version under W10, both doesn’t works ☹

Best regards,  
AndyGFX

---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [March 4, 2016, 5:16pm UTC](https://discourse.mapeditor.org/t/crash-on-start-after-instalation/1152/2 "2016-03-04T17:16:53Z")

</div>

Since you say you upgraded, please let me know from which version you’ve upgraded and whether that previous version still works when you downgrade. This may help me figure out what could be going wrong here. Unfortunately those hex numbers don’t help me at all. Thanks!

Also, is this a crash on startup? In that case, could you try starting from the command line with `--disable-opengl`, just in case you may have activated that option?

---

<div class="post-metadata">

### Author: ![Ondrej\_Kollar](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/ondrej_kollar/32/1922_2.png) [@Ondrej\_Kollar](https://discourse.mapeditor.org/u/Ondrej_Kollar)
#### Post date: [March 4, 2016, 6:54pm UTC](https://discourse.mapeditor.org/t/crash-on-start-after-instalation/1152/3 "2016-03-04T18:54:00Z")

</div>

Hi,

previous vorking version was: 0.13.0 (10 August 2015)

With arg: --disable-opengl works very well.

Andy.

---

<div class="post-metadata">

### Author: ![Ondrej\_Kollar](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/ondrej_kollar/32/1922_2.png) [@Ondrej\_Kollar](https://discourse.mapeditor.org/u/Ondrej_Kollar)
#### Post date: [March 4, 2016, 7:25pm UTC](https://discourse.mapeditor.org/t/crash-on-start-after-instalation/1152/4 "2016-03-04T19:25:47Z")

</div>

Hi,

new info. When was Tiled executed with argument --disable-opengl, from this moment works very well without too.

Andy.

---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [March 4, 2016, 7:50pm UTC](https://discourse.mapeditor.org/t/crash-on-start-after-instalation/1152/5 "2016-03-04T19:50:13Z")

</div>

Alright, this is a known issue and it happens for so many people that I should probably disable OpenGL on Windows entirely. The `--disable-opengl` parameter was introduced as a way to get out of such a scenario, and disables OpenGL persistently until it is re-enabled in the settings.

[https://github.com/bjorn/tiled/issues/525](https://github.com/bjorn/tiled/issues/525)
