pharo icon indicating copy to clipboard operation
pharo copied to clipboard

FileException: '/X:' when using any way to browse directories

Open LabordePierre opened this issue 6 months ago • 5 comments

Hi,

I have a big bug when I'm try to use any tool that need to browse the filesystem. I have this error at each time:

Image

To reproduce (an exemple):

  • Sources menu : code changes tool
  • Click on "Directory" button
  • Exception will appear

By go up in the stack I found this:

Image

And I don't know why this not working, I don't need to access to N: because it is a network drive that I don't use.

My config:

  • Pharo 13 latest (from this day)
  • Pharo VM 10.3.8
  • Windows 11 Pro

LabordePierre avatar Sep 03 '25 08:09 LabordePierre

A temporary fix is to go back in this step:

Image

1 - Restart here 2 - Return "nil"

Image

3 - Proceed

Waiting a loooooong time and the browser is opening.

LabordePierre avatar Sep 03 '25 08:09 LabordePierre

I think the long time is related to this https://github.com/pharo-project/pharo/issues/18471

LabordePierre avatar Sep 03 '25 08:09 LabordePierre

"Save as" function of Pharo is concerned too.

LabordePierre avatar Sep 04 '25 10:09 LabordePierre

Can you share more details on how to reproduce ?

Are you on windows ?

Here is a fresh Pharo13 image :

https://github.com/user-attachments/assets/b5c9f946-717a-48ae-acc4-bdc851878c0a

JMLF avatar Nov 21 '25 10:11 JMLF

Hi @JMLF, I have found the source of my problem (but need to be managed). Yes I'm on Windows (I will complete my ticket).

I have a network drive which have a connexion problem on my Windows explorer:

Image

Probably a problem from my enterprise network. I think if Windows can display the drive in the explorer without freeze, we can do that in Pharo too :) and this is when we try to open browse it there is a freeze, or actually the freeze is before showing the pharo browse, when pharo try to read the content of this not working drive (and a file exception, wich is in fact a networt timeout).

LabordePierre avatar Nov 24 '25 10:11 LabordePierre