Compilation fatal error 102: table overflow: "literal table"
#2

Quote:
table overflow: table name
An internal table in the pawn parser is too small to hold the required data. Some tables are dynamically growable, which means that there was insufficient memory to resize the table. The “table name” is one of the following:
(...)
“literal table”: this table keeps the literal constants (numbers, strings) that are used in expressions and as initiallers for arrays. The literal table grows dynamically, so an overflow of the literal table basically is an “out of memory” error.

No idea what it means, but I guess you just don't have enough RAM.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)