From fee73bc721822167d4e8d112e0e7e777221e76f4 Mon Sep 17 00:00:00 2001 From: Lesserkuma Date: Thu, 18 Nov 2021 12:27:51 +0100 Subject: [PATCH] - --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0bf7d..ed180dc 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Use this command in a Terminal or Command Prompt window to launch the installed * If you run into an error that says `TypeError: 'Shiboken.ObjectType' object is not iterable`, you can try to uninstall and re-install the Python package *PySide2*, or you can run FlashGBX in command line interface mode using the command `python3 -m FlashGBX --cli`. -* If you see the error `Type Error: 'PySide2.QtCore.Qt.WindowType' object cannot be interpreted as an integer` and can only use CLI mode, this can be an issue with Python version 3.10+. Please try the older [Python version 3.9.9](https://www.python.org/downloads/release/python-399/) until the issue is fixed by Qt developers. +* If you see the error `Type Error: 'PySide2.QtCore.Qt.WindowType' object cannot be interpreted as an integer` and can only use CLI mode, this issue may be related to changes with Python version 3.10+. Please try the older [Python version 3.9.9](https://www.python.org/downloads/release/python-399/) until the issue is fixed in the PySide2 package. * For save data backup/restore on Game Boy Advance reproduction cartridges, depending on how it was built, you may have to manually select the save type for it to work properly. However, the save data backup/restore feature may not work on certain reproduction cartridges with batteryless-patched ROMs. As those cartridges use the same flash chip for both ROM and save data storage, a full ROM backup will usually include the save data. Also, when flashing a new unpatched ROM to a cartridge like this, the game may not be able to save progress without soldering in a battery. See the [Flash Cart DB website](https://flashcartdb.com/index.php/Clone_and_Repo_Cart_Problems) for more information.