Maps Freezing since last patch

then the problem is related to battle.net somehow.

2 more maps reported to be affected by Freezing bug:

  • Siege to Lordaeron City
  • First War.

Indeed most of the most played maps are affected by this bug that blizzard caused witht heir last patches. And months later still NO ANSWER or explanation from Blizzard.

Shame!

1 Like

They have answered and explained already…

They are not releasing any more patches for Warcraft III (RoC/TFT). The next patch/release will be Reforged. This is to make development easier because otherwise they would need to backport the fixes from Reforged to create a separate patch, a process that can introduce bugs of its own due to dependences.

What this means is the next patch will come in roughly 2-3 months time when Reforged is released. This patch will likely fix a lot of problems as well as add new features and even Reforged itself. Please be patient.

If you have compatibility problems with custom maps then try running the x86 version of WC3. There are known issues with the x86-64 version which have probably already been fixed internally but will only be deployed with the next patch (most certainly Reforged) for the reasons mentioned above.

1 Like

So our thoughts were true and they confirmed it: they broke w3 to force us to buy reforged. AWESOME. They release unneeded patch for w3 after 20 years, that patch breaks our custom games and they say they are not releasing more patches to fix it, but release reforged.

What a shame. This could be reportable to customer defender.

No? Just that the fix will only come when Reforged is deployed… One must remember that all existing clients will be migrated to Reforged client once it is released, with a pay wall blocking one from reforged features. Like SC Remastered.

Reforged is a patch and uses the same code as what will be the standard game for everyone. If they had to back port fixes for an intermediate build it would waste a lot of development resources. Instead they are adding all fixes to what will become the Reforged release patch.

1 Like

Still no fix to this game breaking bug.
My map is unplayable. Random freezes happen randomly. With no reason. My map has not been modified since the patch 1.30 and it did not freeze on 1.30, NEVER, but now it always freeze randomly on 1.31 and it is really anoying because it is a RPG map.

I pray for the issue to be fixed on Reforged, at least. Otherwise many maps will be dead because of Blizzard.

You will have to wait to retest it in patch 1.32 (Reforged). It is very likely Blizzard will have fixed many of the bugs with custom maps by then.

Reforged will bring more bugs, not fixes. The most probably scenario is we having to wait to 1.32.1 to play properly both Reforged and Warcraft 3. Just hope that 1.32.1 is fine and we dont need to wait for even more patches that could fix not only what they have already broken, but what reforged will break.

Patches will likely be released much more frequently with Reforged live. The only reason patches have arrived so slowly recently is that they were working on Reforged and back porting fixes to pre-Reforged code might require considerable effort if not be impossible.

1 Like

From my experience, and in my personal case : my freezes have two possible reasons in my opinion.

My game is a turn-based RPG, attacks and skills both use “Floating Texts” and “Orders to cast” (from active units and dummies).

I am almost certain that the freezes I get ALWAYS occur at the moment an action is processing upon a target, that means when floating text is created and a dummy/unit is ordered by trigger to cast a spell. Many floating texts and orders are working fine then somehow RANDOMLY it freezes at the very moment a target is attacked or cast a skill on, for no reason.

To people facing these freezes : do you use floating texts and/or orders to cast a spell ?

I have uploaded a video to show you the precise moment when a freeze occur in my case. When the skill is hitting the target and a floating text appear. For no reason. Randomly. It is not because of triggers because it works fine until it freezes and never froze before the last patch.

VIDEO : https://www.youtube.com/embed/8AiJjbEq2BU?vq=hd1080
(freeze occurs at the very end, game is frozen and must be shut down manually or by windows itself)

So do you think this freeze looks like yours ?

1 Like

They screwed this game so badly in the last patches. Here 2 bugs that were found and I was able to fix:
If a unit hasn’t an icon assigned (so you would see Sam Didier instead) it is not possible to multi select it (either mouse and drag or Strg+ click). The game will crash immediately. Very embarassing for Blizzard imo, as a programmer usually you check if a variable is 0 or null before it is used in order to prevent damage.

Another (annoying) bug since patch 1.29: It’s not possible to share units to brown if the map has 2 teams(team 1= Player 2-6, team 2=Player 8-12) and Player 1 / Player 7 (used for buildings for the respective team) are set to none (like in DotA).

Cheers

1 Like

Yes. I have a lot of triggers to order units (or dummy units) to cast skills.

My map is seeing freezes now too and it started happening after I reached 12.000+ doodads.

Dear Blizzard, do you plan to solve this issue?

@rest: do you know something new to this topic?

So far it seems that what was causing my freezes was all the 0.01 time related datas.

If you have spells with 0.01 duration for instance, it might cause the game to freeze eventually. Check if you have any custom spell with time data lower than 0.10 and replace it by either 0.10 or 0 (cooldown, duration, intervals, etc…). Check if you have any trigger with 0.01 wait or elapse and replace by 0.10. Retry after that.