Buenas, tengo un problema a la hora de iniciar mi programa de mission planner. Se me queda colgado en la pantalla inicial con el cuadro de msdos y de ahi no pasa. En el cuadro de msdos, me aparece esto:
If your error is about Microsoft.DirectX.DirectInput, please install the latest directx redist from here http://www.microsoft.com/en-us/download/details.aspx?id=35
Debug under mono MONO_LOG_LEVEL=debug mono MissionPlanner.exe
INFO Program - ******************* Logging Configured *******************
INFO Program - 64bit os True, 64bit process True
bus type BUS_TYPE_I2C bus 1 address (i2c addr or spi CS) 30 devtype DEVTYPE_HMC5883_OLD or 1
bus type BUS_TYPE_SPI bus 4 address (i2c addr or spi CS) 1 devtype DEVTYPE_AK8963 or 4
bus type BUS_TYPE_SPI bus 4 address (i2c addr or spi CS) 3 devtype DEVTYPE_LSM303D or 2
bus type BUS_TYPE_I2C bus 1 address (i2c addr or spi CS) 30 devtype DEVTYPE_HMC5883 or 7
bus type BUS_TYPE_SPI bus 4 address (i2c addr or spi CS) 3 devtype DEVTYPE_LSM303D or 2
bus type BUS_TYPE_SPI bus 1 address (i2c addr or spi CS) 4 devtype DEVTYPE_AK8963 or 4
bus type BUS_TYPE_SPI bus 4 address (i2c addr or spi CS) 1 devtype 22 or DEVTYPE_ACC_MPU9250
bus type BUS_TYPE_SPI bus 4 address (i2c addr or spi CS) 3 devtype 17 or DEVTYPE_ACC_LSM303D
bus type BUS_TYPE_SPI bus 1 address (i2c addr or spi CS) 4 devtype 22 or DEVTYPE_ACC_MPU9250
bus type BUS_TYPE_SPI bus 4 address (i2c addr or spi CS) 1 devtype 36 or DEVTYPE_GYR_MPU9250
bus type BUS_TYPE_SPI bus 4 address (i2c addr or spi CS) 4 devtype 34 or DEVTYPE_GYR_L3GD20
bus type BUS_TYPE_SPI bus 1 address (i2c addr or spi CS) 4 devtype 36 or DEVTYPE_GYR_MPU9250
INFO MissionPlanner.MainV2 - Mainv2 ctor
INFO MissionPlanner.MainV2 - Loading config
INFO MissionPlanner.Utilities.srtm - .cctor
INFO MissionPlanner.Utilities.srtm - C:\ProgramData\Mission Planner\srtm
INFO MissionPlanner.Utilities.Speech - TTS: init, mono = False
INFO MissionPlanner.Utilities.srtm - requestRunner start
FATAL Program - Fatal app exception
System.FormatException: La cadena de entrada no tiene el formato correcto.
en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
en MissionPlanner.MainV2.CMB_baudrate_TextChanged(Object sender, EventArgs e)
en System.Windows.Forms.Control.OnTextChanged(EventArgs e)
en System.Windows.Forms.ComboBox.OnTextChanged(EventArgs e)
en System.Windows.Forms.Control.set_Text(String value)
en System.Windows.Forms.ComboBox.set_Text(String value)
en MissionPlanner.MainV2…ctor()
en MissionPlanner.Program.Main(String[] args)
System.FormatException: La cadena de entrada no tiene el formato correcto.
en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
en MissionPlanner.MainV2.CMB_baudrate_TextChanged(Object sender, EventArgs e)
en System.Windows.Forms.Control.OnTextChanged(EventArgs e)
en System.Windows.Forms.ComboBox.OnTextChanged(EventArgs e)
en System.Windows.Forms.Control.set_Text(String value)
en System.Windows.Forms.ComboBox.set_Text(String value)
en MissionPlanner.MainV2…ctor()
en MissionPlanner.Program.Main(String[] args)
No se a que se refiere y no se como solucionarlo, he probado a reinstalar el programa y nada. He visto en algún tema por aquí, que decían que era problema de la controladora de gráficos y que habia que actualizar los drivers de la gráfica. Hice esos pasos de actualización y nada.
Me podriais ayudar?
Muchas gracias
Siento las molestias.