My application exits when trying to load as wallpaper #3004
Unanswered
Pancakeman49
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Can you try creating the Window with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I've made a C++ application that creates a rolling waveform visualizer. By its self it works fine and importing into lively also works for the preview but the second lively tries to make it the wallpaper, it exits with either 1 or -1 and somehow leaves the application running in the background. (I assume its the audio capture thread somehow even tho I've set it to get killed when the main window gets destroyed)
I really would like to know what are the requirements for Lively to run an exe as the wallpaper.
When importing the application, preview works:

But when its loaded it exits and somehow still is in task manager.

And since for some reason i cant attach the .cpp file here is the full code:
Beta Was this translation helpful? Give feedback.
All reactions