Summary: | Qt6Gui.dll not found | ||
---|---|---|---|
Product: | [Applications] kdiff3 | Reporter: | Jan Klass <jan.klass> |
Component: | application | Assignee: | michael <reeves.87> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | compel_kelp759 |
Priority: | NOR | ||
Version First Reported In: | 1.12.1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Jan Klass
2025-03-03 09:54:50 UTC
I have the same issue with my environment. I installed kdiff3-1.12.1-windows-x86_64-sideload.appx, and it is working fine, but I prefer winget to install kdiff3, also obviously non-sideloaded kdiff3-1.12.1-windows-x86_64.exe is smaller. Out of curiosity does upgrading to 1.12.1 work as expected I ask this because it sounds a packaging error going push 1.12.2 as 1.12.1 has a merge bug that prevents actually saving if there is an encoding error. For UTF-* you likely won't trigger trigger this as these codecs have a built-in replacement character defined so they don't flag an error for encoding issues. Tarballs for 1.12.2 uploaded https://phabricator.kde.org/T17977 (In reply to michael from comment #2) > Out of curiosity does upgrading to 1.12.1 work as expected I ask this > because it sounds a packaging error going push 1.12.2 as 1.12.1 has a merge > bug that prevents actually saving if there is an encoding error. For UTF-* > you likely won't trigger trigger this as these codecs have a built-in > replacement character defined so they don't flag an error for encoding > issues. I had no problem when I installed 1.12.1. note that it was "Just for me" installation. I uninstall and install 1.12.1 again, now it works. one thing I noticed is the installation path. in my setup, I had "%LOCALAPPDATA%\KDiff3\bin" instead of "%LOCALAPPDATA%\Programs\KDiff3\bin" in %PATH%. I don't remember, but probably an old installer used %LOCALAPPDATA%\KDiff3 as the defualt folder for "Just for me", and recent ones use "%LOCALAPPDATA%\Programs\KDiff3\bin". Looks like the path change is the reason the kdiff3 installer uses the default install path supplied by underling tooling. Unfortunately that means it can change unexpectedly. This sometimes confuses windows after an upgrade. |