Closed rybandrei2014 closed 1 year ago
It looks like that I fixed it, it was caused by parsers blob "${title}/**/start@(.lnk|.exe)" that searches recursively for start@(.lnk|.exe) file. Some games caused some memory overflow during that search, as they had massive directory structure due to wine prefixes
Ah yeah much better to use braced sets ${./,/,/*/} etc to put a limit on how deep it searches.
Hi, following custom parser causes Steam Rom Manager to hang during parsing. I did some tests and found out that it is because "romsDirectory" points to external SD card on Steam Deck - "/run/media/mmcblk0p1/Windows". If I change "romsDirectory" to point to internal SSD drive it works - "/home/deck/Games/Windows". Here is a json of such configuration:
Before update it worked flawlessly