yet another infuriating problem of mine.

so this time, my application runs beautifully on every single computer i've tried it on, lots of different brands, speeds, single/multi processor, varying amounts of RAM, etc.

except, it doesn't run on the tool computer. the one i really need it to run on X(

it starts initialization, and then just closes itself. the only error message i could tease out of the thing was "abnormal program termination".

is it perhaps running out of stack memory or something? i allocate pretty much everything off the heap, and the machine has 512MB ram, and my app only takes 12MB.

this is really horribly disparaging. any ideas on what it might be or how to diagnose would be greatly appreciated.