Open Issues Need Help
View All on GitHubAI Summary: The GitHub issue reports a bug in Depressurizer v9+ where custom Steam categories are deleted or not exported if they appear empty within the application. This happens during 'Auto-Categorize' and 'Export to Steam' functions. The problem is exacerbated because Depressurizer may not display all games (e.g., private or hidden), causing genuinely populated categories to be mistakenly treated as empty and subsequently removed, disrupting user organization.
AI Summary: The task is to fix a bug in the Depressurizer Steam library categorizer tool. The bug causes a crash when auto-categorizing if the database contains entries with empty game titles, which can occur with refunded or deleted games. The solution involves modifying the `AutoCatName.CategorizeGame` function to handle null or empty game titles gracefully, preventing the `System.ArgumentOutOfRangeException`.