This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I have an app in the store that has been causing me some headaches. My client reported, and I verified, that the app crashes/closes in the following scenario: * Launch the app * Close the app * Wait at least ~15 minutes * Open the app The app will close [...] read more
I'm working on a Windows Store app and I'm getting a WinRT error that doesn't really give me any information so I would like to know how to understand these sorts of errors. Basically I get the error on the following line which is called inside OnPointerPressed: m_gestureRecognizer->ProcessDownEvent(args->GetCurrentPoint(nullptr)); The error [...] read more
I've been doing some UWP development and when i run my application on mixed reality portal it throws the below error : CallContext:[\PublicAPIActivity] onecoreuap\windows\analog\input\mirage\stubdll\holographicspace.cpp(390)\Windows.Perception.Stub.dll!0F7C1A21: (caller: 03F18204) ReturnHr(2725) tid(2eac) 80070057 The parameter is incorrect. Exception thrown at 0x772D08B2 (KernelBase.dll) in MSIApp.exe: 0x40080201: WinRT originate error (parameters: 0x80070057, 0x00000057, 0x05AAEB64). analog\input\mirage\publicapi\holographicspace.cpp(340)\Windows.Mirage.dll!067CA971: (caller: [...] read more
I have trouble running unit test on one of my machine, the test app just shut down after few seconds. Here is the output show when debugging the test: > Exception thrown at 0x7525D8A8 in UnitTestProject1.exe: Microsoft C++ > exception: EETypeLoadException at memory location 0x0A17C5F0. > > Exception thrown at [...] read more
My Win8 app started crashing out of blue due to a native exception. I then enabled the mixed (native + managed) debugger mode in VS and noticed the following: * Before the app crashes, I get in the Output toolwindow the following message: Critical error detected c0000374. * Then I [...] read more
Why the default selected index doesn't work? It crashes with platform exception : <ComboBox x:Name="dCmbControl" x:Uid="dCmbControl" SelectionChanged="ComboBox_SelectionChanged" SelectedIndex="0" ItemsSource="{x:Bind abc}"/> RumTime Error : Exception thrown at 0x00007FFDEF7F7788 (KernelBase.dll) in abc.exe: 0x40080201: WinRT originate error (parameters: 0x00000000802B000A, 0x000000000000003E, 0x00000066746FBB90). Exception thrown at 0x00007FFDEF7F7788 in abc.exe: Microsoft C++ exception: Platform::COMException ^ at [...] read more
I am running into a peculiar issue with a Qt C++ application I am working on. For testing purposes, I tried this with a brand new project and I still get the same exceptions. I am using QFileSystemModel and displaying it inside a QTreeView and it outputs about 28 total [...] read more
While debugging my Universal Windows Application in the Visual Studio 2015 I noticed some errors in the output window: Exception thrown at 0x00007FFE25967788 (KernelBase.dll) in xxx.exe: 0x40080201: WinRT originate error (parameters: 0x0000000080072738, 0x00000000000000C2, 0x000000217DCFEFD0). Exception thrown at 0x00007FFE25967788 (KernelBase.dll) in xxx.exe: 0xE06D7363: Microsoft C++ Exception (parameters: 0xCCCCCCCC19930520, 0x000000217D6FD410, 0x00007FFE08A58AD0, 0x00007FFE08980000). [...] read more
I'm trying to load, in runtime, ResourceDictionary that is stored in a file. In C# it looks simply as ResourceDictionary resourceDictionary = new ResourceDictionary(); resourceDictionary.Source = new Uri("ms-appx:///!UWP/Styles/UWPDictionary.xaml", UriKind.Relative); Application.Current.Resources.MergedDictionaries.Add(resourceDictionary); but same code (in c++/cx) is not working: auto rd = ref new ResourceDictionary(); rd->Source = ref new Uri("ms-appx:///!UWP/Styles/UWPDictionary.xaml"); Application::Current->Resources->MergedDictionaries->Append(rd); [...] read more
I want to create a file in the local folder, so I have written the following code: IAsyncOperation<StorageFile^>^ fileTask = Windows::Storage::ApplicationData::Current->LocalFolder->CreateFileAsync("example.dat"); But how should I handle the fileTask? I have tried to call the GetResults-method, but then I get following exception: Ausnahme ausgelöst bei 0x00007FFD211C7788 (KernelBase.dll) in Test.exe: 0x40080201: WinRT [...] read more
I'm currently trying to display a webview in a WinRT application (without c#). First, is it possible ? I'm currently trying to do it that way: Windows::UI::Xaml::Controls::WebView^ webView = ref new Windows::UI::Xaml::Controls::WebView(); webView->NavigateToString("http://www.google.com"); But as I want this code to be run in the main thread (I think, to create [...] read more
I have created windows store app on windows 8 RTM version. Then I moved the application to run on Windows 8 pro with visual studio 12 Express. upon running the code it gave lot of errors(It was running fluently on RTM version), somehow I removed all errors and application is [...] read more
I am reviewing one of GitHub Project and found a problem, It works fine in Debug Mode Following Error Comes if try in Release Mode > TypeLoadException: Unresolved P/Invoke method > 'MediaApi_GetRadioEnabled!radioapi.dll' in assembly > 'Microsoft.Devices.Radio.FMRadio, Version=1.0.0.0, Culture=neutral, > PublicKeyToken=null' because it is not available in UWP applications. Please > [...] read more
So, the problem: I have working application on UWP, written on C# and C++. It works as it must work on desktop in releas and debug modes. It worked on mobile devices and emulator not so long before some changes happend in C++ part. But now application crashes at the [...] read more
I am trying to show error message "Cannot setup camera; currently being using" when there is already a process running the camera. I have the code that starts the preview using the MediaCapture and it works fine when running without another application using camera. I do get the exception 0x40080201: [...] read more
I never had problems with Microsoft Advertising until yesterday... Yesterday I had lot of crash in my app due to Microsoft Advertising. The symbol name of the event is: Microsoft_Advertising!Windows::UI::Xaml::DependencyObject::[Windows::UI::Xaml::IDependencyObject]::SetValue Someone else have this problem ? How can I solve this problem? (my app is a Windows 10 universal app [...] read more
I am adding Cortana to a DirectX/XAML Windwos 10 game. Every example I can find is given in C#, not C++. Normally this wouldn't be a problem, but apparently I'm not implementing it correctly in C++ and need some help with this one. The purpose of this chunk of code [...] read more
I was writing some code and hit an error when doing heavy parallelism over an IVectorView<StorageFile^>^>. The Debug output was: > First-chance exception at 0x76e86118 in tool.exe: 0x40080201: WinRT originate > error. > > First-chance exception at 0x76e86118 in tool.exe: Microsoft C++ exception: > Platform::FailureException ^ at memory location 0x02daec60. [...] read more
I have been working on a version of my XNA tutorials using DirectX 11 and XAML and have been having a pretty good go at things in general. Today, the trial version of VS 2012 Professional expired so I threw an install of the Express Edition on to make sure [...] read more
I am troubleshooting an issue I'm having with SearchUI (Cortana). (see Cortana starts being slow and laggy after launch of the UFT (Unified Functional Testing) application) I have narrowed it down to this dll, EventHooks.dll that SearchUI tries and fails to load when it starts running. If I rename the [...] read more
I have an UWP application which is working fine on various machines but on one particular machine, it is crashing silently. When I debugged the installed app through visual studio I figured out that it is not getting the resources on the XAML file e.g {ThemeResource ComboBoxDropdownContentMargin} {Binding TemplateSettings.DropDownContentMinWidth, RelativeSource={RelativeSource [...] read more
I'm currently implementing a custom style for a button and want to define the different states (eg. Pressed) with a VisualStateManager. <Style x:Name="customStyle" TargetType="Button"> <Setter Property="ClickMode" Value="Release"/> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="Button"> <Grid x:Name="RootElement" Background="{TemplateBinding Background}"> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="Normal"/> <VisualState x:Name="Pressed"> <Storyboard> <ColorAnimation Storyboard.TargetName="RootElement" Storyboard.TargetProperty="Background" To="Red" </Storyboard> </VisualState> [...] read more