HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Just starting with CSCache + NewGen WE - Errors

12-01-2007, 06:33 PM#1
EnderA
I got a compile error when I tried to save, after copying in the whole CasterSystem "Documentation" folder to a small test map of mine with various random units, spells, and triggers. As a result of the compile error, it disabled the CSCache, CSSafety, and CasterSystem triggers, so now I get the same errors when trying to re-enable those triggers.

The errors I get are:
Line 94: Expected end of line
Line 96: Expected end of line
Line 97: Expected end of line
etc, then:
Line 353: Expected a variable name
Line 354: Expected a variable name
Line 379: Expected a name
etc.

Line 94 corresponds to the line at the beginning with just:
globals

I am importing CSCache 14.5. I have other global variables declared (as you can see.) I have the map open with the latest NewGen WE, and I tried updating the JASS Helper (replaced the .exe with 9.7) and restarted my computer, but neither helped.

As for the options I have enabled in Grimoire:
(nothing)
And in JassHelper:
X Enable JassHelper

The code that shows up in the Script Errors box until the endglobals declaration of CSCache is:

Expand Beginning of Script Errors box:

Should I just ignore the errors and force it to work with the Grimoire options "Disable WE syntax checker" "Don't let WE disable triggers" and "Always allow trigger enable", or is there something I'm missing?
12-01-2007, 08:03 PM#2
Vexorian
There should be a grimoire menu or something like that where you should be able to disable WE's syntax checker and check on trigger enable.
12-01-2007, 08:25 PM#3
EnderA
Quote:
Originally Posted by Vexorian
There should be a grimoire menu or something like that where you should be able to disable WE's syntax checker and check on trigger enable.

Ok, thanks. Wasn't sure if I was supposed to do that. I'm a bit paranoid about stuff like disabling error checking.