GuidanceOfGrace / CLASSIC-Fallout4

Crash Log Auto-Scanner & Setup Integrity Checker for Fallout 4 / Buffout 4. Tool that extensively scans Fallout 4 game & mod files and Buffout 4 crash logs, then provides troubleshooting advice depending on what it finds.
8 stars 4 forks source link

Bug with Scan Game files output in the GUI #32

Closed evildarkarchon closed 1 year ago

evildarkarchon commented 1 year ago

There is a bug in Scan_Interface where it will output the list of error logs in the FO4 install directory as a raw python list, complete with the \n-----\n parts. I found it in the course of testing my latest PR.

Example of output: ['E:\\Games\\Steam\\steamapps\\common\\Fallout 4\\CreationKit.exe_20220511_062845.log\n-----\n', 'E:\\Games\\Steam\\steamapps\\common\\Fallout 4\\CreationKit.exe_20220511_063707.log\n-----\n', 'E:\\Games\\Steam\\steamapps\\common\\Fallout 4\\xSE PluginPreloader.log\n-----\n']

In the terminal window, it is all on a single line.

I've verified that this happens on Python versions 3.11 (my primary python install) and 3.9 Also confirmed it happens even without my changes to Scan_Gamefiles.py

GuidanceOfGrace commented 1 year ago

Let me know if this is still a problem with v6.35

evildarkarchon commented 1 year ago

Seems to be fixed.