Character-Map-UWP icon indicating copy to clipboard operation
Character-Map-UWP copied to clipboard

App crash during start up

Open Arreba opened this issue 5 years ago • 1 comments

Invalid access to memory location. (Exception from HRESULT: 0x800703E6)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at CharacterMap.Services.UserCollectionsService.<CreateCollectionAsync>d__13.MoveNext() + 0x1ff
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at CharacterMap.Services.UserCollectionsService.<>c__DisplayClass10_0.<<LoadCollectionsAsync>b__0>d.MoveNext() + 0x715
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at CharacterMap.Services.UserCollectionsService.<LoadCollectionsAsync>d__10.MoveNext() + 0x166
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
   at CharacterMap.ViewModels.MainViewModel.<LoadAsync>d__68.MoveNext() + 0x103

OS Version: 10.0.19041.508 OS Architecture: X64 App Version: 2020.19.0.0 App Culture: en-US

Arreba avatar Sep 17 '20 10:09 Arreba

@Arreba It's been a while but are you still encountering this issue?

JohnnyWestlake avatar Mar 12 '22 11:03 JohnnyWestlake