Closed Double-Lv closed 9 months ago
Hey, Thanks for reporting the issue, But.
I can't solve issue unless i see errors or bugs.
Hey, Thanks for reporting the issue, But.
- First, There's no issue of using any node version as far as my knowledge goes.
- I can't really go back to prev commit and test the code, so i test using the latest commit and it works well as showing below.
- Can you try using the latest version ?
- Can you please create a repo for it and send it over with more details of what's goin on, try to use logs, etc.
I can't solve issue unless i see errors or bugs.
Hello,I'm unable to obtain logs because the window immediately crashes,and devTools didn't show any error. I've updated electron-as-wallpaper to the latest code, but the issue persists. Could you please try running nodejs16 locally to see if it works for you?
Yes, i used node 16 on windows 10.
Thank you very much for the response. I've finally identified the root cause of my problem. It turns out that in my code:
app.disableHardwareAcceleration();
This line is causing the crash. I added this line because GPU rendering was slowing down my app (although I'm not sure why).
I see, thanks for reporting this, I'll try to add note abt it, also I'll try to figure out the issue.
I'll close this issue unless you have something to add.
Hello,
When I specify transparent: true, the browserWindow opens briefly and then immediately closes. And when I set transparent: false, the window didn't closes. It seems there might be an issue with the support for the transparent property. My environment details are as follows:
Operating System: Windows 10 Electron Version: 25.9.8
My code:
By the way, I use electron-as-wallpaper with the commit: 86e3f94b8f16b7edae101e40402bb97c867f3edd (before your Refactor), because my Application can only run with node16
Thank you.