| |
| Publicado el 27,agosto 2020 - 09:33 |
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 |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 124 mensajes |
|
| Publicado el 27,agosto 2020 - 12:55 |
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 el 27,agosto 2020 - 14:09 |
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 el 27,agosto 2020 - 21:38 |
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 |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 124 mensajes |
|
| Publicado el 01,septiembre 2020 - 19:47 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 01,septiembre 2020 - 20:21 |
You can disable the memory-dump feature by adding this line your code :
dbgInfo(dbgActivateUserDump,False)
grtz
Patrick |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 310 mensajes |
|
| Publicado el 03,septiembre 2020 - 12:39 |
Hi, You can upgrade to Anydesk 6.0.8 (released today) This should fix the memory dump issue.
BR Samir |
| |
| |
| | | |
|
| | |