PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD21] Windev21.exe (WINDEV21) - Win32 has stopped working
[WD21] Windev21.exe (WINDEV21) - Win32 has stopped working
Iniciado por guest, 20,sep. 2016 22:39 - 3 respuestas
Publicado el 20,septiembre 2016 - 22:39
Appcrash Windev21.exe

I get these two errors currently approximately a couple of times per week. WD crashes when it is opened, and I have to start looking for the reason.

First I get this:

Windev21.exe (WINDEV21) - Win32 has stopped working

Problem signature:
Problem Event Name: APPCRASH
Application Name: WINDEV21.exe
Application Version: 21.0.168.3
Application Timestamp: 576aa2cf
Fault Module Name: WDFEN.dll
Fault Module Version: 21.0.204.6
Fault Module Timestamp: 575ed78e
Exception Code: c0000005
Exception Offset: 0027ece1
OS Version: 6.3.9600.2.0.0.768.101
Locale ID: 1035
Additional Information 1: 5861
Additional Information 2:

5861822e1919d7c014bbb064c64908b2
Additional Information 3: 6ee2
Additional Information 4:

6ee2432e64e99bdcea5e4be767a3b1a2

-------------------------------------------------------------------------------
And a second one as soon as the firsy error window is closed:
-------------------------------------------------------------------------------

Windev21.exe (WINDEV21) - Win32 has stopped working

Problem signature:
Problem Event Name: APPCRASH
Application Name: WINDEV21.exe
Application Version: 21.0.168.3
Application Timestamp: 576aa2cf
Fault Module Name: ntdll.dll
Fault Module Version: 6.3.9600.18233
Fault Module Timestamp: 56bb4e1d
Exception Code: c0150010
Exception Offset: 000a6d29
OS Version: 6.3.9600.2.0.0.768.101
Locale ID: 1035
Additional Information 1: 29c0
Additional Information 2:

29c04733a232aaf45f689229290bf6f4
Additional Information 3: 1584
Additional Information 4:

1584de5d2cad77645fa5dbf29f24f244

It took me some time to find out that usually one of the latest edited windows (.wdw) is the culprit, or the project..env file. So restoring one of them at a time and then trying to re-open the project usually solves the proble, This happens with my main app, an ERP, which is quite large. It hasn't happened with small projects, so far.

But working with WD21 is so frustrating. WD quality has come down from WD19 like a cow's tail, and even in 19 it wasn't too good.

I no longer dare to backup my apps after closing them, until I have re-opened and re-closed them to see that they really do re-open!

Development time: not much faster than zero!

Best regards
Ola
Publicado el 20,septiembre 2016 - 22:55
Hello Ola

My method is to always delete the cpl folder before starting any work. I got into this habit around V16 and I very rarely have problems.

I also run the old style menus rather than the ribbon but I can't imagine that would have any effect on stability. I have stuck to Win7 pro and will continue to do so on my development computer as long as possible. My development computer has 32gb of RAM and there are marked differences in stability - mainly the debugger - and obviously performance, if I have to use my laptop which only has 8gb and runs Win10

Regards
Al
Publicado el 20,septiembre 2016 - 22:57
Hi Ola,

why don't you backup your project BEFORE closing it, using the included utility, and creating a different project backup per day?

This way you always have a solution and you can keep as many versions as you like...

Best regards
Publicado el 21,septiembre 2016 - 03:46
Hi
I have to agree with Ola that v21 is nowhere near as stable as earlier versions.

I used to very rarely have this problem whereas it now happens on my large projects probably 50% of the time I open them. Deleting the CPL folder doesn't make a difference; deleting the ENV file does but of course you then have to reload all the windows etc you were working on. I have recently (ie. the last week or so) started taking a copy of my ENV file when I exit WD & if I get the crash I copy that back. That has worked moderately well so far (3 out of 4 attempts) but I don't know why. I had previously tried restoring it from backups without success

David