Results 6 comments of m24h

If I did not allocate variables 'a' and 'b', or call BLE.active(True) before that, everything seems to be OK.

A similar issue seems to be happening on the WLAN. If more than 20-30k RAM has been allocated before, activing AP may cause panic, STA will report a password error...

This issue seems to be causing the Docker Desktop error as well: > [2025-06-05T19:41:42.948619700Z] [19:41:42.948619700Z][main.wslprovisioner ] WSLBootstrap: running 'wsl C:\WINDOWS\System32\wsl.exe -d docker-desktop -u root -e wsl-bootstrap run --base-image /c/Program Files/Docker/Docker/resources/docker-desktop.iso...

[WslLogs-2025-06-08_13-22-09.zip](https://github.com/user-attachments/files/20643004/WslLogs-2025-06-08_13-22-09.zip) The logs was attached. But I don't think it makes much sense, it's a case-sensitive misunderstanding between the two systems. Especially when you open the window as an administrator,...

I don't know how "to start with the wrong current directory casing" either, I just opened `Windows Prompt` as an Administrator and it was started in such a directory. Even...

It's interesting. Try this? It works on my `Windows Prompt` and `Power Shell`. > d:\>python -c "import os; os.chdir(r'c:\winDOWs'); os.system('cmd')" c:\winDOWs> c:\winDOWs>python --version Python 3.13.0 Maybe your version of Windows...