Application not found

From Valve Developer Community
Revision as of 16:52, 17 June 2006 by Ts2do (talk | contribs)
Jump to navigation Jump to search

You may be getting this error when trying to start a steam:// URL because of a faulty registry. This problem may occur if you transfer Steam to a different drive/directory.

To repair it, you should change the value of HKEY_CLASSES_ROOT\steam\Shell\Open\Command so it matches to that of the new drive/directory.

Example

If your old Steam directory was C:\games\Steam, then the value of the key should look like this:

"C:\games\Steam\steam.exe" "%1".

Then, if you moved Steam to D:\games\Steam. The new key value should be changed to reflect the transfer:

"D:\games\Steam\steam.exe" "%1".