• 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!

Game was not found>?

Status
Not open for further replies.
So if I understand correctly, you added spells to your map, at which point a game could no longer be found when hosted on battle.net.

As I find this mildy strange, first check if anything changed in your network/firewall/router settings - that's most often the cause.

Second, check if you are able to succesfully host other maps (try more than just one map, including standard melee maps).

---

If you still haven't found any issues there, then revert to a backup before you added those spells (you do have a backup right?).

Test then, does it work? If it does, add the spells one by one and you'll find which one causes the problem.
 
Ive been workin on my map, and have hosting it countless times to test, and all works fine. Until i imported a few spells and now it dont work. I researched this and know it could be because of a Syntax error but i need help plz!

Probably you imported Jass spells which could require Newgen editor to work or other libraries...if you told me the error you get,or the spells you imported i think i will be able to help you.
 
Alright i found it, it was this spell: https://www.hiveworkshop.com/forums...246/?prev=search=live%20disortion&d=list&r=20

I used Newgen to import it. And this is all to strange because i hosted a version with this spell on B.net to test the new hero out (which uses the spell) and i found some bugs i had to fix with the game, so i went back to the map and fixed some things in the object editor, used map protector, and hosted, and it said game was not found. I didnt do anything in the object editor that would make that error, (i dont even think its possible anyways)
 
Alright i found it, it was this spell: https://www.hiveworkshop.com/forums...246/?prev=search=live%20disortion&d=list&r=20

I used Newgen to import it. And this is all to strange because i hosted a version with this spell on B.net to test the new hero out (which uses the spell) and i found some bugs i had to fix with the game, so i went back to the map and fixed some things in the object editor, used map protector, and hosted, and it said game was not found. I didnt do anything in the object editor that would make that error, (i dont even think its possible anyways)

Hmmm,in your map optimizer do you enable the "optimize script" ? Maybe that's the problem,try optimizing your map without this and then try testing it.
 
With patch 1.24 "Game Not Found" could refer to a number of things, I found that a lot of my older maps with Jass script can no longer be hosted, this is due to a lot of the "fixing" Blizzard has been doing to the editor causing some of the Jass functions to not work properly. Probably ones related to that "return bug"

The best and easiest way to fix this is removing the jass code, in this case the spell you imported. The spell you imported probably isn't compatible with patch 1.24. If you have the knowledge of how to do so you can edit the code so this bug no longer occurs, but as I don't know what's causing it I also don't know how to fix it. I probably wouldn't know how to fix it even if I knew the specific function, but I know other people have done it so it's possible.

Another known bug is that some optimizers will cause this to happen if you have certain options checked off, a prime example is Vex's Map Optimizer. I'm not sure what options cause this but if you play around with your optimizer's settings you can probably get it to stop.
 
Status
Not open for further replies.
Back
Top