Releases: dockfries/samp-node
Releases · dockfries/samp-node
2.3.2
2.4.0
⚠ NOTICE
- Available only for users who want to try to run node 20.18.1 under windows
- linux node >= 18 not support, please use old version 2.3.1
if use unofficial build
error: plugins/samp-node.so: undefined symbol: _ZN4node24InitializeOncePerProcessERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EENS_12ProcessFlags5FlagsE
if self build, crash at node::CreateEnvironment(GetNodeIsolate(), _context, args, exec_args, flags);
#0 0xea0edb3b in pthread_rwlock_rdlock () from /lib/i386-linux-gnu/libc.so.6
2.3.1
chore: some changes
lib20
2.3.0
🚀 Features
- update the node version from v16.13 to v16.20.2, linux x86 looks like v16.20.3-pre?
I modified the deps/v8/BUILD.gn
file by changing current_cpu
to target_cpu
in order to compile libnode.so
based on the target CPU, which fixes the assembly error caused by compiling it solely based on the actual 64-bit CPU.
relevant code at here