petersimonsson / libqatemcontrol

libqatemcontrol implements the protocol used to connect to BlackMagic ATEM switches.
GNU Lesser General Public License v2.1
79 stars 28 forks source link

Segfault in qatemcontrol atem connection #18

Open dedicatedbroadcastsolutions opened 9 years ago

dedicatedbroadcastsolutions commented 9 years ago

I am trying to update a program I made a while back. I used to just include the files in my project, and it worked. I now have the compiled library linked so the compiler doesn't complain, but I get a segfault whenever I try to connect to the switcher with a valid address.

I am using Qt Creator 3.2.1 (opensource) and the latest git for the libqatemcontrol library

I now have it working in debug mode, but I keep getting an invalid parameter passed at runtime relating to a qlist being out of range. I still need to narrow down what the problem is with this though, it may be my application.