Can't run code from "play button" - IntelliJ IDEA Ultimate - macos

I cannot run my Code from the play button anymore, it just shows "nothing here" (see image below). If I try it using the button in the top right corner, it works just fine, but it's really annoying to switch the files which I want to run every single time.
I really did not change any settings, it just happened out of nowhere. I already tried finding solutions on multiple forums, but couldn't find any answers either. My lucky guess would be that it has something to do with the ide.properties file?
Has anyone experienced something like this before? I'm using IntelliJ IDEA Ultimate 2019.3 on MacOS Catalina.

Same problem with a collegue using MacOS Catalina. Downgraded from 2019.3.1 to 2019.3 using the toolbox fixed the problem. After upgrading again to 2019.3.1 (and invalidating caches) we still didn't have the problem anymore.
Not a real fix, but maybe it helps.

Related

Gnuplot Hanging Under Windows 10

I have installed Gnuplot on a new Windows laptop, with all of the Windows updates applied and I am finding that Gnuplot is working fine in interactive mode but when I pipe data to it the graphs plot but I can't interact with the graphs via the mouse becasue the window freezes and says "Not Responding".
Interestingly, I can continue to pipe data to Gnuplot and the graphs are all plotted correctly.
I've tried 5.2.8 and 5.4.1 and I do not have any problems with either, on my old laptop with all the same Windows updates.
I'm at a loss! and wondering if it is somehow related to Microsoft anti-virus, anti-malware etc. I've tried disabling all of these but makes no difference.
I'm hoping that someone here might be able to give me some suggestions to try.
Thanks very much, as always,
John
This is a known problem under Windows 10. As best as I can determine from the bug reports on the gnuplot issue tracker, the problem is specific to gnuplot 5.4 + Windows 10. One reporter suggests that reversion of commit 651af626 would fix the problem (at the cost of significant slowdown), but I have not seen confirmation of this by other testers. If you can build from source and confirm that fix it would be a great help.
See https://sourceforge.net/p/gnuplot/bugs/2412/

xCode 6.1.1 slow and keeps freezing

I'm having some trouble working with xCode. It just keeps hanging and using 100% CPU right after a couple lines of code. I'm working on a new project and it barely has two files and it has become completely imposible to work with.
I tried reinstalling xCode and starting my project from scratch but it won't work.
I noticed three things that may help someone find out what it's going on.
It's slow even when typing, the characters appear delayed on the screen.
It keeps saying indexing on the task bar on top. If I clean the project it will disappear but come back whenever I start working again.
It overheats as soon as I open xCode
And here's some other facts that might help
I'm running xCode 6.1.1 (build 6A2008a)
My Mac is a mid 2012 MacBook pro 8GB Ram
I did a fresh install of Yosemite a month after it was released, so it's pretty clean.
I'm using the latest build of Xampp for my SQL server
I'm using nodejs as a backend so I'm running an http with nodemon
Hope any of you has a solution to this.
Thanks and merry christmas to all of you.
EDIT
I found out that it will build just fine if I remove my conditional cast to NSInteger, NSString, Float, etc. I have like 8 of them one after the other, and just replacing as? for as did the trick. I'm curious as for why this is happening anyway though.
Similar problems on 6.1.1 (but also source kit crashes) were improved (but not completely resolved) for me by deleting derived data.

Webstorm 6.0 Cannot Type in Words, but Can Copy/Paste

If I Copy/Paste anything in the WebStorm, the Chrome can show the changes. That should mean the Live Edit can work, but I cannot type any single letter there. I totally got lost.
[update]
I have just updated the title. Sorry for the confustion. It is not the live edit problem, even not in the normal edit mode, I cannot type any words. I guess it may be the problem of the webstorm on windows 7. I have just tried to install it on XP. It works well. I will try Mac as well and update later.
[update]
Above issues were happened to webstorm 6.0.2a on windows 7.
I have just webstorm 6.0.2a on Mac. There was no problem. I unintalled webstorm 6.0.2a on Windows 7. Instead, I downloaded and installed webstorm 5.0.4. There is no problems as well, so it looks this is a standalone issue for webstorm 6.0.2a on windows 7.
Do you have angular.js plugin installed? If yes, please check if there is kotlin-runtime.jar in your ~.WebStorm6\config\plugins\angularjs-plugin\lib; if it's missing, please make sure to remove the angularjs plugin and reinstall it from the repository
live edit is not stable at this time
it sometimes jump to wrong tab
try to restart webstrom to see if it works
I was also faced same issue on Windows 7 (Not able to write anything on WebStorm_7.0.3).
I have uninstalled the existing AngularJS plugin and reinstall it and it works fine.

How to solve Xcode's crash?

I have tried uninstalling and reinstalling Xcode so it should behave normally but it keep open up with my last project and crash. No matter how many times i uninstall and reinstall. Is there a fix for this?? Please help i need to get this thing fix soon.
At the time of crash it says internal logic error. I read somewhere that i should restart my system after installing the new Xcode of it will crash again but as it gets installed it reopen automatically.
Thanks,
This might not be the optimal solution but I have talked to other people who have had problems like this and the solution they ended up doing was to create a new user on the Macintosh where they were having trouble and then Xcode worked perfectly fine.
Try that and see if you have any good luck.
I suspect there's some cached settings that aren't being cleared out with uninstalls & reinstalls.

Upgrading project to Xcode 3.2 under Snow Leopard won't debug

I have an Xcode project that has been upgraded to Xcode 3.2, and whilst it builds fine (and produces an executable that runs fine), when I try to debug it the debugger doesn't start.
When I look in the debugging window, it says that the build was fine. When I look in the console, I get a 'Session started ', but the application never begins.
I've had a wander through the build settings, and can't see anything that appears to be turned off when it should be turned on. I thought it may be a new setting that I need to turn on, but I can't see anything of interest that may help.
Any advice would be grateful accepted!
Cheers and thanks.
Have you tried a full Clean of the project?
I was having the same problem and just discovered that my app launches on the iPhone correctly when I've started Xcode from the finder, but not when I've launched Xcode from my shell. For example, I start Xcode by typing "open project.xcodeproj" into my bash terminal, and device debugging is broken, but if I start Xcode via spotlight or by double-clicking on my project, or from the Applications folder, device debugging works fine. I'm not certain, but it appears to be a problem with my shell environment variables.
Thanks to Rob for the advice. I tried rebuilding everything a couple of times and still to no avail.
However, after turning on my machine this morning, trying the project out it now debugs quite happily. I'm guessing that after installing Xcode I should have rebooted the machine (it didn't require one according to the installer).
Thanks all.

Resources