- Not sure if it’s a net issue I’m my case but MF is crashing.
no message, and when I try to run more than one file, is happening more often… - Other problem is transformation, only sometimes is showing that it has syntax error but sometimes is not… anyways as far as I tested (even showing the transform error) it’s working as expected…
- every time I’m running MF my pc sounds like pfp is disconnecting and connecting again (same sound that comes when you disconnect a usb from your pc) and same behavior when I change lcd brightness (same sound) but still working…
#Ui 10.5.3.5
1 messages · Page 1 of 1 (latest)
thanks for reporting, can you please try to provide more information about these crashes? e.g. look at Event Viewer and check for an error message there.
What is the last entry in the log.txt?
if your usb disconnects when you adjust led brightness, it sounds like your leds are using too much current from the USB, and the PC shuts off the usb port temporarily to avoid damage to hardware.
No leds, is because pfp3N lcd screen…
I will look for the log events tonight, I’ll come back with more details, THANKS!!!
I’ll try with external power for the pfp3 and I’ll report too…
hello again, here the log and mfproj.... i don t see any logged error but it crashes every time I hit run...
weird.... pfp3n screen remains with Mobiflight (welcome screen) even after the crash...
When you say it crashes, does it just disappear? Or do you get a dialog saying there was an unhandled exception?
it just disappear...
Ok. Have you used Event Viewer in Windows before?
no
Run Event Viewer from the start menu. Then open the Windows Logs > Application section on the left. Scroll through the list of events and see if there are any that say Error and have a Source that looks like it's mobiflight related. There will probably be two, one after the other. Click on each one, take a screenshot, and post it here.
You can also filter to just Errors by clicking on "Filter Current Log..." on the right and checking errors.
ok ill try
-
System
- Provider
[ Name] Application Error
- EventID 1000
[ Qualifiers] 0
Version 0
Level 2
Task 100
Opcode 0
Keywords 0x80000000000000
- TimeCreated
[ SystemTime] 2025-05-07T02:39:41.2184804Z
EventRecordID 27914
Correlation
- Execution
[ ProcessID] 0
[ ThreadID] 0Channel Application
Computer X-Plane
Security
-
EventData
MFConnector.exe
10.5.3.5
68192019
KERNELBASE.dll
10.0.19041.5794
6f143397
e0434352
0013b532
303c
01dbbef934168a34
C:\Users\guich\AppData\Local\MobiFlight\MobiFlight Connector\MFConnector.exe
C:\WINDOWS\System32\KERNELBASE.dll
adb7ba55-8f6b-4112-9155-1f2d2df81f38
-
System
- Provider
[ Name] .NET Runtime
- EventID 1026
[ Qualifiers] 0
Version 0
Level 2
Task 0
Opcode 0
Keywords 0x80000000000000
- TimeCreated
[ SystemTime] 2025-05-07T02:39:40.1459920Z
EventRecordID 27913
Correlation
- Execution
[ ProcessID] 0
[ ThreadID] 0Channel Application
Computer X-Plane
Security
Security
-
EventData
Aplicación: MFConnector.exe Versión de Framework: v4.0.30319 Descripción: el proceso terminó debido a una excepción no controlada. Información de la excepción: System.Collections.Generic.KeyNotFoundException en System.Collections.Generic.Dictionary`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(System.__Canon) en MobiFlight.Execution.InputEventExecutor.Execute(MobiFlight.InputEventArgs, Boolean) en MobiFlight.ExecutionManager.mobiFlightCache_OnButtonPressed(System.Object, MobiFlight.InputEventArgs) en MobiFlight.MobiFlightCache.Module_OnButtonPressed(System.Object, MobiFlight.InputEventArgs) en MobiFlight.MobiFlightModule.OnInputMultiplexerChange(CommandMessenger.ReceivedCommand) en CommandMessenger.CmdMessenger.InvokeCallBack(MessengerCallbackFunction, CommandMessenger.ReceivedCommand) en CommandMessenger.CmdMessenger.HandleMessage(CommandMessenger.ReceivedCommand) en CommandMessenger.Queue.ReceiveCommandQueue.ProcessQueue() en CommandMessenger.AsyncWorker.<Start>b__20_0() en System.Threading.ThreadHelper.ThreadStart_Context(System.Object) en System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) en System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) en System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) en System.Threading.ThreadHelper.ThreadStart()
Fascinating. Thank you, that's a little bit helpful. @sick kraken will have to look at this a bit tomorrow.
ok thanks, still testing and it seems to be something related to pfp lcd screen...
Other small issue, when i try to open a second file that is already with two file in it, it only loads the first file not the second one...
thanks for sharing the exception from event viewer - this is helpful
the log shows that you have a lot of buttons that are triggered very quickly. Does this happen on starting the flight yes?
I think you have auto retrigger active.
I wonder if it has to do something with it.
@craggy tendon your config is very big. Please try to remove items until a small config still leads to the same issue.
I have created bug reports:
https://github.com/MobiFlight/MobiFlight-Connector/issues/2153
GitHub
Describe the bug Unfortunately, the bug is not easy to describe. There are two reports by users, where they have exceptions that are not handled correctly which both happen in InputEventExecutor.ex...
Please download the zip that is attached in this pull request. unzip locally in a temp directory and then start the MFConnector.exe from there. Use your config and then take a look at the log window. You should see an error message. Hopefully we can find out what the problem is with this additional information.
https://github.com/MobiFlight/MobiFlight-Connector/pull/2154
sorry about late response busy week...