EP,
Not 100% positive it's not some funky VM issue, but the latest TWXC included in 2.5.37 compiles correctly but throws a error when running the .CTS.
When I compile using the latest TWXC uploaded by Wyvern at Grimy which has the minor revision of .37 TWXProxy throws the following error for my current mom_bot implementation.
Code:
Loading script: C:\TWXProxy2\__mom_bot3_1045.cts
Command [TL=00:00:00]:[2445] (?=Help)? : Script run-time error in '__MOM_BOT3_10
45.TS': Window not found: 0, line 9
Script terminated: C:\TWXProxy2\__mom_bot3_1045.cts
Where line 9 is:
Code:
setVar $major_version "3"
Additionally the file sizes have changed from legacy 2.04 (included as a attachment) and the current revision
Code:
TWXC - 2.5.37 855kb <- Downloaded from Grimy
TWXC - 2.0.4 801kb <- Downloaded from your GoogleCode page
The legacy TWXC compiles and runs correctly where the current revision does not. The obvious answer is to run the legacy TWXC for now, just figured I'd let you know of a potential issue.