I have upgraded my php storm to 2018.2.5 x64 and after that my terminal is showing strange characters:
How to fix this issue?
That's a regression: https://youtrack.jetbrains.com/issue/IDEA-201957. Will be fixed in 2018.3 IDE version.
Related
My Arduino IDE (ver 1.8.12 on Win10) crashes when I launch it. Running the arduino_debug.exe I get this error message.
C:\Program Files (x86)\Arduino>arduino_debug.exe
Set log4j store directory C:\Users\volke\AppData\Local\Arduino15
Loading configuration...
Initializing packages...
java.lang.NullPointerException
at cc.arduino.contributions.packages.ContributionsIndexer.parseIndex(ContributionsIndexer.java:134)
at processing.app.BaseNoGui.initPackages(BaseNoGui.java:483)
at processing.app.Base.<init>(Base.java:273)
at processing.app.Base.main(Base.java:150)
C:\Program Files (x86)\Arduino>
Any solutions? I've tried to delete the config files package_index.json and package_esp32_index.json without any luck.
I've got the same issue - the nightly build seems to work
https://www.arduino.cc/download.php?f=/arduino-nightly-windows.zip
https://www.arduino.cc/en/Main/Software
I'm on Windows 10 having exactly this issue (same arduino_debug log).
I tried uninstalling Arduino IDE and then reinstalling it from executable installer; it worked fine until I opened the Board manager: the problem recurs.
After installing the beta version (arduino beta1.9-BUILD-119), I'm not having any problem.
Just use the latest Arduino IDE Beta Version. It is working now, ignoring that issue. I'm using the ESP8266 board and it's running okay.
The beta version 1.9 worked for me. https://www.arduino.cc/en/Main/Software
It also happens on Manjaro linux. In my case removing the folder .arduino15 solves the issue, but I have to remove it every time I open arduino IDE
rm -rf ~/.arduino15/
Win10 folder location:
%HOMEPATH%\AppData\Local
After installing 2019.3 on Windows as an upgrade from 2019.2, I am greeted with this message:
I reinstalled PyCharm from scratch, and am still hitting the same error. Any idea what could have gone wrong and how to fix it?
(As a work-around, uninstalling 2019.3 and reinstalling 2019.2.5 works.)
The problem is caused by the disabled YAML plugin. See the relevant ticket in the PyCharm's bug tracker https://youtrack.jetbrains.com/issue/PY-38866. Basically you need to re-enable the plugin.
Remove org.jetbrains.plugins.yaml from
macOS: ~/Library/Preferences/PyCharm2019.3/disabled_plugins.txt
Ubuntu: ~/.PyCharm2019.3/config/disabled_plugins.txt
Windows: C:\Users\<USER>\.PyCharm2019.3\config\disabled_plugins.txt
I am working with the following versions
IntelliJ IDEA 2019.2 (Community Edition)
Build #IC-192.5728.98, built on July 23, 2019
Runtime version: 11.0.3+12-b304.10 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.5
As soon as I upgraded my macos version to Mojave, from then onwards, I have started getting a weird error in Intellij which I did not face till now. When I press the shortcut (Cmd+ Shift + A) to open the Actions , a terminal is opened with the message
close ot: nothing appropriate
I tried the command man apropos and man makewhatis but it did not help. Can anyone please suggest me a way to fix this ? Thanks in advance !!!
After the macos update to Mojave, a new keyboard shrortcut was added. So going to Keyboard and disabling this shortcut helps resolve this issue. More information regarding the issue and the discussion can be found in this link
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003430700--Apropos-terminal-pops-up-when-typing-cmd-shift-A-to-get-actions-bar
P.S.: Sorry me and please be lenient with my English.
Since I Updated my PhpStorm, internal terminal stop works.
My terminal is not work now, just a gray screen:
My OS:
Ubuntu 16.04.2 LTS
I'd installed:
I try to remove all my local settings, then reinstalled it without any imported settings, but nothing changed.
at idea.log I found that: error.
How to decide it?
It had been solved. I don't know about what was reason of it.
But I had been upgrade all installed tools at my system. Then I try again fully "reinstall" (remove&download&extract&init) PHPStorm with deleting personal settings and plugins. And finally now it's work.
I just downloaded the newly released beta version of Android Studio. When trying to launch the application, nothing happens.
The following message is shown in the OS X Console:
"com.apple.launchd.peruser.501: (com.google.android.studio.58288[542]) Exited with code: 1"
I am running OS X Mavericks with Java 1.7.0_51 installed.
Any help to resolve this issue is much appreciated :)
I solved the problem by following the advice given here.
In /Applications/Android\ Studio.app/Contents/info.plist, expand JVMOptions and edit the value of JVMVersion to match whatever version of Java you are using. For some reason, mine was set to 1.6* even though I never had that version of Java installed. So, for Java version 1.8 one would edit the value to be 1.8*.