vbsp is crashing before it does anything! [SOLVED]

Avatar
torquestomp
37 Posts
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?

Images 1
Post image 1
Advertisement
Registered users don’t see ads! Register now!
Avatar
spongylover123
944 Posts
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.
Avatar
torquestomp
37 Posts
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.
Avatar
Robdon
204 Posts
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.

Avatar
torquestomp
37 Posts
Posted Jan 22, 2012
Replied 7 hours later
Posted.
Attachments
forsakenchambers001.vmf
1.81 MB 37 downloads
Avatar
Mevious
205 Posts
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.
Avatar
Robdon
204 Posts
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.

Avatar
torquestomp
37 Posts
Posted Jan 22, 2012
Replied 35 minutes later
Well, that is not what I would call "failing gracefully", Valve :sad:
Many thanks Robdon and Mevious; it compiles well now.
Advertisement
Registered users don’t see ads! Register now!
Avatar
Robdon
204 Posts
Posted Jan 22, 2012
Replied 9 minutes later
Yeah, unfortunately, hammer is very un-forgiving for errors :sad:

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.