[Crash] Map sometimes Crash after Loading

Level 6
Joined
Feb 21, 2020
Messages
77
Help me plz! (Warcraft 3 Reforged) My map sometimes Crash (10-20% chance) after Loading! Sometimes not. Every player can random crash! Here 4 Crash logos...
Can someone tell me what is going on please?
 

Attachments

  • Crash 1.txt
    48.4 KB · Views: 9
  • Crash 2.txt
    48.6 KB · Views: 4
  • Crash 3.txt
    48 KB · Views: 3
  • Crash 4.txt
    48.3 KB · Views: 5
Level 6
Joined
Feb 21, 2020
Messages
77
Are you using reforged graphics, or/and lots of custom models?
Do all the players crash, or only a portion?
Does it ever crash for you in LAN?
What version are you on?
Did you go over the most frequent crashes thread? [Crash] - List of WarCraft III Crashes
1) No matter graphics. Lots of custom models - yes.
2) Only random players. Not all. Not often.
3) Crash only in multiplayer... In single all good.
4) Last Reforget version
5) Yea... It is no use for me
 
Level 15
Joined
Jun 9, 2008
Messages
308
Look into triggers that use the Event:
  • Events
    • Map initialization
There are certain things you shouldn't be doing during this time.

The alternative:
  • Events
    • Time - Elapsed game time is 0.01 seconds
Ok I cannot resist - what things, just as an example? I have quite a heavy map initialization trigger.

I trimmed it down significantly and added much of it into other triggers like your suggestion, figuring it might be something with map initialization (though I was never able to narrow it down).

(Sidenote, my crash still happens. In fact, it will still happen with 0 custom triggers or models, literally just a new blank map from scratch, about 10-20% chance with 24 players, less with less players; so no idea what's going on. But trimming down triggers should be a good idea regardless).
 
Last edited:

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,866
Ok I cannot resist - what things, just as an example? I have quite a heavy map initialization trigger.

I trimmed it down significantly and added much of it into other triggers like your suggestion, figuring it might be something with map initialization (though I was never able to narrow it down).

(Sidenote, my crash still happens. In fact, it will still happen with 0 custom triggers or models, literally just a new blank map from scratch, about 10-20% chance with 24 players, less with less players; so no idea what's going on. But trimming down triggers should be a good idea regardless).
The main one I recall is checking Player Slot status / Controller status at this time.
But if the crash still occurs then I'm not sure. A new blank map causing crashes sounds like Reforged is just broken or something (more broken, that is).
 
Level 15
Joined
Jun 9, 2008
Messages
308
The main one I recall is checking Player Slot status / Controller status at this time.
But if the crash still occurs then I'm not sure. A new blank map causing crashes sounds like Reforged is just broken or something (more broken, that is).
Thanks!

(not playing reforged though, I am on 1.29, but maybe something is still wrong with my version.)
 
Last edited:
Top