PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → sleep mode problem
sleep mode problem
Iniciado por ingpanya, 19,ago. 2020 09:44 - 1 respuesta
Publicado el 19,agosto 2020 - 09:44
When you come out of sleep mode then, WD 25 crashes with an error message about an invalid vtable. What can I do to fix the problem?


I already tried this below method but it didn't work,
- https://faq.windev.com/8826-64bits_windev_webdev_windev_mobile_dongle-read.awp…

- https://faq.windev.com/3519-faq-read.awp

Plase help me solve the problem

Windows 10 home
CPU i9-9980HK
Publicado el 20,agosto 2020 - 19:48
the vtable error means that windev cannot reach the dungle when verifying your licence...
In this specific case, it's because your sleep mode did shut down the USB subsystem, and it's not up in time for the checkin.

So, I see two possible ways of solving that :

1. go into the advanced options of the energy management and disable shutting off usb to save energy, and see if that works (I don't know for sure, as I'm using option 2)

2. Disable sleep mode (I don't have any automatic sleep mode enable on my development machine. I do all that kind of things manually as I KNOW when and how I need to do something on it.