Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: kdiff3 version 1.11.0 fails at first when started from command line #13303

Open
3 tasks done
Taar2 opened this issue May 16, 2024 · 7 comments
Open
3 tasks done
Labels
bug upstream Waiting for upstream (the developers of the software) to fix the problem

Comments

@Taar2
Copy link

Taar2 commented May 16, 2024

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues/PRs to ensure it has not already been reported or fixed.
  • I have verified that I am using the latest version of Scoop and corresponding bucket.

Package Name

kdiff3

Expected/Current Behaviour

When I call kdiff3 (version 1.11.0 obtained from extras) from the command line like:
kdiff3 file1 file2
I expect kdiff3 to open the GUI and then immediately open the two files and then display them in its left and right tabs.

What I get instead is that kdiff3 opens the GUI then fails to open the files at first, showing two dialogs

Then after I close the dialogs, kdiff3 manages to open the files correctly.

When I replace manually the contents of the scoop 1.11.0 directory with that from version 1.10.7, everything works correctly.

Note that the bundle from version 1.11.0 obtained directly from kdiff3 (not going through scoop) has the same buggy behaviour

Steps to Reproduce

scoop install extras/kdiff3

kdiff3 file1.txt file.txt

Possible Solution

See above. Maybe rollback to v10.7.0 until the problem is solved on the kdiff3 side?

Scoop and Buckets Version

PS> scoop --version                                                                   
Current Scoop version:                                                                            
d337bb1f (HEAD -> master, tag: v0.4.2, origin/master, origin/HEAD) chore(release): Bump to version
 0.4.2 (#5964)                                                                                    
                                                                                                  
'main' bucket:                                                                                    
561954d4d (HEAD -> master, origin/master, origin/HEAD) slang: Update to version 2024.1.16         
                                                                                                  
'extras' bucket:                                                                                  
6469c6ff0 (HEAD -> master, origin/master, origin/HEAD) sidekick-browser: Update to version 120.58.
1.38488-aa4b5ae

Scoop Config

PS> scoop config                                                                
                                                                                            
last_update                       scoop_repo                              scoop_branch      
-----------                       ----------                              ------------      
2024-05-16T13:58:18.1391895+02:00 https://github.com/ScoopInstaller/Scoop master

PowerShell Version

PS> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.19041.4291
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.4291
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Additional Softwares

No response

@Taar2 Taar2 added the bug label May 16, 2024
@aliesbelik aliesbelik added the upstream Waiting for upstream (the developers of the software) to fix the problem label May 16, 2024
@aliesbelik
Copy link
Collaborator

May relate to https://bugs.kde.org/show_bug.cgi?id=486782.

@Taar2
Copy link
Author

Taar2 commented May 16, 2024

Yes, those are the same symptoms exactly. Meanwhile, shouldn't someone rollback the manifest to @1.10.7?

This is the base url: https://download.kde.org/stable/kdiff3/kdiff3-1.10.7-windows-x86_64.exe

I can't think I'm the only one experiencing this.

@aliesbelik
Copy link
Collaborator

Not sure that pinning manifest to previous version is a good idea since it's only possible via removing checkver/autoupdate sections (otherwise it will be updated automatically again).

I've changed autoupdate template (76a0cff) so that autogeneration for old versions will work, i.e. you could install previous version via:

scoop install [email protected]

Alternativelly you could switch to previous version via scoop reset:

scoop reset [email protected]

@lucaskoliveira
Copy link

I'm getting the same behavior running 1.11 on windows 11.

@aliesbelik
Copy link
Collaborator

Please recheck with 1.11.1.

@lucaskoliveira
Copy link

Same error.

@Taar2
Copy link
Author

Taar2 commented May 23, 2024

I got a different error with @1.11.1 on Windows 10: wrong entry point into ...\scoop\apps\kdiff3\current\bin\KF6XmlGui.dll. [email protected] doesn't even start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug upstream Waiting for upstream (the developers of the software) to fix the problem
Projects
None yet
Development

No branches or pull requests

3 participants