Closed flingrocks closed 3 years ago
Receiving ERROR: Could not detect console region with the Python script on Linux for a supported region dump. I believe the problem lies with this line here: https://github.com/mondul/HiyaCFW-Helper/blob/50d65ad426e1c0cb3fb3b6cc0639a5c233f4ee9d/HiyaCFW_Helper.py#L864 This is doing a case-sensitive comparison, but the extension for the file might be .APP for some, in which case it fails.
ERROR: Could not detect console region
.APP
Receiving
ERROR: Could not detect console region
with the Python script on Linux for a supported region dump. I believe the problem lies with this line here: https://github.com/mondul/HiyaCFW-Helper/blob/50d65ad426e1c0cb3fb3b6cc0639a5c233f4ee9d/HiyaCFW_Helper.py#L864 This is doing a case-sensitive comparison, but the extension for the file might be.APP
for some, in which case it fails.