-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails on startup "Must construct a QApplication before a QWidget" #119
Comments
I saw there was a newer version around so thought I'd try. Slightly different output, but same error at the end. V3.0.0:
With V3.0.2 we get extra lines:
I wondered about trying to build it and get more information. I managed to cmake to build the project, but then the actual make is saying
I changed the line:
And then it gets as far as saying it doesn't know what a QObject is:
Probably I need some more libraries or something but I have no idea what I'm doing in C or with make and cmake really. |
I am seeing this error when I try and start obs with the plugin installed.
Running in XFCE4 on Debian, obs-studio at version 29.0.2+dfsg-1+b1.
Installed the plugin from the .deb file obs-midi-mg-3.0.0-x86_64-linux-gnu.deb
More from the log:
Presumably the nullptr errors mean that the application isn't constructed, but I dunno what would be causing them.
Obs works again when the plugin is removed.
Same issue when running as root so presumably not a permissions type issue.
Same thing with older beta 1 and with V 2.3.0
Found this closed issue [ https://github.com//issues/55 ] but the autoclose bot said to start a new one.
The text was updated successfully, but these errors were encountered: