Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
355 stars 22 forks source link

x86_64 1.2 install silently fails when launched by taskbar icon #161

Closed videosmith closed 1 year ago

videosmith commented 1 year ago

Steps to Reproduce

  1. Downloaded 1.2 (either version) used debian Software Install to implement
  2. clicking on QPrompt icon in Audio/Video section of taskbar results in silent app abort.
  3. Repeating same steps with 1.1.5 executes as expected.

Device information

Cuperino commented 1 year ago

What output do you get when launching 1.2 from the terminal by typing qprompt?

videosmith commented 1 year ago

screen1

Cuperino commented 1 year ago

I didn't release a 1.2.0-01 AppImage because it experiences a similar startup crash. I suspected that it was caused by 1.2's inclusion of Qt's QNetworkRequest library. If your system lacks this library that would explain why it fails to start.

Running qprompt from the terminal should tell you if there are any libraries that are missing, but what I see here is that the app actually reaches a point that can only be reached when all libraries have successfully loaded, which is not what I was expecting.

videosmith commented 1 year ago

However 1.1.5 runs as expected, albeit with the possible config snag...

Cuperino commented 1 year ago

What you're experiencing might be the same problem that prevented me from running the AppImage on my computer. The only difference is that the AppImage didn't give me any terminal output. Now we have something to go by.

Cuperino commented 1 year ago

What output do you get when you run 1.1.5 from the terminal? I'd like to compare the two if possible.

Cuperino commented 1 year ago

Also, does 1.2 run fine on the Raspberry Pi?

videosmith commented 1 year ago

What output do you get when you run 1.1.5 from the terminal? I'd like to compare the two if possible. screen1

videosmith commented 1 year ago

Also, does 1.2 run fine on the Raspberry Pi?

Only briefly tested, however so far executes as expected.

Cuperino commented 1 year ago

Forgot to close this issue. The startup crash was due to a missing implementation detail in the opening of remote files. The issue was fixed in v1.2.0-03.