PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19]  wdtst.exe  is crashing
[WD19] wdtst.exe is crashing
Iniciado por guest, 17,dic. 2015 07:06 - 4 respuestas
Publicado el 17,diciembre 2015 - 07:06
Hi,

when returning from testing my app to the develop Environment, I often get a message window which tells me something like 'wdtst.exe is not running any more'.

This Windows disappears automatically after a few seconds if I don't Close it before.

Sometimes the code Editor hangs up, too, for a few seconds.

After then all works ok until returning from the next test of the app.

Anybody out there how to avoid that?

greetings

Erik
Publicado el 17,diciembre 2015 - 10:46
Hi Erik,

Have you done all the "standard" stuff - like deleting the .cpl folder etc...?
Publicado el 17,diciembre 2015 - 12:16
Hi Darren,

yes, deleted the cpl-folder, recompiled, no Change.
Looks as if wdtst.exe is damaged, but I want avoiding to reinstall Windev.

Regards

Erik
Publicado el 17,diciembre 2015 - 13:35
Hi,

WDTST.EXE is in fact the testing of your project.
So if WDTST is crashing, there should be something wrong in your project (mostly a bug).

I once had this kind of problem when printing reports.

Kind regards,
Joris.
Publicado el 17,diciembre 2015 - 14:22
Hello,

I had this when working with thread and did not properly closed or finisched the thread, that made the WDTST.EXE crash.

Are you doing something special in code ?

Danny