seo-rii / electron-acrylic-window

Add acrylic effect to your electron application
MIT License
278 stars 23 forks source link

@seorii/win32-displayconfig #99

Open Deliver88 opened 1 year ago

Deliver88 commented 1 year ago

Running the test causes the following issue:

A JavaScript error occurred in the main process Uncaught Exception: Error: Module did not self-register: 'electron-acrylic-window/node_modules/@seorii/win32-displayconfig/build/Release/win32_displayconfig.node'.

What does it mean here? Node version is v16.4.2

dietrich-stein commented 1 year ago

Same here using node v16.20.0 under WSL2:

Error: Module did not self-register: '/home/dietrich/electron-typescript-vite-vue-starter/node_modules/@seorii/win32-displayconfig/build/Release/win32_displayconfig.node'.

Probably, a lot has changed since electron was at 16.0.4. I am using 26.2.2 in my project. It is tempting to fork this and update it. Nice work @seo-rii! Your screenshots prove you achieved the most beautiful electron windows.

SorryToPerson commented 12 months ago

image same. node 16.20.2 mac M1 arm64 electron 25.0.1

Sanford284 commented 10 months ago

image another issue