Before explaining my problem note that on my Windows system this seems to work properly, the test is made on a friend computer.
Without connecting any adapter on the computer I tried to launch the command "gnwmanager --verbosity debug unlock". On my computer this display a list of tries with all adapter and say that it couldn't find any adapter, normal. On my friend computer when I try the same thing it try to launch the stlink.cfg config and just after that it try to reset the device with the "reset_and_halt()" function, that's not normal because like I said no adpater is connected; and the program seems totaly frozen after that because even with "ctrl+c" shortcut it doesn't terminate it.
A classic flash work perfectly (old Game-and-watch-patch for example) so I realy don't understand what could cause this problem or what/where to search to find some clues on the error. I've tried to search in the Devices Manager and I don't see anything suspect, I've also searched in programs installed but nothing here also.
I've tried the unlock command from a classic Python installation and Chocolated install of Openocd with "gnwmanager install openocd". Our two Windows system are the same (Windows 11 Pro last version), we have the same STlink drivers installed, realy I don't understand...
Thanks.
Before explaining my problem note that on my Windows system this seems to work properly, the test is made on a friend computer.
Without connecting any adapter on the computer I tried to launch the command "gnwmanager --verbosity debug unlock". On my computer this display a list of tries with all adapter and say that it couldn't find any adapter, normal. On my friend computer when I try the same thing it try to launch the stlink.cfg config and just after that it try to reset the device with the "reset_and_halt()" function, that's not normal because like I said no adpater is connected; and the program seems totaly frozen after that because even with "ctrl+c" shortcut it doesn't terminate it.
A classic flash work perfectly (old Game-and-watch-patch for example) so I realy don't understand what could cause this problem or what/where to search to find some clues on the error. I've tried to search in the Devices Manager and I don't see anything suspect, I've also searched in programs installed but nothing here also.
I've tried the unlock command from a classic Python installation and Chocolated install of Openocd with "gnwmanager install openocd". Our two Windows system are the same (Windows 11 Pro last version), we have the same STlink drivers installed, realy I don't understand...
Thanks.