Running Aptana Studio 3, build: 3.2.2.201208201020 on windows.
When I try to team/update to HEAD/ it crashes and close. When I come back to svn, it is locked, and I need to clean/refresh, but it will crash again.
here is the paste of the hs_err_pid.__.log file: http://pastebin.com/aiuN6DMU
thank you
Related
Seemingly out of absolutely nowhere and for no apparent reason I’m getting this error in the Visual Studio Code output when trying to debug run iOS:
Error: Error while executing command
'/Users/blaa/node_modules/.bin/react-native run-ios --scheme Play-Dev
--no-packager --verbose': Error while executing command '/Users/blaa/blaa/node_modules/.bin/react-native run-ios --scheme
Play-Dev --no-packager --verbose' (error code 101)
This worked fine yesterday. It’s working if I switch to my develop branch, just not when I’m on my feature branch. Another developer can currently successfully VSC debug both branches.
Things I’ve tried:
Nuked yarnopods 10-20X
Nuked all yarnopod lock files 1X
Deleted Derived Data 2X
Mac Restart
VSC Restart 5-10X
Switch the VSC terminal to bash not zsh
Nuked sim 3X
$ yarn cache clean
$ echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - that old chestnut
Apologized to the old Gods and the new for anything bad I ever said about Xcode
Branch switch back to develop - nuked yarnopods - VSC debugging IS working
Branch switch back to feature branch - nuked yarnopods - VSC debugging NOT WORKING with mystery error 0
Debugging using Xcode and React Native Debugger is working, although breakpoints stopped working a few months ago in RNDB, so that’s pretty much useless.
FIXED. Deleted the entire local repo. Cloned fresh from origin. Added the launch.json file again.
I was getting similar errors and found this fix:
If there are Flutter (and Dart) extensions in Visual Studio Code uninstall them.
Close Visual Studio Code, delete the .vscode folder and open Visual Studio Code again.
Configure the "Run and debug" panel again so you can run the app.
I killed an "idea" process in terminal after Intellij had frozen. The idea.sh script was missing after I killed the process (I ran a find command and checked other directories & the trash but no luck). I have since copied my friends "idea.sh" script into its former location. Now when I run ./idea.sh I get:
"Error: Could not find or load main class com.intellij.idea.Main".
I have tried searching for this class as well but got no results. Google has no info and I'm not very informed on Intellij.
Any hints on what I might need to do to avoid reinstalling Intellij?
I had the same issue after updating the android studio. I was not able to launch it from click on Android Studio icon and after running ./studio.sh it was giving me the same error
I do this to solve my issue
I downloaded the studio and install it in the new directory.
After installation success, copy all the files & folders and paste and replace it into the old location where the studio was installed.
And it is working fine.
I used Eclipse PDT for a while now on my Windows 7 and was working fine, but couple of months ago it stopped working for some reason. When I run it, it displays the Eclipse Logo popup for a brief second and then crashes and disapears. What can cause this and how to mend it? I tried deleting it, and re-unzipping, no use - same happens. I tried deleting just the workspace, no use - same happens. I tried deleting .eclipse in my user directory, doesn't work either.
That can happen if you have corrupted your workspace files somehow. Remove the workspace folder temporary and see if that fixes your problem.
Vladimir Despotovic found the solution:
I have solved this by uninstall Java completely (JRE and JDK -
whatever you have on your computer). Uninstall all Java and reinstall
it. Start Eclipse again. This solved it for me.
I have just started working with Swish after buying my new imac and i am working on play ground. for last 2 days i am banging my head with wall but i could not fix this problem.
When ever i am writing few lines of code, Xcode hangs and mouse turns into small colored circle when you hoverover on the xcode window. I have to quit by force every time when xcode hangs.
I tried all possible option which i could find on stackoverflow;
I draged xcode from application to trash bin, cleaned trash bin, restarted the imac, downloaded xcode from app store installed it.
when i opened xcode after installation, it opened all my files automatically and problem was still there.
Then i followed this solution How to uninstall Xcode 5.0.2 from MAC 10.9 and removed all xcode related files by using appCleaner. It cleaned all files and folder. I restarted my system and installed xcode again :( and problem is still there.
I tried to uninstall xcode with sudo /Developer/Library/uninstall-devtools --mode=all but it does not work, terminal says
sudo: /Developer/Library/uninstall-devtools: command not found
I could see that there is something wrong with this run time compiler.
and yes i downloaded and installed the xcode 6.4 beta version and problem still there.
Can any one turn my face from :( -> :)
Here is a solution which #user3344236 provids. If someone has same problem use this trick. Create an empty project and then add playgrounds file in it. It would not crash or Xcode would not hang.
Playground is in early stages and there is something fishy with "standalone" playground, If you create swift file with File->New->PlayGround, there is high chances that Xcode will hang and you can have same problem what i had for 2 days.
A little late, but I have run into similar problems with the latest XCode (7.2) on Yoesmite. This is espcially annoying when you are, for example, writing up a long tutorial in the editor and risk losing content because of a Force Quit situation.
The simplest workaround I have found, especially when I am initially entering all the text and code (and hence really don't want it continuously trying to execute) is to insert the following at the top of each new file - removing it when I am ready to autorun the code.
don't execute
It can be any text, as long as it doesn't parse. The playground environment won't try to run while there is a syntax error in the file. But you still get all the context-sensitive help and auto-completion magic to aid in your writing.
I just installed the Xcode 4/iOS SDK 4.3 bundle from the apple dev center. I renamed /Developer to /Developer3 before installing. Anyway, after opening up my 3.x xcode project I wanted to change the target, so I clicked on the project at the top of the left hand side tree, and I got an "Internal Error." (Details, Continue or Crash). So I clicked "Details" and saw:
UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[NSCFDictionary lastObject]: unrecognized selector sent to instance 0x20102ada0
UserInfo: (null)
Hints: None
Earlier I also tried going to "Edit Scheme..." but it just sat there and didn't do anything, like I never clicked the menu item.
Has anyone else seen this or know of a workaround?
Thanks.
Update:
So, I uninstalled Xcode 4.0/iOS 4.3 using the uninstall script, then renamed my old Developer3 folder back to Developer and ran that uninstall script... rebooted, re-installed Xcode 4.0/iOS 4.3 and rebooted again, and still am getting the crash. I think it must be something in the project's .plist that I'm trying to open, since I can actually open the project editor with other projects. Hmm.
Fixed:
I had my Info.plist file in my Resources/ directory, so I moved it to the root project folder, and renamed it to AppName-Info.plist and tweaked some stuff in there... for example, hardcoded the Bundle identifier, deleted the old reference to Info.plist in my project file and added the new AppName-Info.plist one. Then, the next time I opened the project, the project editor worked fine. Hopefully that will help someone else in the same boat.