11-23-2020, 04:14 PM
micheus Wrote:Which version of Erlang are you using? I'm on OTP 22.3 (the one used to build the official v2.2.6.1)OK
I had been installed Erlang itself on my system at many years ago.
Quote:$ erlBut I didn't build for Wings by using my old version Erlang/OTP for a long time.
Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V7.0 (abort with ^G)
1>
Also, my Wings3D v2.2.6.1 app is a binary version,and it downloaded the it from the official website.
But when I ran it directly from the command line,so I got some interesting logs.
![Biggrin Biggrin](https://www.wings3d.com/forum/images/smilies/biggrin.png)
Quote:2020-11-24T00:28:24.935034+09:00 error:This log was never output to the normal Wings3D error or crash dump file.
beam/beam_load.c(1883): Error loading module wpc_curves:
This BEAM file was compiled for a later version of the run-time system than 22.
To fix this, please recompile this module with an 22 compiler.
(Use of opcode 169; this emulator supports only up to 168.)
I hope this helps for you.