univrsal / input-overlay

Show keyboard, gamepad and mouse input on stream
GNU General Public License v2.0
2.68k stars 239 forks source link

Skipping module '../../obs-plugins/64bit/input-overlay.dll' due to possible import conflicts after compile #339

Closed danielocdh closed 1 year ago

danielocdh commented 1 year ago

Describe the bug The compiled plugin doesn't work

To Reproduce

Expected behavior Compiled plugin to work the same as the released one

Screenshots If applicable, add screenshots to help explain your problem.

Additional information:

Additional context The release input-overlay.dll depends on qt v6, and the compiled input-overlay.dll depends on qt v5, I had both installed and tried to choose v6 on cmake gui but v5 was used anyway

univrsal commented 1 year ago

The qt version is selected exactly like in the obs plugin template, so if the same errors happens there, you'd have to report it in that repository. Also the build instructions are outdated so that might be part of the issue, I don't have my windows installation right now, so I can't check the exact steps, but the scripts in .github/scripts should work.

danielocdh commented 1 year ago

The qt version is selected exactly like in the obs plugin template, so if the same errors happens there, you'd have to report it in that repository. Also the build instructions are outdated so that might be part of the issue, I don't have my windows installation right now, so I can't check the exact steps, but the scripts in .github/scripts should work.

that worked perfectly, thanks