hi everyone,
It has been a while I didn't open WorldEditor (and specifically NewGen WE), and everytime that I try to open it, I got an error message:

And then I got this one:

I assume this came from the latest warcraft patch (10th August 2017) I downloaded yesterday, and I saw this post on TheHiveWorkshop Home:
And to be honest, I didn't understand a word. I don't know what to do. Do I have to download the previous version of JassNewGenPack, or do I have to modify something on the existing folder?
I searched on your forum and, I think I don't know how to use your browse search... xD
I really appreciate your help and I thank you in advance.
It has been a while I didn't open WorldEditor (and specifically NewGen WE), and everytime that I try to open it, I got an error message:

And then I got this one:

I assume this came from the latest warcraft patch (10th August 2017) I downloaded yesterday, and I saw this post on TheHiveWorkshop Home:
Note: The JASS Checker has been reverted to the old version for now because of recently discovered instabilities.
I have just updated the JASS checker with a new feature I have been working on the past few months. It is super technical, so to sum it up, it is now more precise with reporting leaks than before.
The long story is this: The JASS checker performs a static analysis of the JASS in a map. What this means is that it does not run the JASS code but sort of looks at it. The limitation is that it might not know what value a variable has so in the case of an if-statement, it would have to assume that the 'then' statements are executed and then the 'else' statements and their results are combined.
However, in this latest version it makes an attempt to keep track of the value of things. This was super important to make the JASS checker more precise, especially because the blizzard.j file makes use of the global variable
bj_wantDestroyGroup
to determine whether the helper function must deallocate an allocation inside an if-statement. Because of the former way this was done, it had to assume that the allocation was never leaking and thus failed to report leaks in worry that they might be false positives.
I made a mess of this. The JASS checker is complex and pretty good. Use it!
And to be honest, I didn't understand a word. I don't know what to do. Do I have to download the previous version of JassNewGenPack, or do I have to modify something on the existing folder?
I searched on your forum and, I think I don't know how to use your browse search... xD
I really appreciate your help and I thank you in advance.