1
Vote

Exception Thrown when application closes.

description

When closing the SimpleAR application in the emulator by using the Back button, I get a NullReferenceException when calling ARDisplay.StopServices();
 
protected override void OnNavigatedFrom(System.Windows.Navigation.NavigationEventArgs e)
    {
        // Stop AR services
  ARDisplay.StopServices();
 
        base.OnNavigatedFrom(e);
    }
 
On my Samsung Focus, after running SimpleAR, the compass seems to lock itself to a particular direction and won't vary more than a couple degrees from that direction to either side. A hard reboot of the phone will reset the compass in the SimpleAR app.

comments

Rask wrote Nov 24, 2011 at 10:03 PM

Problem seems to have cleared up following the post-Mango update that included upgraded Samsung drivers. Will keep an eye on it.

ArtFeel wrote Dec 11, 2011 at 4:52 PM

I have the same issue when i call NavigationService.Navigate() method.

ArtFeel wrote Dec 11, 2011 at 6:23 PM

And i have this error on Mozart