What Node versions, OSs and CPU architectures are you building for?
node18, x86_64 and windos
Describe the Bug
I compiled the code to exe with the command pkg index.js --targets node18-win-x64 --output AntiVm.exe after that when ran on my other device to test it gives this error on the other device but not the one i ade it on
Assertion failed: result_size == sppi_size, file C:\Users\dev\AppData\Local\Temp\pkg.24e0b2b2d51e47b9dba34c30\node\deps\uv\src\win\util.c, line 676
Expected Behavior
I was trying to develop an anti vm i was making and it was supposed to just output the system info but it didnt work on my other device which is a laptop but it worked on my desktop i made it on.
To Reproduce
Once you install the prerequisits then run pkg index.js --targets node18-win-x64 --output AntiVm.exe
packages:
npm i node-fetch@2 ps-list@5.01 readline systeminformation
Could you try to see if you can reproduce this with pkg 5.12.1 and 5.13.0 ? I would like to see if this has been broken in one of latest releases or always not working
What version of pkg are you using?
5.15.0
What version of Node.js are you using?
v20.17.0
What operating system are you using?
Windows 10
What CPU architecture are you using?
x86_64
What Node versions, OSs and CPU architectures are you building for?
node18, x86_64 and windos
Describe the Bug
I compiled the code to exe with the command
pkg index.js --targets node18-win-x64 --output AntiVm.exe
after that when ran on my other device to test it gives this error on the other device but not the one i ade it onExpected Behavior
I was trying to develop an anti vm i was making and it was supposed to just output the system info but it didnt work on my other device which is a laptop but it worked on my desktop i made it on.
To Reproduce
Once you install the prerequisits then run
pkg index.js --targets node18-win-x64 --output AntiVm.exe
packages: npm i node-fetch@2 ps-list@5.01 readline systeminformation
Code: