• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Mass compilation Error

Level 2
Joined
May 25, 2025
Messages
11
I imported a few Triggers to my map and after that i deleted them but now my map gives out between 100 and 150 compiling errors and i got no idea how to solve them

(Btw the error is german for reserved type or handle expected)
1770394859702.png
 
Looks like you didn't enable JassHelper.

What game version are you currently using??? With the latest patch, enabling JassHelper is a must for mapmaking. This option is disabled by default.
 
Looks like you didn't enable JassHelper.

What game version are you currently using??? With the latest patch, enabling JassHelper is a must for mapmaking. This option is disabled by default.
Im in 1.24.1 and i didnt even know JassHelper exists... Ill try immediately

Well it seems i dont have this option in my editor
 
VarAsString_Real is not the correct variable type. The variable GDD_Event is corrupt. It can be changed to a real variable in the variable editor as the corrupted variable type suggest or deleted if youre not using it. Changing the variable type like so usually disables all GUI usage of it but warns beforehand if its in use, although I am not sure if specifically changing an incorrect variable type to its correct variable type will disable GUI usage.

The error can occur when variables are copied or created from another map.
 
Im in 1.24.1 and i didnt even know JassHelper exists... Ill try immediately

Well it seems i dont have this option in my editor
If I'm not mistaken, older WC3 patches doesn't come with JassHelper. You can use 3rd party WEs like JNGP if you want to use JassHelper. The latest WC3 patch comes with JassHelper, but you must enable it manually since this option was disabled by default.

It's best to use higher WC3 patches for modding like 1.26a/1.27b/1.31 or even straight to the latest patch (2.0.4) instead of 1.24.1, although you won't be able to play some older maps that use "return bug" exploit or something similar.

Also, please do what Duckfarter said.

(Sorry, I haven't been on my computer for last 2 days or a week, so I missed literally some activities in this forum)
 
Back
Top