- 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:
The ERROR is when an enemy unit attacks the wall and the same time
you enter the region to disappear the wall...
Ideas welcomed
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)
-
Events
-
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
-
Events
The ERROR is when an enemy unit attacks the wall and the same time
you enter the region to disappear the wall...
Ideas welcomed