Can't find steam.dll error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (grammar fixes)
Line 1: Line 1:
[[Category:Source_SDK_FAQ]]
[[Category:Source_SDK_FAQ]]
This is caused by moving or deleting files in the Steam directory, or the Steam directory itself. If you cannot fix it by replacing the files that you've moved or deleting, you can first try to [[Reinstall the Source SDK installation]]. Next, you can try deleting the <code>ClientRegistry.blob</code> file and restart Steam. If that does not work, Steam itself must be [http://steampowered.custhelp.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=144 installed from scratch].
This is caused by moving or deleting files in the Steam directory, or the Steam directory itself. If you cannot fix it by replacing the files that you've moved or deleted, you can first try to [[Reinstall the Source SDK installation]]. Next, you can try deleting the <code>ClientRegistry.blob</code> file and restart Steam. If that does not work, Steam itself must be [http://steampowered.custhelp.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=144 installed from scratch].


Additional information: The main steam directory is where the steam.exe is located. This is where the staem.dll file should be located. To my knowledge there should be only one copy of this file. Additional copies as a result of an aborted install or other reason (happened to me) will result in errors.
===Additional information===
 
The Steam directory is where the <code>steam.exe</code> and <code>steam.dll</code> files are located. There should be only one copy of these files. Additional copies (due to an aborted install or other reason) will result in errors.

Revision as of 17:28, 29 August 2005

This is caused by moving or deleting files in the Steam directory, or the Steam directory itself. If you cannot fix it by replacing the files that you've moved or deleted, you can first try to Reinstall the Source SDK installation. Next, you can try deleting the ClientRegistry.blob file and restart Steam. If that does not work, Steam itself must be installed from scratch.

Additional information

The Steam directory is where the steam.exe and steam.dll files are located. There should be only one copy of these files. Additional copies (due to an aborted install or other reason) will result in errors.