MontagueM / Charm

Destiny 2 reverse engineering tool for extracting cool things from game files.
GNU General Public License v3.0
122 stars 17 forks source link

Crash on Load #109

Open keiranlovett opened 1 year ago

keiranlovett commented 1 year ago

While loading will get a crash at the "Investment" portion. Getting the following when I open the log:

22:58:52 [Information] [] Logger initialised
22:58:52 [Information] [] Game version: 112555.23.01.25.1701.v500_live.main
22:58:52 [Debug] [Charm.ProgressView] Starting loading stage: packages cache
22:58:52 [Debug] [Charm.ProgressView] Completed loading stage: packages cache
22:58:52 [Debug] [Charm.ProgressView] Starting loading stage: fonts
22:58:52 [Debug] [Charm.ProgressView] Completed loading stage: fonts
22:58:52 [Debug] [Charm.ProgressView] Starting loading stage: fnv hashes
22:58:52 [Debug] [Charm.ProgressView] Completed loading stage: fnv hashes
22:58:52 [Debug] [Charm.ProgressView] Starting loading stage: hash 64
22:58:52 [Debug] [Charm.ProgressView] Completed loading stage: hash 64
22:58:52 [Debug] [Charm.ProgressView] Starting loading stage: investment

Saw other issues and tried to resolve by purging the packages folder and redownloading the game. No success.

Both the game and Charm are on the same drive, not sure if that helps