Problem Running Custom Telemetry Plugin on One Computer

Discussion in 'Plugins' started by Fontys, Sep 23, 2013.

  1. Fontys

    Fontys Registered

    Joined:
    Sep 17, 2013
    Messages:
    2
    Likes Received:
    0
    Hi all!
    I've got a modified telemetry plugin that sends its data over UDP to a motion simulator platform, in theory anyway.
    I put the dll in the plugin folder on my programming PC and it works fine; sending telemetry over UDP nicely. But when I try the same on the gaming PC, the plugin doesn't work; no plugin icon in the corner, no UDP packages, nothing.
    Help please!
     
  2. Lazza

    Lazza Registered

    Joined:
    Oct 5, 2010
    Messages:
    12,388
    Likes Received:
    6,602
    Are you using visual studio? Try reverting to the build options in the example plugin project file. You've probably stripped down your settings and the other PC is missing some dependencies. I can build a plugin around 15k in size that runs fine; another PC probably won't be able to run it. An 'empty' plugin with the default build options is around 100k.
     

Share This Page