https://bugs.kde.org/show_bug.cgi?id=447449
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |al...@alvinhc.com --- Comment #1 from Alvin Wong <al...@alvinhc.com> --- Are you using Windows 8.1? If so, try installing UCRT: https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c Technical information: This may be due to `dbghelp.dll` and `dbgcore.dll` used by DrMingw. We failed to ship `dbgcore.dll` until after beta 5 which would explain why this didn't happen for previous betas... Though one of the references I can find https://monorail-prod.appspot.com/p/chromium/issues/detail?id=1021650 seems to indicate that this is only an issue with Windows 7 and with the debugging DLLs from 10.0.18362, while the ones we ship are from 10.0.19041. Another source https://stackoverflow.com/questions/65858706/the-program-cant-start-because-api-ms-win-downlevel-kernel32-l2-1-0-dll-is-miss mentions installing update https://www.catalog.update.microsoft.com/Search.aspx?q=KB4507456, which is also for Windows 7. Mind that we technically don't support Windows 7 any more. (DrMingw is technically not required so Krita can still function when loading of it fails, however you won't get a backtrace when there is a crash, so its not recommended to run Krita without it.) -- You are receiving this mail because: You are watching all bug changes.