[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Bernard (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856133#comment-16856133
 ] 

Bernard commented on NETBEANS-2631:
---

I can 100% confirm now that before the display of the file dialog, the desktop 
is checked up to 10 times for desktop shortcuts with missing targets, and when 
they were missing (or even not missing as in my initial case), then there is an 
additional dialog sequence that reports the missing target, and some time later 
asks to fix the shortcut. I can confirm this because after I uninstalled GIT 
for Windows, which contains useful commands that subsequent programs find using 
their own installation and use these commands in their own shortcuts which then 
failed when GIT was uninstalled. I can only recommend after decades of IT 
experience to not keep files on the desktop whenever possible because that is 
where strange creatures are doing strange things. I remember I inherited a PC 
from a person who left in a hurry but did not forget to copy all source code to 
a huge zip file on the  desktop for transfer but forgot to delete it. Then on 
every start-up, and before file open dialogs, some terribly useful program 
decided to unpack that huge file and locked up my PC for minutes whenever I 
wanted to open a file anywhere, putting my contract at risk because I requested 
a new PC while everybody knew it was working before.

So thanks for the ideas Geertjan.

I cannot forget to point out that I do not appreciate at all if any program is 
doing these type of sweeping operations which are totally unrelated to the task 
at hand. It just stinks.

 

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856072#comment-16856072
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

Also see this, which is also about broken links, etc: 
https://issues.apache.org/jira/browse/NETBEANS-1537

At the end of the above issue, I see this, so maybe try this too:

{quote}Just tried with OpenJDK 12 - no problem!

So looks like the broken code is indeed in the JDK, and has now been 
fixed?{quote}

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856067#comment-16856067
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

It also appears your JDK is here:

C:\Program Files\Java\jdk-11.0.2

And NetBeans is here:

C:\prog\netbeans.11

I.e., that folder 'prog' might be a problem of some kind.

But anyway, it appears that you have shortcuts pointing to things that are not 
there, that would be the main thing to focus on, i.e., remove those icons.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856065#comment-16856065
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

Those icons on the desktop appear to be pointing to places that do not exist. 
I'd recommend simply deleting them.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Bernard (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856061#comment-16856061
 ] 

Bernard commented on NETBEANS-2631:
---

Thanks Geertjan. That is what I needed. It appears the IDE is scanning the 
desktop. I just move icons away from it that it finds, because it doesn't check 
them correctly, and it is a waste of time. After un-installation of git, I got 
the same error PLUS it is now looking for bash.exe. When you think what kind of 
grief this can cause, what is the benefit? I need some more time to get this 
right.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856042#comment-16856042
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

Something else is that you may have icons on your Desktop or in your user 
directory that are broken, and somehow NetBeans is scanning the Desktop or the 
user directory, and detects these broken links.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856021#comment-16856021
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

Possibly there's a clash between some keyboard shortcut in NetBeans and a 
keyboard shortcut related to that mintty.exe program. Anyway, recommend that 
you start by uninstalling that and seeing if that solves the problem, at least 
the problem should then be different.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856018#comment-16856018
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

Can you delete this:

C:\Program Giles\Git\usr\bin\mintty.exe

Or uninstall the above?

Why is the folder called "Program Giles"? Seems like there's a problem 
somewhere there.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856017#comment-16856017
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

This is mintty.exe:

https://mintty.github.io/

Can you search through your system and uninstall the above and all references 
to it?

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856016#comment-16856016
 ] 

Geertjan Wielenga commented on NETBEANS-2631:
-

Can you reproduce this problem when you do not do this step:

On installation, I let the IDE import settings from a 8.2 version.



> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-04 Thread Bernard (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16856009#comment-16856009
 ] 

Bernard commented on NETBEANS-2631:
---

Another scenario I get:

In the Favorites window, Right Click|Add to Favorites, I get the dialog 6 times 
before the file selection dialog shows.

This is extremely difficult to pinpoint on the surface. Please give me some 
ideas what the IDE does, and only IDE 11.0 does this, and no other software on 
my computer does it. What could it be calling 6 times before even showing a 
file open dialog? The IDE does not have any business calling mintty.exe for 
adding a favorites entry, let alone 6 times. Do I need to learn how to debug 
the IDE? I know you want a test case and in fact that is all I want to do. But 
I don't know how to make this happen at your end so I need some more ideas.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2631) File Open blocked by Windows message: Windows is searching for mintty.exe

2019-06-03 Thread Bernard (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16854716#comment-16854716
 ] 

Bernard commented on NETBEANS-2631:
---

The latest smaller log file is from a fresh installation without importing 
settings, where the error occurs on the attempt to load an existing project 
from the file system, the first project. I cannot see an error in the log.

> File Open blocked by Windows message: Windows is searching for mintty.exe
> -
>
> Key: NETBEANS-2631
> URL: https://issues.apache.org/jira/browse/NETBEANS-2631
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log, messages.log
>
>
> I installed:
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_NZ (nb)
> On installation, I let the IDE import settings from a 8.2 version.
> How I reproduce it:
> Menu|File|Open File
> And here it starts with multiple Windows dialogs:
> "Windows: Windows is searching for mintty.exe. To locate the file yourself, 
> browse."
> After a while I get another Windows dialog:
> "The item mintty.exe that this shortcut refers to has been changed or moved, 
> so this shortcut will no longer work properly.
> Nearest match, based on size, date and type C:\Program 
> Giles\Git\usr\bin\mintty.exe
> Do you want to fix this shortcut to point to this target or do you just want 
> to delete it?"
> I let it ix it.
> This sequence repeats 3 times until I eventually get the file selection 
> dialog which lets me open a file.
> But it never gets fixed. Every time I use  Menu|File|Open File, the sequence 
> repeats, meaning I need about 10 minutes to open a file. Unfortunately I 
> cannot continue using NetBeans 11 because of this bug, and I am back to 8.2 
> once again. See NETBEANS-1824.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists