RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

Instant process terminating using QmlVlc.pri #76

Open fj0rd opened 6 years ago

fj0rd commented 6 years ago

Any project (including most basic ones) exits immediately after start even if I just include QmlVlc.pri in it's .pro file. No issues during build process. Tried on Qt 5.9/5.11 32bit MSVC2015 - both debug and release, Qt Creator 4.4.1.

Is there anything I can miss?

RSATom commented 6 years ago

What VLC version do you use?

fj0rd commented 6 years ago

I tried with versions 2.1.5, 2.2.1, 3.0.0 and latest 3.0.4

RSATom commented 6 years ago

I didn't test it with VLC 3.x (and don't think it will work well), but it worked well with VLC 2.1.5... Do you see something in debugger?

fj0rd commented 6 years ago

No, process terminating even before main function runs.

RSATom commented 6 years ago

Hm... sounds strange... What OS do you use?