Page 1 of 1
[Cod4] Assertion Failure Oo?
Posted: March 8th, 2010, 11:52 am
by Perplex
Code: Select all
Expression:
i == static_cast< Type >( i )
65914, 378
Module: D:\Cod4 Map Modding\bin\linker_pc.exe
File: c:\trees\cod3-pc\cod3-modtools\cod3src\src\qcommon\../universal/assertive.h
Line: 281
I dont know what this is. This Failure come when i will Compile my FastFiles, from my Map:(
Anyone know what this is and how to fix this?
mfg
KINGHorst
Re: [Cod4] Assertion Failure Oo?
Posted: March 8th, 2010, 1:15 pm
by Drofder2004
I found only 1 other person with this issue and it never got solved.
The only thing I can guess at is that the word "static" is referring to an entity in you map.
Delete ALL your entities and try compiling. If you get spawn errors, create the necessary spawn points (making sure they do not touch the ground) and then try again.