rakesh37187 / BBSaveEditor

A simple python script for easily modifying bloodborne save data. This is a work in progress and might not work as I have also used some weird method to find certain memory places.
2 stars 1 forks source link

'NoneType' object has no attribute 'start' error when loading certain save files. #3

Open DraconicOv opened 1 month ago

DraconicOv commented 1 month ago

I encountered the error Traceback (most recent call last): File "tkinter\__init__.py", line 1921, in __call__ File "app.py", line 292, in _process_data_user File "process_save_file.py", line 15, in process_user File "process_save_file.py", line 54, in extract_user_info AttributeError: 'NoneType' object has no attribute 'start' In attempting to load this save file. Interestingly, this didn't occur for all my save files, only some. It seems like the type of "found data" is None, most likely due to the Regex pattern not finding any matches. I'm not very knowledgeable about BB save editing, but I'm fairly knowledgeable about python and Regex, so I can quite possibly help out if you could tell me the intent behind the regex.