HTC HD2 SD Card - Illegal characters in path.

iBeta

New Member
When trying to erase unused space on the sd card of a HTC HD2, Eraser errors with the ‘Illegal characters in path’ message in log view.
I’ve looked (appdata) for a more detailed log, but cannot find it.
Running Eraser 6.0.8.2273 on Win7x64.
 
A known problem; in this case, Windows presumably doesn't like the Android file names. Assuming that the task is still in the schedule, I suggest the you edit it to disable the option to erase cluster tips (no very great issue in most cases, including yours) and try again.

David
 
DavidHB said:
A known problem; in this case, Windows presumably doesn't like the Android file names. Assuming that the task is still in the schedule, I suggest the you edit it to disable the option to erase cluster tips (no very great issue in most cases, including yours) and try again.

David

Thanks, the task runs ok with cluster tips disabled. Though Android wasn't the problem since am running Windows 6.5 as the phone OS.
 
Can you copy the exact error message here? Right-click the log entry and select Copy.
 
Joel said:
Can you copy the exact error message here? Right-click the log entry and select Copy.

Indeed i can, though it doesn't seem to give any more information:
Session: 4. september 2011 04:45:26
4. september 2011 04:45:27 Error Illegal characters in path.
 
I guess I'll need a stack trace. In the absence of that... I'm assuming your SD card has a drive letter to it? Please do the following steps:

  1. Press Windows key + R
  2. type in cmd, press enter.
  3. in the command prompt that appears, type in "cd <drive letter>:", without quotes. e.g. "cd G:"
  4. type "tree /a /f", press enter.
  5. right-click the command prompr, click mark in the context menu, and select the output of the screen. Right click again, select copy
  6. paste here

Your output should be similar to this:

C:\Users\Joel\.nbi>tree /a /f
Folder PATH listing
Volume serial number is BCFF-2719
C:.
| registry.xml
|
+---downloads
+---log
| 20110430111020.log
| 20110625164718.log
| 20110625165052.log
|
+---product-cache
| +---nb-base
| | +---7.0.0.0.201104290000
| | \---7.1.0.0.201106240600
| | installed-files.xml.gz
| |
| \---nb-php
| +---7.0.0.0.201104290000
| \---7.1.0.0.201106240600
| installed-files.xml.gz
|
+---tmp
| icon.png
| icon.png.0
| icon.png.1
| icon.png.2
| logic,1.jar
| logic,1.jar.0
| logic,1.jar.1
| logic,1.jar.2
|
\---wd
 
Back
Top