Rinaldi Jandrinata
Rinaldi Jandrinata
look like there is fault in frontend, please check. ``` >>> Process ended with exit code 3221225725. ``` [frontend_faults.log](https://github.com/thonny/thonny/files/10516868/frontend_faults.log) [backend.log](https://github.com/thonny/thonny/files/10516870/backend.log)
@aivarannamaa i was able to reproduce "exit code 3221225725" with these code : ``` number_list = [] some_list.append( 1 ) some_list.append( 2 ) some_list.append( 3 ) ``` the error will...
@aivarannamaa i have updated to thonny version 4.1.2 and try to reproduce the issue. i can confirm that the issue fixed in thonny 4.1.2. thank you very much for your...