My application exits when trying to load as wallpaper #3004
Unanswered
Pancakeman49
asked this question in
Q&A
Replies: 2 comments 5 replies
|
Can you try creating the Window with |
2 replies
|
Hi, I'm running the same issue if you have any idea on how to fix it I'd gladly try. My app was working in 2024, and when I went back to it this week it wasn't anymore. I figure the windows version/lively update is related... i've tried many window types but nothing :( I'm new to windows app so I don't really understand much, but it's working fine outside of lively, it's working find when I click "view the preview", just not showing on the wallpaper (it flashes only 1 frame) Thanks in advance |
3 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:
All reactions