• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Map Not Found

Status
Not open for further replies.
Level 3
Joined
Dec 31, 2007
Messages
26
Everytime i go to test a map i make, it brings me to the main screen, and it will not allow me to test it...is it with file size? because i went up to 9k kbs alone in imports once, and yet it still worked in one map...
Then i go and import the 'RPG Systems Package' and my map no longer can be found...but other people got it too work...no i am confused :cry:
 
Level 11
Joined
Feb 18, 2004
Messages
394
the most common cause of this is an error in the map script which causes it to fail compilation silently, booting you to the main screen. If you are using JASS, then it is likely there is an error somewhere in your code not caught by the syntax checker, but which causes the map to not compile properly when it is loaded for play. (It could conceivably happen with GUI as well, especially with something like UMSWE or WEU)

There may be other causes of this, i don't know.
 
Status
Not open for further replies.
Top