Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem with IDE 4.5 appearance and functionality : (19 Items)
   
Problem with IDE 4.5 appearance and functionality  
I was surprised that I'm the only who have such problem. 
After first start of IDE 4.5 it looks fine. But if i try to enter a new SVN repository location I see that something 
wrong with the window: the authentification group box is empty (see screenshot). Then I try to import existing project, 
right click on project explorer -> import. Then I click one of the fields, but all of them not responding. I think that 
there're more problems, wich I haven't found. 
I have 64 bit Win Vista on 2*AMD Opteron 2.6 GHz, 4 Gb memory.
Do anyone knows what's wrong?
Attachment: Image momentics_bug.jpg 46.04 KB
Re: Problem with IDE 4.5 appearance and functionality  
We have several 64 bit users reported different problems. Out IDE 
bundled an Eclipse 32 bit version which is not meant to be used on a 64 
bit platform although some 64 bit users are using it without problem.

Do you have a 32 bit host and can you try again?

Mihail Sirotenko wrote:
> I was surprised that I'm the only who have such problem. 
> After first start of IDE 4.5 it looks fine. But if i try to enter a new SVN repository location I see that something 
wrong with the window: the authentification group box is empty (see screenshot). Then I try to import existing project, 
right click on project explorer -> import. Then I click one of the fields, but all of them not responding. I think that 
there're more problems, wich I haven't found. 
> I have 64 bit Win Vista on 2*AMD Opteron 2.6 GHz, 4 Gb memory.
> Do anyone knows what's wrong?
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post25207
>   
>
> ------------------------------------------------------------------------
>

Re: Problem with IDE 4.5 appearance and functionality  
Thanks for your reply.
Yes, on 32-bit everything is ok. But I still want to make it work under my OS.
There was another experience on my colleague PC, wich is also under Vista 64. First he installed IDE 4.5, and everythig 
was ok, than he installed the mind mapping software Personal Brain. After that the problem as I described appeared. The 
essential thing is that the Personal Brain updating Java VM. Then he uninstalled Personal Brain and all started to work 
fine again. But than he installed 64 bit Matlab, which is also uses Java, and again the same problems. 
That's why I think that the problem with Java, but I don't know what exactly the problem is.
Re: Problem with IDE 4.5 appearance and functionality  
The addon softwares may have modified the PATH environment variable and 
added their updated Java VM to the path. You can force Eclipse to use 
its own Java VM by using the command option "-vm".
Open a Windows command prompt, run this command:

<IDE_INSTALL_DIR>\qde.exe -vm <IDE_INSTALL_DIR>\jre

replace the <IDE_INSTALL_DIR> with the actual directory where you 
install the IDE.

Mihail Sirotenko wrote:
> Thanks for your reply.
> Yes, on 32-bit everything is ok. But I still want to make it work under my OS.
> There was another experience on my colleague PC, wich is also under Vista 64. First he installed IDE 4.5, and 
everythig was ok, than he installed the mind mapping software Personal Brain. After that the problem as I described 
appeared. The essential thing is that the Personal Brain updating Java VM. Then he uninstalled Personal Brain and all 
started to work fine again. But than he installed 64 bit Matlab, which is also uses Java, and again the same problems. 
> That's why I think that the problem with Java, but I don't know what exactly the problem is.
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post25211
>
>   
Re: Problem with IDE 4.5 appearance and functionality  
Hi, Andy, Mihail,

An alternative to updating your shortcut is to add the command-line
parameters to the qde.ini file.  Add, above the "-vmargs" line (that is
important), each argument on a separate line:

  -vm
  <IDE_INSTALL_DIR>\jre\bin\javaw.exe

In either case, the path needs to include the Java executable, not just
the JRE home folder.

Cheers,

Christian


On Wed, 2009-03-25 at 13:47 -0400, Andy Jin wrote:

> The addon softwares may have modified the PATH environment variable and 
> added their updated Java VM to the path. You can force Eclipse to use 
> its own Java VM by using the command option "-vm".
> Open a Windows command prompt, run this command:
> 
> <IDE_INSTALL_DIR>\qde.exe -vm <IDE_INSTALL_DIR>\jre
> 
> replace the <IDE_INSTALL_DIR> with the actual directory where you 
> install the IDE.
> 
> Mihail Sirotenko wrote:
> > Thanks for your reply.
> > Yes, on 32-bit everything is ok. But I still want to make it work under my OS.
> > There was another experience on my colleague PC, wich is also under Vista 64. First he installed IDE 4.5, and 
everythig was ok, than he installed the mind mapping software Personal Brain. After that the problem as I described 
appeared. The essential thing is that the Personal Brain updating Java VM. Then he uninstalled Personal Brain and all 
started to work fine again. But than he installed 64 bit Matlab, which is also uses Java, and again the same problems. 
> > That's why I think that the problem with Java, but I don't know what exactly the problem is.
> >
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post25211
> >
> >   
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post25217
> 


