SDK compiling error, plz help!

Sub_Lon

Newbie
Joined
Jul 20, 2004
Messages
253
Reaction score
0
Pulling my hair out here. Hammer won't compile the map past vbsp.exe stating that "Access is denied." I searched the forums but nothing works. I even followed these directions:
http://www.steampowered.com/forums/...9401&perpage=15&highlight=hammer&pagenumber=1
but it gives me the same error.

If anyone can help me out here, I'd really appreciate it. I'm not ready to give up, but I'm getting really frustrated.

** Executing...
** Command: Change Directory
** Parameters: "E:\Program Files\Valve\Steam\SteamApps\pvtlon\sourcesdk"


** Executing...
** Command: Copy File
** Parameters: "E:\Program Files\Valve\Steam\SteamApps\pvtlon\sourcesdk\cstrike_sample_content\maps\test1.vmf" "E:\Program Files\Valve\Steam\SteamApps\pvtlon\sourcesdk\cstrike_sample_content\maps\test1.vmf"


** Executing...
** Command: "C:\Program Files\Valve\Steam\SteamApps\pvtlon\sourcesdk\bin\vbsp.exe"
** Parameters: "E:\Program Files\Valve\Steam\SteamApps\pvtlon\sourcesdk\cstrike_sample_content\maps\test1"

* Could not execute the command:
"C:\Program Files\Valve\Steam\SteamApps\pvtlon\sourcesdk\bin\vbsp.exe" "E:\Program Files\Valve\Steam\SteamApps\pvtlon\sourcesdk\cstrike_sample_content\maps\test1"
* Windows gave the error message:
"Access is denied."
 
I'm pretty sure it's a problem with the way Hammer is set up. Are using the defaults options, or did you alter them?
 
Hmm, then I don't know. The only time I ever had that error was when I had set up Hammer improperly.
 
Do you have anything for Game Executable in the Build Programs tab? I left it blank per instructions.

How is yours configured?
 
I fixed it. It was ID-10-T error. I had the wrong drive letter in one line of the configuration. So bad config was right. Thanks.
 
** Executing...
** Command: "C:\Program Files\Valve\Steam\SteamApps\username\sourcesdk\bin\vbsp.exe"
** Parameters: "c:\program files\valve\steam\steamapps\myusername\counter-strike source\cstrike\maps\de_crap"

* Could not execute the command:
"C:\Program Files\Valve\Steam\SteamApps\username\sourcesdk\bin\vbsp.exe" "c:\program files\valve\steam\steamapps\myusername\counter-strike source\cstrike\maps\de_crap"
* Windows gave the error message:
"Access is denied."

** Executing...
** Command: "C:\Program Files\Valve\Steam\SteamApps\username\sourcesdk\bin\vvis.exe"
** Parameters: "c:\program files\valve\steam\steamapps\myusername\counter-strike source\cstrike\maps\de_crap"

* Could not execute the command:
"C:\Program Files\Valve\Steam\SteamApps\username\sourcesdk\bin\vvis.exe" "c:\program files\valve\steam\steamapps\myusername\counter-strike source\cstrike\maps\de_crap"
* Windows gave the error message:
"Access is denied."

** Executing...
** Command: "C:\Program Files\Valve\Steam\SteamApps\username\sourcesdk\bin\vrad.exe"
** Parameters: "c:\program files\valve\steam\steamapps\myusername\counter-strike source\cstrike\maps\de_crap"

* Could not execute the command:
"C:\Program Files\Valve\Steam\SteamApps\username\sourcesdk\bin\vrad.exe" "c:\program files\valve\steam\steamapps\myusername\counter-strike source\cstrike\maps\de_crap"
* Windows gave the error message:
"Access is denied."

** Executing...
** Command: Copy File
** Parameters: "c:\program files\valve\steam\steamapps\myusername\counter-strike source\cstrike\maps\de_crap.bsp" "C:\Program Files\Valve\Steam\SteamApps\username\sourcesdk\cstrike_sample_content\maps\de_crap.bsp"

The command failed. Windows reported the error:
"The system cannot find the file specified."

** Executing...
** Command: C:\Program Files\Valve\Steam\Steam.exe
** Parameters: "-applaunch 240 -console -dev +map "de_crap"

For some reason...I did the configuration correctly on the official site and something is wrong with my compiling map when I try to compile it.
 
i had this it is my firewall i have to close it to compile the map.
 
Back
Top