TorpedoXL / namebench

Automatically exported from code.google.com/p/namebench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows: FreeExtractor Error - Could not extract the current file. The filename, directory name, or volume label syntax is incorrect

GoogleCodeExporter opened this issue · comments

I am getting an error while installing, error states "an error prevents this 
program from continuing, could not extract the current file. The filename, 
directory name, or volume label syntax is incorrect."

Attaching the screenshot.



Original issue reported on code.google.com by nagarajh...@gmail.com on 13 Dec 2009 at 12:24

Attachments:

I'm sorry to hear that. This appears to be a problem with the FreeExtractor 
tool used 
to create the .exe file. Do you mind trying this on your machine to help debug 
the 
issue?

1. At the Start Menu, click "Run..." 
2. At the "Open:" prompt, type type "cmd" and then press <Enter>. 
2. At the DOS prompt type:
echo %TEMP%
echo %TMP%
cd %TEMP%

If you could cut and paste the output into this ticket, it would be very 
helpful to us.

In the mean-time, you can use the plain .zip file version of version of 
namebench. 
You will need to extract it to a directory and then double-click on 
namebench.exe to 
get started:

http://namebench.googlecode.com/files/namebench-1.0.5-Windows.zip

Thanks for the report!

Original comment by tstromb...@google.com on 13 Dec 2009 at 3:36

  • Changed title: Windows: FreeExtractor Error - Could not extract the current file. The filename, directory name, or volume label syntax is incorrect
  • Changed state: Started
C:\Documents and Settings\nagaraj.hubli>echo %TEMP%
C:\Documents and Settings\nagaraj.hubli\Local Settings\Temp;c:\ruby\bin;

C:\Documents and Settings\nagaraj.hubli>echo %TMP%
C:\DOCUME~1\NAGARA~1.HUB\LOCALS~1\Temp

C:\Documents and Settings\nagaraj.hubli>cd %TEMP%
The filename, directory name, or volume label syntax is incorrect.

Original comment by nagarajh...@gmail.com on 14 Dec 2009 at 5:03

It looks like your TEMP variable is set incorrectly. The ;c:\ruby\bin part is 
meant for 
the PATH variable, not TEMP. You can follow the following instructions on how 
to edit 
it here:

http://ask-
leo.com/how_do_i_change_the_location_of_windows_temporary_files.html

In a normal setup, your TEMP variable should be identical to your TMP variable. 
I 
hope this helps, thanks for the feedback!

Original comment by tstromb...@google.com on 14 Dec 2009 at 6:34

  • Changed state: Fixed
I updated the TEMP variable, and I am now able to run .exe file w/o any issues. 
Thanks 
for you help.

Original comment by nagarajh...@gmail.com on 14 Dec 2009 at 7:25

just download n install this Microsoft Visual C++ 2008 Redistributable Package 
(x86)
@ 
http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d
-074b9f2bc1bf&displaylang=en
guarantee your namebench will 100% works :)
thank you guys.

Original comment by madushan...@gmail.com on 30 May 2012 at 8:13