# Anki 2.1.49 Fatal error when opening a familiar deck

**URL:** https://forums.ankiweb.net/t/anki-2-1-49-fatal-error-when-opening-a-familiar-deck/18681
**Category:** Help
**Created:** [March 29, 2022, 8:53am UTC](https://forums.ankiweb.net/t/anki-2-1-49-fatal-error-when-opening-a-familiar-deck/18681 "2022-03-29T08:53:59Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![dae](https://sea2.discourse-cdn.com/flex002/user_avatar/forums.ankiweb.net/dae/32/65_2.png) [@dae](https://forums.ankiweb.net/u/dae)
#### Post date: [March 30, 2022, 4:13am UTC](https://forums.ankiweb.net/t/anki-2-1-49-fatal-error-when-opening-a-familiar-deck/18681/3 "2022-03-30T04:13:55Z")

</div>

You have notes in that deck with creation times 50,000 years in the future. A third-party add-on or tool is likely to blame for this - if you know which, please let them know so they can fix the issue.

You should be able to resolve it with the following in the debug console:

```auto
from anki.utils import intTime
mw.col.db.execute("update notes set mod = ? where mod > ?", intTime(), intTime())
mw.col.modSchema(False)

```

[https://docs.ankiweb.net/misc.html#debug-console](https://docs.ankiweb.net/misc.html#debug-console)

---

_[View the full topic](https://forums.ankiweb.net/t/anki-2-1-49-fatal-error-when-opening-a-familiar-deck/18681)._
