Page 1 of 1

what does this mean?

Posted: Wed Mar 19, 2003 6:57 pm
by XKA Murdock
when i compile my map it says this:

Code: Select all

WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Could not find 'models/static/static_cagelight.map'.
WARNING: Entity 1 of type 'func_window' leaked
WARNING: Entity 34 of type 'light' leaked
WARNING: Entity 55 of type 'light' leaked
WARNING: Entity 59 of type 'light' leaked
WARNING: Entity 63 of type 'light' leaked
WARNING: Entity 67 of type 'light' leaked
WARNING: Entity 71 of type 'light' leaked
WARNING: Entity 75 of type 'light' leaked
WARNING: Entity 79 of type 'light' leaked
WARNING: Entity 83 of type 'light' leaked
WARNING: Entity 87 of type 'light' leaked
WARNING: Entity 91 of type 'light' leaked
WARNING: Entity 95 of type 'light' leaked
WARNING: Entity 107 of type 'func_window' leaked
WARNING: Entity 108 of type 'func_window' leaked
WARNING: Entity 109 of type 'func_window' leaked
WARNING: Entity 110 of type 'func_window' leaked
WARNING: Entity 115 of type 'func_window' leaked
WARNING: Entity 116 of type 'func_window' leaked
WARNING: Entity 117 of type 'func_window' leaked
WARNING: Entity 118 of type 'func_window' leaked

how do i fix these? are they "nocive" to my map? :(

Posted: Wed Mar 19, 2003 7:30 pm
by General Death
Some errors are common...some are not.

Those are very common errors. If you are not experenceing grave errors when you are playing your compiled map then I would worry about it.

Posted: Wed Mar 19, 2003 9:25 pm
by XKA Murdock
but these errors are due to what? how do i fix them?

my map does'nt have any grave errors by the way i think...

Posted: Wed Mar 19, 2003 9:58 pm
by General Death
leaking lights usally means that the inner sphere in the mohr is intersecting a brush or more....doesnt really mean anything....you can have it without any interesctions.

The model issue I have had before and it didnt make a diff.

Posted: Thu Mar 20, 2003 12:15 am
by Bjarne BZR
I think the

Code: Select all

WARNING: Could not find 'models/static/static_cagelight.map'
means that the model will not be blocking ( you can walk through it in the game just like that Girl in X-Men ( Rogue was it? ) ).

I may be wrong here.

Posted: Thu Mar 20, 2003 12:18 am
by Bjarne BZR
Oh, I just remembered; I made tut on how to avoid the

Code: Select all

WARNING: Entity 59 of type 'light' leaked
...its here.

Posted: Thu Mar 20, 2003 3:45 pm
by jv_map
Bjarne BZR wrote:I think the

Code: Select all

WARNING: Could not find 'models/static/static_cagelight.map'
means that the model will not be blocking ( you can walk through it in the game just like that Girl in X-Men ( Rogue was it? ) ).

I may be wrong here.
You're right :wink:. See Innkeeper's model maps tutorial 8).