AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Error When getting resources for... #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I click on a directory I have an error:
"Error when getting ressouces for c:\thenameofthedirectory"

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Lastest SVN

Please provide any additional information below.
I made some others test thinking it was a permission problem but it wasn't
I put full rights for all users on a directory without sucess!!!!

Original issue reported on code.google.com by Marc.GIR...@gmail.com on 30 May 2008 at 8:42

GoogleCodeExporter commented 9 years ago
That's definitely weird. Does this happen with all directories or just his 
particular
one? Can you attach your log file when you get a chance? In the settings.config,
change the loglevel to "Verbose" so this:
<Logger>
 <File>log.txt</File>
 <LogLevel>ErrorsOnly</LogLevel>
</Logger>
Should look like:
<Logger>
 <File>log.txt</File>
 <LogLevel>Verbose</LogLevel>
</Logger>
Then, run the program and generate the error. Then attach the log.txt file to 
this
bug. That should have more detailed information about what is happening. Thanks!

Original comment by longueur...@gmail.com on 30 May 2008 at 3:43

GoogleCodeExporter commented 9 years ago
This happen for all directories in all drive !!! Very strange....

Original comment by Marc.GIR...@gmail.com on 30 May 2008 at 5:44

Attachments:

GoogleCodeExporter commented 9 years ago
Hope the problem is not because I have a french 3.5 framework !!!!!

Original comment by Marc.GIR...@gmail.com on 30 May 2008 at 5:45

GoogleCodeExporter commented 9 years ago
The framework shouldn't matter. Do you know when this started happening? Did 
the last
release work? Or do you know what revision things started to break? That will 
help me
pinpoint what change I made that broke everything for you.

Original comment by adamgh...@gmail.com on 31 May 2008 at 6:39

GoogleCodeExporter commented 9 years ago
Ok made some extra test

Very strange problem because:

- I tested the SharpFile_bin_052008.zip in your download section
   I can browse any directroy of C: without problem but when I browse a directory of
D: I have the same problem "Error when getting ressouces for 
D:\thenameofthedirectory"

- I reuploaded and recompiled the last svn version: 
  I can browse any directroy of C: without problem but when I browse a directory of
D: I have the same problem "Error when getting ressouces for 
D:\thenameofthedirectory"

Sometimes I have to delete the file settings.config to launch SharpFile else I 
have
an error "01/06/2008 20:49:13: There was an error generating the settings."

I made some extra test on another computer with same results!!!! I don't know 
what
happen.

Original comment by Marc.GIR...@gmail.com on 1 Jun 2008 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by Marc.GIR...@gmail.com on 1 Jun 2008 at 7:15

Attachments:

GoogleCodeExporter commented 9 years ago
Another problem:

When I execute Sharpfile from C:\SHarpFile I can browse C: but if I execute 
Sharpfile
from my usb key G:SharpFile (after a simple copy of the C:\SharpFile directory) 
I
can't browse any directory of C: !!!

Original comment by Marc.GIR...@gmail.com on 1 Jun 2008 at 7:21

GoogleCodeExporter commented 9 years ago
OK I just copied c:\Sharpfile to d:\Sharpfile and executed d:\harpfile\sharpfile

Now I can browse all D: directories but none of C: or G: !!!

This can help you I think!!! Do you have the same problem ?

Original comment by Marc.GIR...@gmail.com on 1 Jun 2008 at 7:24

GoogleCodeExporter commented 9 years ago
To be clear (not my english sorry)!!! I can just browse any drive where 
sharpfile is
located !!!

Original comment by Marc.GIR...@gmail.com on 1 Jun 2008 at 7:30

GoogleCodeExporter commented 9 years ago
First of all, thanks for all of your testing! Now I understand what the issue 
is and
yes, I can replicate it. That is definitely weird and I will look into it soon.
Thanks again!

Original comment by longueur...@gmail.com on 1 Jun 2008 at 9:31

GoogleCodeExporter commented 9 years ago
I made a bunch of changes that hopefully help the issue in r462. I checked back
through all of the versions and there seemed to be a problem for all of them, 
so I am
not sure how I didn't realize this before. Anyway, I can now retrieve filesystem
objects on another drive, however I can't get icons. That is going to be the 
next
thing I fix.

Original comment by longueur...@gmail.com on 2 Jun 2008 at 2:55

GoogleCodeExporter commented 9 years ago
Well done !!! It works now. Thanks Adam :)

Original comment by Marc.GIR...@gmail.com on 3 Jun 2008 at 8:59

GoogleCodeExporter commented 9 years ago
Icons should now work for CDRoms. Fixed.

Original comment by longueur...@gmail.com on 10 Jun 2008 at 1:41