MobiFlight Community Support

Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.

You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks! 

05/03/2024 - This forum is read-only

The community support for MobiFlight has moved exclusively over to our Discord server. Register for free and enjoy more interactive functions like image and video upload, voice chat. More than 7,000 registered users around the world make it a great experience!

See you on our MobiFlight Community Discord server.

A HUGE Thank You to everyone who participated in the forum, especially obviously to Pizman and Stephan who did an outstanding job over so many years providing an incredible service to the MobiFlight community.

The forum is still providing a lot of good content, hence we keep this information accessible.

icon
Avatar
Tango1974
From: ETSI
Posts: 40
Supporter
Hilfe!

Ich habe das neueste Update (7.1.0) installiert.
Folgendes Problem:
setze ich Vorbedingungen ein, funktioniert der MF Connector, solange bis ich ihn schließe. Versuche ich ihn dann zu starten, passiert gar nichts (Programm öffnet sich nicht, es versucht das Setup von eben mit der einen Vorbedingung zu laden).
Benenne ich die .mcc Datei um und starte den MF Connector neu, startet er mit einem mitgelieferten Preset und läuft einwandfrei.

Versuche ich dann, das Setup mit der einen Vorbedingung zu laden, kommt folgende Fehlermeldung:



Unbehandelte Ausnahme in der Anwendung.... 'EndElement' ist ein ungültiger XmlNodeType. (Falls das mit dem jpg nicht geklappt hat).

Lösche ich die Precondition mit einem Editor wieder heraus, lässt sich das Setup wieder laden.

Beispiel für ladbare Datei:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<MobiflightConnector>
<outputs>
<config guid="b566ace0-e626-47ec-b412-57779114d937">
<active>true</active>
<description>Test</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x07E2" offsetType="Integer" size="2" mask="0xFFFF" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="Overhead_1/ 000512500000" trigger="normal" pin="C20" pinBrightness="255" />
<preconditions />
<transformation active="False" expression="$" substrStart="0" substrEnd="0" />
</settings>
</config>
</outputs>
<inputs />
</MobiflightConnector>

Beispiel für nicht ladbare Datei:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<MobiflightConnector>
<outputs>
<config guid="b566ace0-e626-47ec-b412-57779114d937">
<active>true</active>
<description>Test</description>
<settings msdata:InstanceType="MobiFlight.OutputConfigItem, MFConnector, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<source type="FSUIPC" offset="0x07E2" offsetType="Integer" size="2" mask="0xFFFF" bcdMode="False" />
<comparison active="False" value="" operand="" ifValue="" elseValue="" />
<display type="Pin" serial="Overhead_1/ 000512500000" trigger="normal" pin="C20" pinBrightness="255" />
<preconditions>
<precondition type="pin" active="true" serial="Overhead_1/ 000512500000" pin="B01" operand="" value="1" logic="and" />
</preconditions>
<transformation active="False" expression="$" substrStart="0" substrEnd="0" />
</settings>
</config>
</outputs>
<inputs />
</MobiflightConnector>

Wie kann ich das Problem beheben?
Ich habe mein Setup mit mittlerweile ca. 200 Preconditions versehen. HILFE !!!
:confused: :cry:

Für eine schnelle Lösung wäre ich sehr dankbar !!!!

Gruß Tobi
2016-11-12 10:17
Avatar
Tango1974
From: ETSI
Posts: 40
Supporter
Könnte mal bitte jemand das bei mir nicht ladbare Setup ausprobieren und mir mitteilen, was passiert? Wäre echt super. Einfach im Editor einfügen speichern und die Endung auf .mcc umbenennen.

Danke im Voraus.

Gruß Tobi
2016-11-12 11:30
Avatar
DocMoebiuz
Moderator
From: EDSH, Germany
Posts: 1516
Hi Tobi

ich schau mir das Problem heute Abend an. Bitte nimm so lange erst mal die alte Version.
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-11-12 14:19
Avatar
Tango1974
From: ETSI
Posts: 40
Supporter
Die habe ich leider nicht mehr.
2016-11-12 14:48
Avatar
DocMoebiuz
Moderator
From: EDSH, Germany
Posts: 1516
Du kannst sie noch runterladen - im Download-Link für die aktuelle Version die Nummer austauschen und 7.0.5 verwenden.
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-11-13 18:29
Avatar
Tango1974
From: ETSI
Posts: 40
Supporter
Super. Probiere ich morgen aus.

Hast Du meinen Fehler schon nachstellen können?

Gruß Tobi
2016-11-13 20:32
Avatar
DocMoebiuz
Moderator
From: EDSH, Germany
Posts: 1516
Ist in Version 7.1.1 behoben - danke für's Bescheid geben.
Have a great day!
Sebastian

MobiFlight - Simply build your own home cockpit for your favorite flight sim - MSFS2020, FSX, Prepar3D (FSUIPC), X-Plane (XPUIPC)
2016-11-14 01:13
Avatar
Tango1974
From: ETSI
Posts: 40
Supporter
Super. Funktioniert wieder. Werde nachher mal die String Funktion testen. Danke für den super Support. Habe gespendet :)

Gruß Tobi
2016-11-14 15:19
icon