________________________________________________________________________

Christian W. Damus
Software Developer, IDE Team
QNX Software Systems
Re: Problem with IDE 4.5 appearance and functionality  
Didn't help unfortunately.
Re: Problem with IDE 4.5 appearance and functionality  
Can you attach  your IDE log file? It should be under  your workspace directory, ".metadata/.log" file.
Re: Problem with IDE 4.5 appearance and functionality  
Sure. Thanks for your efforts.
Attachment: Text .log 558.94 KB
Re: Problem with IDE 4.5 appearance and functionality  
You log file shows that you don't have "QNX_CONFIGURATION" environment variable set. Do you have the full Momentics 
installed? or you downloaded the IDE separately?

Can you open a windows command prompt and do a "set" to see if you have "QNX_*" environment variables?
Re: Problem with IDE 4.5 appearance and functionality  
Yes, it's in attachment.
Attachment: Image win_env.jpg 122.18 KB
Re: Problem with IDE 4.5 appearance and functionality  
The fact that your "QNX_CONFIGURATION" points to "C:\Program Files (x86)\QNX Software Systems" might be causing the 
problem. This (x86) in the path is 64 bit Vista specific, right?

Can you run the "qconfig" command from your windows command prompt and send the output?

May I suggest you manually create a "C:\Program Files" directory and copy the "QNX Software Systems" folder there?

RE: Problem with IDE 4.5 appearance and functionality  
> -----Original Message-----
> From: Andy Jin [mailto:community-noreply@qnx.com]
> Sent: March-25-09 4:47 PM
> To: general-ide
> Subject: Re: Problem with IDE 4.5 appearance and functionality
> 
> The fact that your "QNX_CONFIGURATION" points to "C:\Program Files
> (x86)\QNX Software Systems" might be causing the problem. This (x86) in
> the path is 64 bit Vista specific, right?

Doesn't create any problem for me.

> 
> Can you run the "qconfig" command from your windows command prompt and
> send the output?
> 
> May I suggest you manually create a "C:\Program Files" directory and
> copy the "QNX Software Systems" folder there?
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post25261
> 
Re: Problem with IDE 4.5 appearance and functionality  
Yes, under Vista 64 there're both "Program files" and "Program files (x86)". First for 64-bit applications, second for 
32 bit. I've tried to copy momentics to both, noothing changed.
Re: Problem with IDE 4.5 appearance and functionality  
Please try to connect from your Vista64 machine  to SVN repository from 
command line or using torttoise utility. I believe this is rather SVN 
problem than IDE.

On 26/03/2009 5:29 AM, Mihail Sirotenko wrote:
> Yes, under Vista 64 there're both "Program files" and "Program files (x86)". First for 64-bit applications, second for
 32 bit. I've tried to copy momentics to both, noothing changed.
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post25290
>
>    
Re: Problem with IDE 4.5 appearance and functionality  
Thanks, but the problem is rather fundamental. Here in attachment another bug with Run window. And it's not last.
Attachment: Image run_window.jpg 49.26 KB
Re: Problem with IDE 4.5 appearance and functionality  
On 26/03/2009 10:31 AM, Mihail Sirotenko wrote:
> Thanks, but the problem is rather fundamental. Here in attachment another bug with Run window. And it's not last.
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post25346
>    
Anyway, I see SVN server running on your computer. Could you please stop 
it for a short while and try to start IDE and look at the last dialog 
once again?
Also, if you can try IDE on the clean Vista machine (VM is also OK), it 
would be also nice.
Re: Problem with IDE 4.5 appearance and functionality  
SVN Sevrver service is currently disabled. I also tryed to install IDE 4.5 on my notebook with Vista. Woks fine in spite
 of installed matlab. 
Re: Problem with IDE 4.5 appearance and functionality  
So we can come to the conclusion: some third-party software installed on 
your desktop causes this  problem. You can detect which one. In the mean 
time it would be nice if you rename your .log file, then run IDE, open 
run configuration dialog (I hope the problem still visible well), then 
close IDE and send new created .log (I hope, it should be created).

Thanks,

Alex.

On 26/03/2009 4:53 PM, Mihail Sirotenko wrote:
> SVN Sevrver service is currently disabled. I also tryed to install IDE 4.5 on my notebook with Vista. Woks fine in 
spite of installed matlab.
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post25402
>
>    
Re: Problem with IDE 4.5 appearance and functionality  
Hurray! I've found the solution.
I've opened task manager started to kill unnecessary processes one by one. After I killed ABBYY Lingvo x3 (dictationary 
software) and started momentics everything become normal. Than restarted Lingvo and look into settings. There I  find a 
suspicious features "Translate word by clicking Ctrl+Ins+Ins" and the same with Ctrl+C+C. After disabling that 
everything become normal again. 

Thank you Andy, Christian and Alex.