Sorry, I posted the .dmp file first. Here is the error message:
Code: ags
The issue resolved when I changed the dsinv[] array from a dynamic array to an array with a fixed size, so I'm assuming the issue was in the way I declared the size of the array.
Thanks.
---------------------------
Illegal exception
---------------------------
An exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x0041DB91 ; program pointer is +2051, ACI version 3.3.3.0, gtags (15,7)
AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and post the details on the AGS Technical Forum.
The issue resolved when I changed the dsinv[] array from a dynamic array to an array with a fixed size, so I'm assuming the issue was in the way I declared the size of the array.
Thanks.