TinkerWorX / SharpCraft-retired-

SharpCraft is a library that helps modding Warcraft III: The Frozen Throne.
GNU General Public License v2.0
40 stars 10 forks source link

Implement JASS VM crash detection #17

Closed TinkerWorX closed 10 years ago

TinkerWorX commented 10 years ago

In JASS it's possible for the VM thread to crash in several situations. It would be nice if we could detect the op limit being hit, null reference exceptions, divide by zero crash and whatever else we can find.

TinkerWorX commented 10 years ago

This has been implemented with ingame messages. When debug is turned on in the config, errors for op limit being hit, null reference errors and divide by zero errors will be reported through chat messages sent from [System].

http://i.imgur.com/y1H15C2.jpg

psxlover commented 10 years ago

What happened to this?