Problem Running Custom Telemetry Plugin on One Computer

Fontys

Registered
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!
 
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.
 
Back
Top