Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash while loading packages #21

Closed
cohaereo opened this issue Jul 17, 2022 · 2 comments
Closed

Crash while loading packages #21

cohaereo opened this issue Jul 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@cohaereo
Copy link
Contributor

Charm crashes when trying to load the package w64_investment_globals_client_0274_5.pkg, which doesn't exist in my packages directory or the content depot on SteamDB

Unhandled Exception: System.AggregateException: One or more errors occurred. (Could not find file 'D:\Games\Steam\steamapps\common\Destiny 2\packages\w64_investment_globals_client_0274_5.pkg'.)
 ---> System.IO.FileNotFoundException: Could not find file 'D:\Games\Steam\steamapps\common\Destiny 2\packages\w64_investment_globals_client_0274_5.pkg'.
File name: 'D:\Games\Steam\steamapps\common\Destiny 2\packages\w64_investment_globals_client_0274_5.pkg'
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String, FileMode, FileAccess, FileShare, FileOptions) + 0x147
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String, FileMode, FileAccess, FileShare, FileOptions, Int64) + 0x44
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String, FileMode, FileAccess, FileShare, FileOptions, Int64) + 0x47
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String, FileMode, FileAccess, FileShare, FileOptions, Int64) + 0x60
   at Symmetry.Package.GetBlocksData(Dictionary`2) + 0x26c
   at Symmetry.Package.GetEntriesData(ConcurrentHashSet`1) + 0x459
   at Symmetry.File.<>c__DisplayClass7_0.<DllGetDataMany>b__1(KeyValuePair`2) + 0x7e
   at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator&, Int32, Boolean&) + 0x232
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception) + 0x13
   at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator&, Int32, Boolean&) + 0x548
   at System.Threading.Tasks.TaskReplicator.Replica.Execute() + 0x3a
   --- End of inner exception stack trace ---
   at Symmetry!<BaseAddress>+0xa5361d
   at Symmetry!<BaseAddress>+0x9ecf90
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection, CancellationToken, Exception) + 0x31
   at Symmetry!<BaseAddress>+0x9ed131
   at Symmetry!<BaseAddress>+0x9ec76b
   at Symmetry!<BaseAddress>+0x9eb928
   at Symmetry!<BaseAddress>+0x4b6933
@MontagueM
Copy link
Owner

can you try deleting your paths.cache file and trying again? if it still happens also upload your paths.cache file

@MontagueM MontagueM added the bug Something isn't working label Jul 17, 2022
@cohaereo
Copy link
Contributor Author

@MontagueM MontagueM closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants