Open chanallenk opened 4 years ago
Hi chanallenk,
Sorry for the delayed response. Folks have been away for Holidays. We did identify an issue recently that is likely what you're seeing here. We are working on resolving it. We're hitting some data limits when saving data to the app's (Game Bar) local storage. This is hit when users add a certain number of widgets to Game Bar, as each widget has data stored about it: size, position, favorite, etc.
The reason you only see it sometimes might be due to some debounce logic we have when saving data. On close, we trigger a check to save data, but if it's still in the debounce period we'll wait. You should see the write attempt a few seconds later.
Regardless, we're working on addressing the issue.
Thanks, Ben
Describe the bug At first I thought it was the fault of the widget that I was developing. But it seems to be happening to the Resources widget, almost every time. It is also happening to a third party widget I tested. When it is closed, the following error happens:
Failure to write an application setting for package Microsoft.XboxGamingOverlay_8wekyb3d8bbwe. Error Code: -2147009080
My application will only show this error maybe 10% of time and always randomly. When I'm running in debug mode, it attempts to launch a debugger but I can't step through the code, since it's a referenced library.
This is the error from my application:
Faulting application name: GameBar.MyApp.exe, version: 1.0.0.0, time stamp: 0x5c889173 Faulting module name: Windows.UI.Xaml.dll, version: 10.0.19041.572, time stamp: 0x789abd1c Exception code: 0xc0000005 Fault offset: 0x0029d8a3 Faulting process id: 0x7b40 Faulting application start time: 0x01d6c20d93630986 Faulting application path: C:\UWP Projects\GameBar.MyApp\GameBar.MyApp\bin\x86\Debug\AppX\GameBar.MyApp.exe Faulting module path: C:\Windows\System32\Windows.UI.Xaml.dll Report Id: 6c016c67-0547-4d78-90f0-d8874a13f6b6 Faulting package full name: 046167b3-59b3-4e86-bb4b-6937e1c4de70_1.0.0.0_x86__4t1fagrdpxhba Faulting package-relative application ID: App
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):