Game Development Community

error, bad assumption (pEntry->windings.size() == 2, not 1) Go S

by MediaFun · in Artist Corner · 11/23/2002 (7:03 am) · 2 replies

hi, I have this error when I compil my map :
error, bad assumption (pEntry->windings.size() == 2, not 1) Go Smack DMoore
does someone know what it mean, and how to fix it ?

#1
11/23/2002 (4:18 pm)
You have a portal entity defined right?

I got that when my portal brush shared a plane with a world brush. ie: you have a hole in the wall that you want to make into a portal, when you make the portal brush, make it fit inside the window width while sticking into the walls on all sides... (hmm. that dont make much sense... hard to explain..)

look at the bhouse.map file and scope how the portals are...
#2
12/03/2002 (8:20 am)
I have found the portal where the error was. This portal was very close to a brush, a pillar. So the error was probably due to this too small distance.