I had TelemFFB working fine, and then I
I had TelemFFB working fine, and then I installed Simhub and it stopped working. I get no telemetry data from DCS, and from what I can tell the export.lua file seems to be set up correctly. Feels like I'm missing something, can someone point me in the right direction? I'm getting a lot of this in the dcs.log: 2025-01-26 10:37:26.516 ERROR Lua::Config (Main): Call error LuaExportAfterNextFrame:[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\io\UDPSender.lua"]:30: attempt to call method 'send' (a nil value)
stack traceback:
[C]: in function 'send'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\io\UDPSender.lua"]:30: in function 'send'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\io\UDPServer.lua"]:45: in function 'send'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\ConnectionManager.lua"]:64: in function 'send_packet'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\ConnectionManager.lua"]:54: in function 'send_queue'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\BIOSStateMachine.lua"]:156: in function 'step'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\BIOS.lua"]:226: in function 'SimLuaExportAfterNextFrame'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts/TelemFFB.lua"]:1587: in function 'PrevLuaExportAfterNextFrame'
[string "C:\Users\nikla\Saved Games\DCS.openbeta\Scripts/TacviewGameExport.lua"]:70: in function 'W'
[string "Luraph"]:1: in function <[string "Luraph"]:1>.
1 Reply
Open your export.lua and see how the entries are ordered. The whole export script thing in DCS is sort of the wild west and there really isnt much in the way of documentation as to how stuff should be done.. often times one entry will interfere with another, but if you change the order it will work fine.
Try moving the TelemFFB entry in the file. If its at the bottom, move it to the top... if its at the top, move it to the bottom, etc...