Trying to run Wings3D but result in "No Driver Error" in the Erlang Shell

I tried to Build this Particular Program, which is Wings3D, which probably the Best Lightweight Blender Alternative, The Build Process fortunately is succeeded without any Error (Only Warn about no rebar2 found, the documentation says that rebar2 is Optional tho), but, when i try to run it with the Command provided by the Doc, EShell return error that says something:
Erlang/OTP 27 [erts-15.2.7] [source] [32-bit] [smp:4:2] [ds:4:2:10] [async-threads:1]

Eshell V15.2.7 (press Ctrl+G to abort, type help(). for help)
=CRASH REPORT==== 18-May-2025::20:26:36.272406 ===
crasher:
initial call: wxe_master:init/1
pid: <0.91.0>
registered_name: []
exception error: {load_driver,"No driver found"}
in function wxe_util:priv_dir/2 (wxe_util.erl, line 191)
in call from wxe_util:init_nif/1 (wxe_util.erl, line 59)
in call from wxe_master:init/1 (wxe_master.erl, line 115)
in call from gen_server:init_it/2 (gen_server.erl, line 2229)
in call from gen_server:init_it/6 (gen_server.erl, line 2184)
ancestors: [<0.90.0>,wings_sup,<0.86.0>]
message_queue_len: 0
messages: []
links: []
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 29
reductions: 1658
neighbours:
Erlang/OTP 27 [erts-15.2.7] [source] [32-bit] [smp:4:2] [ds:4:2:10] [async-threads:1]

Eshell V15.2.7 (press Ctrl+G to abort, type help(). for help)
=CRASH REPORT==== 18-May-2025::20:26:36.272406 ===
crasher:
initial call: wxe_master:init/1
pid: <0.91.0>
registered_name: []
exception error: {load_driver,"No driver found"}
in function wxe_util:priv_dir/2 (wxe_util.erl, line 191)
in call from wxe_util:init_nif/1 (wxe_util.erl, line 59)
in call from wxe_master:init/1 (wxe_master.erl, line 115)
in call from gen_server:init_it/2 (gen_server.erl, line 2229)
in call from gen_server:init_it/6 (gen_server.erl, line 2184)
ancestors: [<0.90.0>,wings_sup,<0.86.0>]
message_queue_len: 0
messages: []
links: []
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 29
reductions: 1658
neighbours:
does anyone know what "Driver" is missing? i tried to Google it, but it mostly the same, Install wxWidgets First before building, which i already did, also, This Guy also request this Particular Package, which i don't think would also work if in my case it doesn't work, any idea how to fix it? I've no idea is it Because of the Code or Termux itself.
GitHub
[Package]: wings3d · Issue #10785 · termux/termux-packages
Package description Wings3D is an advanced sub-division 3D modeller Home page URL http://www.wings3d.com/ Source code URL https://github.com/dgud/wings Packaging policy acknowledgement I have read ...
1 Reply
RandomGuy
RandomGuyOP3w ago
Also, most/all of the Result in Google related to the "Missing Driver" are for ASDF, which not what Erlang in Termux is

Did you find this page helpful?