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

Fatal error!

Status
Not open for further replies.
Level 7
Joined
Apr 13, 2012
Messages
110
FATAL ERROR!
Program:c:\program files\warcraft iii\War3.exe
Exception: 0xC0000005(ACCESS_VIOLATION) at 001B:6F0CD86D
The instruction at '0x6F0CD86D' referenced memory at '0x00000000'
The memory could not be 'read'

Here are the triggers they are full of leaks but i dont think thats the problem:

  • Trigger 1
    • Events
      • Unit - A unit enters RegionA <gen>
    • Conditions
      • (Triggering unit) Equal to UnitA <gen>
    • Actions
      • Set lifeofwall = (Current life of WALL1)
      • Destructible - Pick every destructible in RegionA <gen> and do (Actions)
        • Loop - Actions
        • Destructible - Remove (Picked destructible)
  • Trigger 2
    • Events
      • Unit - A unit leaves RegionA <gen>
    • Conditions
      • (Triggering unit) Equal to UnitA <gen>
    • Actions
      • Destructible - Create a WALL1 at (Center of RegionA <gen>) facing (Random angle) with scale 0.70 and variation 0
      • Set WALL1 = (Last created destructible)
      • Destructible - Set life of WALL1 to lifeofwall
You understand its a wall system you enter the region the wall disappears,you leave the region the wall reappears

The ERROR is when an enemy unit attacks the wall and the same time
you enter the region to disappear the wall...

Ideas welcomed
 
Status
Not open for further replies.
Top