groboclown / p4ic4idea

Perforce IDEA Community VCS Integration
Apache License 2.0
32 stars 11 forks source link

Plugin not working after update to CE 2018.3 #183

Open dvilaverde opened 5 years ago

dvilaverde commented 5 years ago

After updating to CE 2018.3 the plugin no longer works. I get popup saying "Check Connection" with the following message:

Problem with Perforce configuration: com.intellij.credentialStore.CredentialStoreFactory.create()Lcom/intellij/ide/passwordSafe/PasswordStorage; Do you want to open the project settings to fix it? Selecting "No" will cause you to work offline.

My version details are:

IntelliJ IDEA 2018.3 (Community Edition) Build #IC-183.4284.148, built on November 21, 2018 JRE: 1.8.0_152-release-1343-b15 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.13.6

groboclown commented 5 years ago

Thanks for reporting the issue. Looks like the 18.3 release removed the old credential store API.

The soon-to-be-beta version of the plugin (https://github.com/groboclown/p4ic4idea/releases) should work with 18.3.

dvilaverde commented 5 years ago

Thanks for confirming. I'm already running that alpha version and that is now working. Will keep an eye out for the official release.