- Android Studio 3.0.1 — Unable to save settings: Failed to save settings. Please restart Android Studio
- «Unable to save settings. Please restart PhpStorm» #1543
- Comments
- prgTW commented Oct 3, 2020 •
- Machine
- Screen
- dbalabka commented Oct 4, 2020
- prgTW commented Oct 5, 2020
- computerundsound commented Oct 13, 2020
- discordier commented Oct 13, 2020
- elkuku commented Oct 14, 2020
- jensschulze commented Oct 15, 2020
- dbalabka commented Oct 15, 2020
- dbalabka commented Oct 15, 2020
- Blog404DE commented Oct 15, 2020
- mattsches commented Oct 16, 2020
- Unable to save settings: Failed to save settings. Please restart PyCharm #974
- Comments
- RomHartmann commented Jan 30, 2017
- matklad commented Jan 30, 2017
- RomHartmann commented Jan 30, 2017
- matklad commented Jan 30, 2017
- RomHartmann commented Jan 30, 2017
- RomHartmann commented Jan 30, 2017
- matklad commented Jan 30, 2017 •
Android Studio 3.0.1 — Unable to save settings: Failed to save settings. Please restart Android Studio
I know this a duplicated question but i didn’t find any answer validated for the problem .
I made the all the solutions in this question: Android Studio 3.0 — Unable to save settings: Failed to save settings. Please restart Android Studio but what if my project wasn’t a local project and is a remote project on Git .
every time i pull the master from git , this problem is showed up .
the problem was also in Version 3.0 even after updating the Studio my version of Android Studio is 3.0.1
This wasn’t easy as the error doesn’t look like others in the questions i mentioned above .
First
if your message error has word plugins in it you should see these answers Here and these answers Here helps too .
In My Case
the error is found if i tried to Revert Font File in the project we worked on as the message appears every time i launched Android Studio. I work remotely with others on GIT . So this is a a change in the master i pulled and every change i make in my branch wouldn’t save.
I don’t know if this rule is important if you work with git but i finally didn’t make Revert to the file so the error message didn’t show again and in the next launch of Android Studio the Revert message didn’t show
Collected from the Internet
Please contact [email protected] to delete if infringement.
Источник
«Unable to save settings. Please restart PhpStorm» #1543
Comments
prgTW commented Oct 3, 2020 •
Machine
PhpStorm 2020.3 EAP
Build #PS-203.4203.36, built on October 1, 2020
PhpStorm EAP User
Expiration date: October 31, 2020
Runtime version: 11.0.8+10-b1098.1 x86_x64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Symfony plugin version: 0.21.202
macOS Catalina 10.15.7
Screen
The text was updated successfully, but these errors were encountered:
dbalabka commented Oct 4, 2020
prgTW commented Oct 5, 2020
Eugene Morozov commented 2 hours ago
Yep, it seems to be caused by the plugin.
computerundsound commented Oct 13, 2020
It seems that sometimes (sometimes: not all machines, not all PHPStorm versions) the plugin trys to create a file on c:/symfony2.xml (
But it is not allowed to create a file in the root of drive c (system-drive)
Maybe the Problem in my case is, that my Name is «Jörg» — with an german ö
And so the hole path is lost => it will create a file on root c:/
discordier commented Oct 13, 2020
Maybe the Problem in my case is, that my Name is «Jörg» — with an german ö
I don’t think so, Linux user here and it tries to create /symfony2.xml which is not working.
My path is plain simple /home/user/development/customers/customername/projectname without any special characters.
Therefore I think we can rule UTF-8 problems out.
elkuku commented Oct 14, 2020
yes well. same here 🙁
jensschulze commented Oct 15, 2020
dbalabka commented Oct 15, 2020
Here is documentation part about Storage annotation
dbalabka commented Oct 15, 2020
I assume that fix is simply removing slash.
Blog404DE commented Oct 15, 2020
i’ve compiled it and your patch seems to work. 👍
mattsches commented Oct 16, 2020
Can confirm the issue’s gone with @jensschulze ‘s patch in the latest PhpStorm 2020.3 EAP Build #PS-203.4818.52
Источник
Unable to save settings: Failed to save settings. Please restart PyCharm #974
Comments
RomHartmann commented Jan 30, 2017
Almost identical to #297, and also here on SO
My idea.log:
Started from fresh, then reapplied the same settings I always have to (but with many INFOs removed):
The text was updated successfully, but these errors were encountered:
matklad commented Jan 30, 2017
Hm, do you have the Rust language plugin installed? It’s not listed in the «Loaded custom plugins».
RomHartmann commented Jan 30, 2017
Nope. I don’t use Rust.
matklad commented Jan 30, 2017
This is the issue tracker for the Rust plugin (btw, check the Rust out, it’s an awesome language 🙂 ). Given the stack trace, I think the problem is caused by the Markdown plugin. Could you open the issue on the PyCharm issue tracker https://youtrack.jetbrains.com/issues/PY ?
RomHartmann commented Jan 30, 2017
Oh, my bad! I just followed a trail here from the similar issue I linked. Apologies, and thanks for your time
RomHartmann commented Jan 30, 2017
Ha! You were right! Uninstalled it and it went away. Thanks!
matklad commented Jan 30, 2017 •
Glad to hear that!
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Источник