vbsp is crashing before it does anything! [SOLVED]
Posted Jan 21, 2012
I don't know what the heck is happening, but now my map won't compile. Vbsp, the first process, crashes before outputting anything of significance. The only thing I changed prior to this problem was adding two cube_dropper_multiple_normal.vmf instances and some Input/Output(s) for them.
Screenshot attached. Help?
Registered users don’t see ads!
Register now!
Posted Jan 21, 2012
Replied
4 minutes
later
I see that all the time when compiling, the yellow text doesn't matter.
Is there red text and when compiling?
check the box that says wait for key press when done compiling.
Is there red text and when compiling?
check the box that says wait for key press when done compiling.
Posted Jan 21, 2012
Replied
14 minutes
later
There is no more text. That screenshot is all I get before I get a windows box saying "vbsp.exe has crashed". If I let the program continue to run, I get errors because there are no files for vvis or vrad to use. And yes, "Wait for key press" is always checked for me.
Posted Jan 22, 2012
Replied
7 hours
later
Hi,
There is probably some invalid line/parameter in your VMF file.
If you want, post your vmf file and I can take a look at it...
Rob.
Posted Jan 22, 2012
Replied
7 hours
later
Posted.
Posted Jan 22, 2012
Replied
3 hours
later
The floor cube button called "cubeshort" has a problem with one of its outputs. Specifically: OnPressed - cubedrop1 - instance:cube_dropper:Trigger. Deleting this output makes the level compile. I don't know why though.
Posted Jan 22, 2012
Replied
7 minutes
later
Hi,
Its because he has a ':' between the 'cube_dropper' and 'Trigger'.
It should be ';'
Like: instance:cube_dropper;Trigger
Rob.
Posted Jan 22, 2012
Replied
35 minutes
later
Well, that is not what I would call "failing gracefully", Valve 
Many thanks Robdon and Mevious; it compiles well now.

Many thanks Robdon and Mevious; it compiles well now.
Registered users don’t see ads!
Register now!
Posted Jan 22, 2012
Replied
9 minutes
later
Yeah, unfortunately, hammer is very un-forgiving for errors
I have thought about writing some kind of small app that 'verifies' .vmf files and reports on any problems that we find, but not got around to it yet, and we dont seem to get 'too' many of these problems.
Rob.