Hi all,
I can’t get any version of anki to run on my computer, first I tried the other threads about this error but nothing worked so I’ve been trying lots of stuff with claude as it has a pretty good track record for fixing my tech issues (opus 4.6). I don’t like just outsourcing my writing to AI but frankly I have no idea what is going on so I just asked claude to tell me what it suggested and what i did and how it went across our chat, my mobile anki works great so my ankiweb is all good. Any help is appreciated
Specs: Surface Laptop Studio (5-6 years old), Windows 11 Pro (build 26200.8457), 11th gen Intel i5-11300H @ 3.10GHz with Intel Iris Xe graphics, DirectX 12, latest Intel driver (31.0.101.7085), single monitor.
Everything I’ve tried, in order, and what I got:
1. Launcher (latest version), “Latest Anki”:
Checking for updates...
Unable to check for Anki versions. Please check your internet connection.
Error: Failed to run (-1073741795): C:\Users\Hubba\AppData\Local\Programs\Anki\uv.exe run --no-project --no-config --managed-python --with pip-system-certs,requests[socks] --python 3.13.5 C:\Users\Hubba\AppData\Local\Programs\Anki\versions.py:
(-1073741795 = 0xC000001D, illegal instruction. My internet is fine.)
2. Tried to launch anki.exe directly with GPU disabled:
set ANKI_WEBSCALE=1
set QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu
"C:\Users\Hubba\AppData\Local\Programs\Anki\anki.exe"
-> '"...anki.exe"' is not recognized as an internal or external command
3. Installed 2.1.55. It opens fine, but when I try to log into AnkiWeb, it crashes with a dialog that flashes and disappears before I can read it. Then on next launch:
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, ...).
This is most likely caused by not having the necessary graphics drivers installed.
Install a driver providing OpenGL 2.0 or higher, or ... ANGLE OpenGL ES 2.0 emulation libraries (libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll) ...
4. On 2.1.55, set video driver to ANGLE → didn’t work, same OpenGL error.
5. On 2.1.55, set video driver to software via:
echo software > "%APPDATA%\Anki2\gldriver6"
-> same OpenGL error, then: Error loading 'software' graphics driver. Please start Anki again to try next driver.
6. Updated Intel Iris driver to latest (31.0.101.7085), rebooted, retried 2.1.55 → same OpenGL error from the start.
7. Ran dxdiag → prompted about a problem accessing videocapture / Media Foundation last time (I skipped it); otherwise reports the specs above, DirectX 12.
8. Tried installing latest version again (25.09) via the official site → back to the exact same launcher error as step 1:
Error: Failed to run (-1073741795): ...uv.exe run ... --python 3.13.5 ...versions.py:
9. Cleared UV_ environment variables, enabled the launcher download mirror (option 7)* → same launcher error.
10. Installed 2.1.49-qt6. Installs and launches, but throws the same OpenGL context error on startup (screenshot attached).
11. On 2.1.49, cycled through all video drivers (OpenGL, ANGLE, Software) via Preferences and by editing the gldriver files → all give the same OpenGL error, including Software.
12. Checked the profile folder dir "%APPDATA%\Anki2" → confirms a normal profile (addons21, prefs21.db, gldriver = 4 bytes, gldriver5 = 11 bytes, gldriver6 = 11 bytes, User 1, README.txt). So the driver files are in the right place and being read.
13. Rewrote the gldriver files with no trailing newline (8 bytes instead of 11) in case the CRLF was breaking it:
<nul set /p="software" > "%APPDATA%\Anki2\gldriver6"
-> same OpenGL error.
14. Tried forcing software rendering at the Qt level:
set QT_OPENGL=software
set QT_QPA_PLATFORM=windows
"%LOCALAPPDATA%\Programs\Anki\anki.exe"
-> '"C:\Users\Hubba\AppData\Local\Programs\Anki\anki.exe"' is not recognized as an internal or external command
dir /s /b "%LOCALAPPDATA%\Programs\Anki\anki.exe"
-> File Not Found
So: every current launcher build crashes with the uv.exe 0xC000001D error before it can install, and the older versions that do install (2.1.55, 2.1.49) all fail to create an OpenGL context on every video driver, including software mode.