Hammer editor, Cant compile. Error keeps poping up.?
When i try to compile my map it gets so far and it says The command failed. Windows reported the error:
“The system cannot find the file specified.”
the entire thingy is
** Executing…
** Command: “c:\program files\steam\steamapps\ryanbnm666\sourcesdk\bin\ep1\bin\vbsp.exe”
** Parameters: -game “c:\program files\steam\steamapps\ryanbnm666\counter-strike source\cstrike” “F:\cstrike\mapsrc\cs_glassmeass”
Valve Software – vbsp.exe (Dec 11 2006)
2 threads
materialPath: c:\program files\steam\steamapps\ryanbnm666\counter-strike source\cstrike\materials
Loading F:\cstrike\mapsrc\cs_glassmeass.vmf
fixing up env_cubemap materials on brush sides…
ProcessBlock_Thread: 0…1…2…3…4…5…6…7…8…9…10 (1)
**** leaked ****
Entity func_breakable (-936.00 56.00 -2392.00) leaked!
Processing areas…done (0)
Building Faces…done (0)
FixTjuncs…
PruneNodes…
WriteBSP…
done (4)
MAX_MAP_MODELS
** Executing…
** Command: “c:\program files\steam\steamapps\ryanbnm666\sourcesdk\bin\ep1\bin\vvis.exe”
** Parameters: -game “c:\program files\steam\steamapps\ryanbnm666\counter-strike source\cstrike” “F:\cstrike\mapsrc\cs_glassmeass”
Valve Software – vvis.exe (Nov 8 2007)
2 threads
reading f:\cstrike\mapsrc\cs_glassmeass.bsp
Error opening f:\cstrike\mapsrc\cs_glassmeass.bsp
** Executing…
** Command: “c:\program files\steam\steamapps\ryanbnm666\sourcesdk\bin\ep1\bin\vrad.exe”
** Parameters: -game “c:\program files\steam\steamapps\ryanbnm666\counter-strike source\cstrike” “F:\cstrike\mapsrc\cs_glassmeass”
Valve Software – vrad.exe SSE (Nov 8 2007)
—– Radiosity Simulator —-
2 threads
[Reading texlights from 'lights.rad']
[1 texlights parsed from 'lights.rad']
Loading f:\cstrike\mapsrc\cs_glassmeass.bsp
Error opening f:\cstrike\mapsrc\cs_glassmeass.bsp
** Executing…
** Command: Copy File
** Parameters: “F:\cstrike\mapsrc\cs_glassmeass.bsp” “c:\program files\steam\steamapps\ryanbnm666\counter-strike source\cstrike\maps\cs_glassmeass.bsp”
The command failed. Windows reported the error:
“The system cannot find the file specified.”
What do i do to get my map to compile so i can play it.
whats wrong with the following code when i compile it in visual c++ it gives me the following error?
error LNK2001: unresolved external symbol _main
the programme:
#define WIN32_LEAN_AND_MEAN
#include
LRESULT CALLBACK WndProc(HWND hwnd,UINT message,WPARAM wparam,LPARAM lparam);
int WINAPI WinMain(HINSTANCE hinstance,HINSTANCE hprevinstance,LPSTR lpCmdLine,int nShowCmd)
{
WNDCLASSEX wc;
HWND hwnd;
MSG msg;
////////Window Class Structure
wc.cbSize=sizeof(WNDCLASSEX);
wc.style=CS_HREDRAW | CS_VREDRAW;
wc.cbClsExtra=0;
wc.cbWndExtra=0;
wc.hInstance=hinstance;
wc.hIcon=LoadIcon(NULL,IDI_APPLICATION);
wc.hCursor=LoadCursor(NULL,IDC_ARROW);
wc.hbrBackground=(HBRUSH)GetStockObject(WHITE_BRUSH);
wc.lpszMenuName=NULL;
wc.lpszClassName=”sono”;
wc.hIconSm=LoadIcon(NULL,IDI_WINLOGO);
wc.lpfnWndProc=WndProc;
/////////////////////
//register the class
if(!RegisterClassEx(&wc))
{
return 0;
}
hwnd=CreateWindow(“sono”,”My APP”, WS_OVERLAPPED | WS_POPUP ,100,100,250,250,NULL,NULL,hinstance,NULL);
/////////////
if(hwnd==NULL)
{
re
ABOUT THIS SECTION
Our Sponsors
Categories
- General
- Photoshop 6
- Photoshop 7
- Photoshop CS
- Photoshop CS2
- Photoshop CS3
- Photoshop CS4
- Photoshop CS5
Recent Posts
- Q&A: What is the best PCI graphics with shader model 3.0 and opengl 2.0 and/or works the best with PhotoShop CS4?
- Q&A: What are the different variants of Adobe Photoshop useful for?
- what is the best laptop to Graphics works?
- My CS4 Master Collection programs say licensing expired?
- Where can I find a good source code/html template to use as a foundation for my website?
Recent Comments
- Linus K on what is the best laptop to Graphics works?
- Business search network on what is the best laptop to Graphics works?
- bipul s on Where can I find a good source code/html template to use as a foundation for my website?
- Joe G on How do I make a web site work?
- Noneofyourbusiness on Get rid of sun rays with Photo Shop?

Riddles