Open acemtp opened 6 months ago
Error: No native build was found for platform=darwin arch=arm64 runtime=electron abi=116 uv=1 armv=8 libc=glibc node=18.16.1 electron=26.6.10
@acemtp I met this crash too. I finally find out it's caused by my js callback code throw exception. Mybe it can help you with this. I suggest you can try comment out the three “m.call('xxx', evt);” and see whether the crash happends again.
@WtecHtec you should cd to node_modules/uiohook-napi and run node-gyp rebuild --runtime=electron --target=26.6.10 --abi=116
Thanks, I'll test that
Electron 30 MacOs 14.5 Node 20
this following code is in the app.on('ready') callback:
And about 50% of the time I run the app in dev, I have this error. I tried to find on internet what could it be without success