defaults.py: Implement additional error handling for 2.1.0 bug

This commit is contained in:
Mykola Grymalyuk
2024-11-06 10:18:17 -07:00
parent 2a578734b9
commit 5e4b124b2a
5 changed files with 60 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
# OpenCore Legacy Patcher changelog
## 2.1.2
- Add additional error handling for when building OpenCore errors out
- Prevents broken EFI from being installed to disk
- Add additional error handling for broken settings file from OCLP 2.1.0
- If typing for settings is wrong, app will skip setting it, delete from settings file and use default
- Delete `/Users/Shared/.com.dortania.opencore-legacy-patcher.plist` and restart app to avoid this issue
- Add additional warning about OCLP 2.1.0 bug where certain settings saved incorrectly
- Delete `/Users/Shared/.com.dortania.opencore-legacy-patcher.plist` and restart app if `TypeError: unsupported type: <class 'NoneType'>` error occurs
## 2.1.1
- Resolve boolean GUI settings saving incorrectly as Python's None type