[Crash] Map sometimes Crash after Loading

Status
Not open for further replies.
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
 
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:
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).
 
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:
Status
Not open for further replies.
Back
Top