Please or Register to create posts and topics.

vbsp is crashing before it does anything! [SOLVED]

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?

Check out my mapping project!

PM me if you want to co-op on a map design. Love this game!

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.

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.

Check out my mapping project!

PM me if you want to co-op on a map design. Love this game!

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.

My Portal2 Map: Trapped

My Travel Blog:
Image

Posted.

Check out my mapping project!

PM me if you want to co-op on a map design. Love this game!

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.

Hi,

Its because he has a ':' between the 'cube_dropper' and 'Trigger'.

It should be ';'

Like: instance:cube_dropper;Trigger

Rob.

My Portal2 Map: Trapped

My Travel Blog:
Image

Well, that is not what I would call "failing gracefully", Valve :(
Many thanks Robdon and Mevious; it compiles well now.

Check out my mapping project!

PM me if you want to co-op on a map design. Love this game!

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.

My Portal2 Map: Trapped

My Travel Blog:
Image