View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-19-2018 , 15:15   Re: [L4D & L4D2] Super Tanks++ (v8.21, 07-14-2018)
Reply With Quote #184

Quote:
Originally Posted by ricksfishin View Post
Version 8.21 When compiling i get this, inc file included.

Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0
The plugin is too big to compiler with Spider, download spcomp and use it directly - if you file a bug against the Spider repo I'll get it fixed at some point though.
__________________
asherkin is offline