PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Windev crash when I open a saved window
Windev crash when I open a saved window
Iniciado por fortune.andrea, 04,ago. 2017 10:07 - 2 respuestas
Publicado el 04,agosto 2017 - 10:07
Hello,
I'm starting to use Windev to create some simple program.

Yesterday I finished my first program, it has a main window with 2 tabs and a main menu (with 2 small window).
I tested it and it was perfect.
I produced then an installer, and saved the project. When I tried to open it again Windev crashs.
Windev ask me to recompile, if I choose yes it crashs. If not it's opening perfectly, but only if I don't open the main window of some of its internal codes. If I click on main window or the codes it crashs.

It's strange because I can test all and it works (see the image with the test that works) and I can produce the installer and the .exe correctly. I can also modify something of the 2 small windows.

If I open just the WIN_XLSFunction (without project) it crashs.

I copied manually some folder just before the production that gives the error, but also this backup has the error.

I'm scared because I want to buy the full version, but if it happen with a bigger project I don't know what I can do, I'm scared to loose my work.

Please help me! What can I do?


See the image.











Publicado el 04,agosto 2017 - 16:11
Hi Andrea,

this never happened to me (in 25 years), but I take the precaution of
removing the windev directories and the projects directories from the
antivirus scan area (as we are doing what is clearly abnormal stuff,
compared to the general population).

Now, to solve your problem, you can try:
- FIRST, exclude your directories from your antivirus.
- delete the .cpl directory and the .env file from your project and try
again
- if that is not working then, rename either the YourwindowName.wkp or
the YourWIndowName.wkt in Yourwindowname.wdw (I hope I remember the
extrensions right, as those 2 are automatic backups of your "broken"
window and try again


Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com

Le 8/4/2017 à 2:07 AM, Andrea a écrit :
Hello,
I'm starting to use Windev to create some simple program.

Yesterday I finished my first program, it has a main window with 2 tabs
and a main menu (with 2 small window).
I tested it and it was perfect.
I produced then an installer, and saved the project. When I tried to
open it again Windev crashs.
Windev ask me to recompile, if I choose yes it crashs. If not it's
opening perfectly, but only if I don't open the main window of some of
its internal codes. If I click on main window or the codes it crashs.

It's strange because I can test all and it works (see the image with the
test that works) and I can produce the installer and the .exe correctly.
I can also modify something of the 2 small windows.

If I open just the WIN_XLSFunction (without project) it crashs.
I copied manually some folder just before the production that gives the
error, but also this backup has the error.

I'm scared because I want to buy the full version, but if it happen with
a bigger project I don't know what I can do, I'm scared to loose my work.

Please help me! What can I do?


See the image.














Publicado el 05,agosto 2017 - 15:01
Hello Fabrice,
thanks for your help
unfortunately the problem (following your suggestion) isn't solved.
I copied the procedures into another window and recreated the buttons layout.
Now it works.