PRB: Double Quotes in DIR Path in INI File Can Result in Crash

Last reviewed: June 2, 1997
Article ID: Q155394

The information in this article applies to:

  • Microsoft Visual SourceSafe for Macintosh, versions 4.0a, 5.0

SYMPTOMS

When changing projects using ss cp, the following dialog is displayed:

   Directory '"<drive:path_to_working_dir>"' not found, create?

Note that there are double quotation marks (" ") around the path.

If the Create button is selected when these quotation marks exist, the following may happen:

   Error: The application "unknown" has unexpectedly quit, because an error
   of type 3 occurred.

   Error: Floating Point Coprocessor Not Installed.

When these errors occur, the system locks up and has to be rebooted.

CAUSE

Quotation marks are included around the path in DIR section of ss.ini or srcsafe.ini. For example:

   [$/Project1]
   Dir (Mac) = "Macintosh HD:ssWork:"

RESOLUTION

If Temp_Path is set to a network drive make sure that the network connection is stable.

Remove the quotation marks in the DIR variable in the .ini file as follows:

   [$/Project1]
   Dir (Mac) = Macintosh HD:ssWork:

STATUS

This behavior is by design.

MORE INFORMATION

It is common to put quotation marks around a path address in a Macintosh product. However, in the .ini file in Visual SourceSafe for the Macintosh, this is not necessary.

The following setting will be required for Visual SourceSafe to use the working directory specified in the .ini file:

   Force_Dir=Yes

 

	
	


Keywords : ssafe kbprb kbprg
Version : 4.00a 5.00
Platform : MACINTOSH
Issue type : kbprb
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.