You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Crash when Python is not Found on Windows (#6870)
* check for process failure in python version check
* unify windows and linux python checks
* add mac python advice to translation strings
* remove unnecessary QProcess includes
* import sys in 64-bit python check
* fix indentation
* fix crash on invalid command
* Revert "remove unnecessary QProcess includes" (moved to another pr)
This reverts commit 31f04ea.
* try removing unusedPrivateFunction cppcheck suppression
* undo if/ifdef reorder
* add else comment
* Revert "fix crash on invalid command"
I forgot that this only becomes necessary when some other changes are
added (which will come in another PR)
This reverts commit 15982ce.
* formatting
* remove newline
* update changelog
* wording
Copy file name to clipboardExpand all lines: docs/reference/changelog-r2025.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Fixed a bug causing `TrackWheel` nodes to lose their field values when used in a proto converted to a base node ([#6856](https://github.com/cyberbotics/webots/pull/6856)).
19
19
- Fixed a bug causing supervisors to occasionally read stale field values after the simulation was reset ([#6758](https://github.com/cyberbotics/webots/pull/6758)).
20
20
- Fixed a bug causing Webots to occasionally crash when unloading a world ([#6857](https://github.com/cyberbotics/webots/pull/6857)).
21
+
- Fixed a crash occurring when Python was not found on Windows ([#6870](https://github.com/cyberbotics/webots/pull/6870)).
0 commit comments