Many apologies if this has already been asked and remedied, I wasn't able to find anything on a search..

Just got a new Surface Pro 128 the other day and have loaded MP on it.  I haven't yet connected to an APM, but wanted to review logs while on a very long flight from San Diego to London.  MP is locking up as soon as I hit the "Load Log" button under the Telemetry Logs tab, and also under the "Tlog > Kml or Graph" window when I hit "Graph Log." 

I've uninstalled and reinstalled a few times, stepping back and forth between .58 and .59.  I then started to suspect problems with the .NET Framework, so uninstalled and reinstalled that via Win8's add/remove features.  I have tried installing 3.5sp via the download and when I click on the downloaded file, it doesn't seem to do anything.

I started focusing on the framework then, and cranked up a quick .net app (making sure to use v3.51 as the runtime in the IDE) and coded a button to open up the file dialog like this:

private void button1_Click(object sender, EventArgs e)
{
OpenFileDialog ofd = new OpenFileDialog();
ofd.ShowDialog();
label1.Text = ofd.FileName;
}

The file dialog opens fine.

Has anyone else run in to an issue like this, or does anyone have any suggestions on what else I can do?  Is a connection to APM required at least once before the review of any logs, or is that unnecessary?

Josh

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • I am having the same issue on my surface.  Any luck on figuring it out?  I have tried to go through the .net installs and all should be ok.

  • Hi everyone,
    Im Trying to decide which way to go w8 or android tablet for the field,

    I would like to know if somebody has an experience of running mp on a w8 tablet and compared it with the droid planner app running on an android tab.

    Is mp on a tablet practical ?, can I replace the netbook with tha tab?

    Is it possible to have video on the android tablet via USB with an adaptor, ?

    Any very visible pro or con , to decide for one or the other ?

    Thank you very much for help,
  • Developer

    please wait a little longer. I think it will be loading.

  • Anyone have any thoughts?

This reply was deleted.

Activity