PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB19 Project crashes when do anything on page
WB19 Project crashes when do anything on page
Iniciado por guest, 01,ene. 2015 22:25 - 4 respuestas
Publicado el 01,enero 2015 - 22:25
Hi all -

I've been working on this project, and suddenly when running in the development system, the 1st page comes up just fine, but if I click on anything it crashes and says "session does not exist anymore"

Error
Error
The session does not exist anymore

(you have exited from it or it was ended 'normally')

Restart the application (MAFA_SM_Staff)

The application will be automatically relaunched in 3 seconds


(61, ERR_DISCONNECTED_EXEC)

I have done many things and can't get it to work properly again. Does anyone have any suggestions? I've deleted the .cpl folder and "repaired" the project several times - no go.
Publicado el 02,enero 2015 - 20:28
Hi Joel,

Have you tried a similar approach to those documented in this recent post?
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://27130.foren.mysnip.de/read.php?27131,513628">http://27130.foren.mysnip.de/read.php&hellip;</a>
Publicado el 02,enero 2015 - 21:00
Hi Darren -

I ended up making a new project, importing the pages, etc. into it and it works just fine. Just one of those oddball WebDev corruptions I guess.

Thanks -

J
Publicado el 02,enero 2015 - 23:13
Hello Joel

I appreciate that you have fixed your error, but your problem and Peter's from the other day were both presumably caused by "corrupt" project files. I didn't think of it at the time of the first problem, but there should be either a projectname.tkw or projectname.bkw (or both) in the backup folder.

It would be interesting to know if using these project backups would have solved the problems as it would have centred the blame on the project file as the true cause of the issue.

I have my IDE backup option set to every 10 minutes and flush.

Regards
Al
Publicado el 03,enero 2015 - 10:38
Hi everybody

and presumably, we ALL have MULTIPLE backups of the whole projects, hence including the project file... So before creating a new project and spending all that time copying stuff, a simple restore will do the trick most of the time

Best regards