Wings 3D Development Forum

Full Version: [not supported] Linux Ubuntu 14.04 / W3D 2.1.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

W3D 2.1.7
Linux Ubuntu 14.04 LTS

I try to run W3D but got error:

=ERROR REPORT==== 16-Jun-2018::08:26:28 ===
WX Failed loading "wxe_driver"@"/home/marcone/wings-2.1.7/lib/wx-1.8.3/priv"

=INFO REPORT==== 16-Jun-2018::08:26:28 ===
application: wings
exited: {{{load_driver,"libwx_gtk2u_stc-3.0.so.0: cannot open shared object file: No such file or directory"},
[{wxe_server,start,1,[{file,"wxe_server.erl"},{line,65}]},
{wx,new,1,[{file,"wx.erl"},{line,115}]},
{wings_sup,init,1,[{file,"wings_sup.erl"},{line,72}]},
{supervisor,init,1,[{file,"supervisor.erl"},{line,294}]},
{gen_server,init_it,2,[{file,"gen_server.erl"},{line,365}]},
{gen_server,init_it,6,[{file,"gen_server.erl"},{line,333}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,247}]}]},
{wings_sup,start,[normal,[]]}}
type: temporary

Can anybody confirm if works with other Linux Distribution? If yes, pls. share the details.
Thanks.
BR, Hank
I'll check if I did something wrong on that one, but it is built on Ubuntu-16.04 nowadays, so that
might be needed for the prebuilt linux variant.
Tried with 16.04 (including various graphic drivers and display managers) but still the same.

BR, Hank
You will need to install libwxgtk3.0 library ( I hope that will install all the dependencies )
solved.

use: sudo apt install libwxgtk3.0-dev

thanks

BR, Hank