![]() |
[not supported] Linux Ubuntu 14.04 / W3D 2.1.7 - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12) +--- Thread: [not supported] Linux Ubuntu 14.04 / W3D 2.1.7 (/showthread.php?tid=2657) |
[not supported] Linux Ubuntu 14.04 / W3D 2.1.7 - Hank - 06-16-2018 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 RE: Linux Ubuntu 14.04 / W3D 2.1.7 - dgud - 06-17-2018 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. RE: Linux Ubuntu 14.04 / W3D 2.1.7 - Hank - 06-17-2018 Tried with 16.04 (including various graphic drivers and display managers) but still the same. BR, Hank RE: Linux Ubuntu 14.04 / W3D 2.1.7 - dgud - 06-19-2018 You will need to install libwxgtk3.0 library ( I hope that will install all the dependencies ) RE: Linux Ubuntu 14.04 / W3D 2.1.7 - Hank - 06-20-2018 solved. use: sudo apt install libwxgtk3.0-dev thanks BR, Hank |