MacOS IDEA can not open the error NSInternalInconsistencyException

1. Phenomenon

When I wanted to code today, I opened IDEA and found an error, unable to run, and reported the following error:
Please add a picture description
I forgot how to read it, maybe it was a report? ?
You can see the specific error message, which is probably similar to this
insert image description here

2. Solutions

By Ferry, found the solution as follows:
Open /Users/{USER_NAME}/Library/LaunchAgents/jetbrains.vmoptions.plistthe file.
Just delete the content in the red box.
insert image description here
The modified file content
insert image description here
Re-open IDEA, IDEA opens normally, but! ! ! !
IDEA becomes inactive! ! ! ! !
Dead memories are attacking me! !
It turned out that because of the IDEA activation tool, the file was sorted out two days ago and the activation tool was changed to the directory.
Just reactivate it, or you can put the activation tool back to its original location without modifying the plist file.

3. References

1. macOS Pycharm opens and reports NSInternalInconsistencyException
2. Remember the solution to the problem of not being able to open after upgrading the professional version of pycharm once

Guess you like

Origin blog.csdn.net/sdujava2011/article/details/129993683