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 ???
windows run time errormy program crashes due to windows run time error
Page 1 of 1
1 Replies - 1081 Views - Last Post: 27 June 2008 - 11:57 PM
Replies To: windows run time error
#2
Re: windows run time error
Posted 27 June 2008 - 11:57 PM
it sounds as though you have a bug in your program that is interfering with explorer.exe. Chances are it is a memory leak or somthing like that.
I am sorry to say that without much more information there is little we can do to help. You can try compiling your program with debugging information and running it in a debugger on the affected systems.
I am sorry to say that without much more information there is little we can do to help. You can try compiling your program with debugging information and running it in a debugger on the affected systems.
Page 1 of 1