-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
DiffMerge command line tool crashes with wxWidget stacktrace #13935
Comments
Closing as duplicate of #11056. |
Note. My issue is a bug on a crash that is introduced by an installation by cask that would not normally occur in the originally product's installer. You closed this issue as a duplicate of an enhancement request. |
That's a fair point. I believe the label for that issue has been changed accordingly. Have you tried just clicking "Cancel" when that error dialog shows up? I've been coping with this error for months, and it has never had any actual impact on the performance of the app. |
The app runs, except when called from the command line and used with tools like git diff. As apart of our engineering process where I work, they use diffmerge with git. I cannot recommend installing that particular tool with cask (other tools I've tried work fine, and Java is working better now). curl -O http://download-us.sourcegear.com/DiffMerge/4.2.0/DiffMerge.4.2.0.697.intel.stable.pkg
sudo installer -pkg ~/Downloads/DiffMerge.4.2.0.697.intel.stable.pkg -target / |
SUMMARY: Installing diffmege with cask yields crashing program when typing
diffmerge
from the command line.ACTUAL RESULTS: Install diffmerge (
brew cask install diffmerge
) and typediffmerge
from the console:In the graphical application, a dialog titled wxWidgets Debug Alert pops up and states:
EXPECTED RESULTS: Well, no crash. After uninstalling with cask, and installing from the package,
DiffMerge.4.2.0.697.intel.stable.pkg
, I do not have the same user experience. Typingdiffmerge
from the command line doesn't crash.The text was updated successfully, but these errors were encountered: