1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00
Rare/rare/shared/workers
loathingKernel 5ce9a2edfa RareCore: Handle exception when fetching non-asset games
https://discord.com/channels/826881530310819914/884510635642216499/1111321692703305729
There is a tab character in the appId of Fallout New Vegas: Honest Hearts DLC, this breaks metadata storage
on Windows as they can't handle tabs at the end of the filename (?)
Legendary and Heroic are also affected, but it completed breaks Rare, so dodge it for now pending a fix.
2023-05-26 19:11:58 +02:00
..
__init__.py RareCore: Move save game fetching into __post_init 2023-03-12 13:09:09 +02:00
fetch.py RareCore: Handle exception when fetching non-asset games 2023-05-26 19:11:58 +02:00
install_info.py Workers: Use a wrapper class that deletes the signals QObject before exiting 2023-02-04 17:38:07 +02:00
move.py Use object instead of ctypes.c_uint64 for signals that carry large ints 2023-03-16 14:04:12 +02:00
uninstall.py UninstallWorker: Use new shortcut functions to delete shortcuts in uninstall_game 2023-02-08 01:50:00 +02:00
verify.py RareGame: don't delete .egstore if the game is a DLC 2023-03-15 21:20:52 +02:00
wine_resolver.py RareCore: Move installation validation into the post init phase 2023-03-12 18:59:58 +02:00
worker.py Clean-up 2023-03-12 13:19:24 +02:00