Modme Forums

Compile Failure

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: P3Zex
Hi,
Hello, when I compile my map I have this message
SSERTBEGIN -------------------------------------------------------------------
((holeCount >= 0 && holeCount + 1 < ((16384 - 3) / 5)))
(holeCount) = 3275
F:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\bin\cod2map64.exe
q:\t7\pc\code\tools\cod2map\tris_mergeconcave.cpp:542
ASSERTEND ---------------------------------------------------------------------

main: 157.064 secs


ModmeBot:

Reply By: The Black Death

P3Zex
Hi, Hello, when I compile my map I have this message SSERTBEGIN ------------------------------------------------------------------- ((holeCount >= 0 && holeCount + 1 < ((16384 - 3) / 5))) (holeCount) = 3275 F:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\bin\cod2map64.exe q:\t7\pc\code\tools\cod2map\tris_mergeconcave.cpp:542 ASSERTEND --------------------------------------------------------------------- main: 157.064 secs

Oh boy, the assertion error. Good ol' Linker.

There's one solution that might work for you; if you find DTZxPorter's Linker patch it'll hopefully fix the assertion error.


ModmeBot:

Reply By: mathfag
Remove any recent patches you made, especially cones


ModmeBot:

Reply By: P3Zex
It's Work thanks you ^^