- This topic has 1 reply, 2 voices, and was last updated 13 years, 11 months ago by support-swapna.
-
AuthorPosts
-
jmaiselMemberHi!
I’m using myeclipse 8.6 on Ubuntu 10.04 (i7 processor if it matters). Occasionally myeclipse would crash when I selected a method from autocomplete, however I was able to overcome it by creating a new workspace then importing my existing projects into it. Once in a while it would happen again, rinse lather repeat.
However now I’m totally unable to write any code! When the autocomplete box comes up and I close out the method parens, myeclipse crashes. Everytime. I have tried bumping the ram, and everything else I could think of.
I’ve checked the .log, and there’s nothing in there that seems suspicious. The only trace I can it is when I run myeclipse directly from a prompt:
[joe@joe-laptop /home/joe/Genuitec/MyEclipse-8.6 ]$ ./myeclipse Architecture: Linux/amd64 Redirecting System.out and System.err to /home/joe/Genuitec/Common/logs/installer-console.log The program 'MyEclipse Enterprise Workbench' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid Picture parameter)'. (Details: serial 52116 error_code 176 request_code 155 minor_code 7) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)
Any help greatly appreciated, as this is completely destroying my ability to work.
Thanks,
Joe
support-swapnaModeratorjmaisel,
Can you please answer some questions for me?
1. Can you paste the Build Id here? You can fetch it from Help > MyEclipse Enterprise Work Bench.
2. I assume its crashing out only when you try to work with autocomplete. Right?
3. How did you install the MyEclipse 8.6 ? Did you use the All-in-one installer ? or through Pulse?
4. Go to Help > MyEclipse Configuration Center > Dashboard. Check if there are any updates available. If yes then apply them. Restart the MyEclipse when it prompts.
5. Can you start MyEclipse with -clean option and check if the issue persists?
Here is the tutorial on how to go about it: https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
6. Can you switch to a new workspace, create a sample project with minimum files and try to replicate the issue.Let us know how it works for you.
-
AuthorPosts