PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Windev programs suddenly start doing memorydumps (with dialog)
Windev programs suddenly start doing memorydumps (with dialog)
Iniciado por Patrick Thijs, ago., 27 2020 9:33 AM - 6 respostas
Publicado em agosto, 27 2020 - 9:33 AM
Hello Everyone,

I have an very annoying problem with some programs that are written in Windev (versions 21 till 25)
At random times a dialogwindow shows up to save a memory dump file. This mostly happens with programs that are running without user intervention and are running 24/24.
There was no update on these programs, and also no user interventions.
It happens on several computers on different locations which are not related to eachother.
The programs also keep running, they are not stopping or crashing.
Does anyone of you already had this thing going on ? And how can it be solved ? Or at least, how can I disable the automatic display of the memorydump dialog ?

best regards,

Patrick
Membro registado
123 mensagems
Popularité : +7 (9 votes)
Publicado em agosto, 27 2020 - 12:55 PM
Hi Patrick,

I read in another thread this is caused in combination with a specific version of AnyDesk being used on the computers where the WD programs are installed. Guess this is the case here too.

--
Peter Holemans
www.mcs2.eu
www.pixontri.eu
Publicado em agosto, 27 2020 - 2:09 PM
Hello Peter,

I've just found it out myself.
The memorydump can be reproduced very easy within AnyDesk.
Question now is : who's gonna solve the problem ? Anydesk of PC-Soft ?

grtz


Patrick
Publicado em agosto, 27 2020 - 9:38 PM
anydesk is working on a solution.
In the meantime, you can add an instruction in your program to deactivate the memory dump in your application when ctrl-pause is pressed... It's in the automatic application features
Membro registado
123 mensagems
Popularité : +7 (9 votes)
Publicado em setembro, 01 2020 - 7:47 PM
Publicado em setembro, 01 2020 - 8:21 PM
You can disable the memory-dump feature by adding this line your code :

dbgInfo(dbgActivateUserDump,False)

grtz

Patrick
Membro registado
309 mensagems
Popularité : +31 (37 votes)
Publicado em setembro, 03 2020 - 12:39 PM
Hi,
You can upgrade to Anydesk 6.0.8 (released today)
This should fix the memory dump issue.

BR
Samir