Click to See Complete Forum and Search --> : Run time Error


juliaProcess
June 28th, 2008, 02:36 AM
Hello

I recently wrote a program that worked for some time, until recently I have been encountering

-------------------------------------------------
Runtime Error!

Program: C:\WINDOWS\EXPLORER.EXE

This application has requested the Runtime to terminate in an unusual way.
Please contact the application's support team for more information.

-----------------------------------------------------

the errors would occur on some computers while not others, and if i change the name of the folder holding it exe , it would also work , all these lead me to think that it has something to do with the windows registry , that perhaps my nsis program messed something up, but i'm not sure, any suggestions on the causes of the runtime error ???

Paul McKenzie
June 29th, 2008, 07:29 AM
any suggestions on the causes of the runtime error ???Have you attempted to debug your program? If you get a runtime error, you're expected to debug the application.

Regards,

Paul McKenzie