01-30-2020, 05:03 PM
Quote:I did nothing special, I just installed Ubuntu on VB then Wings, Erlang, tested Wings then installed and tested Povray.. the virtual machine I set to 2gb ram, 10gb harddrive and fixed..I'm using VirtualBox 6.1 over Windows 10 and this is my settings:
![Click to view image](https://i.postimg.cc/656njQ2D/VB-UBUNTU.png)
At Ubuntu I also installed the libcanbera-gtk and mesa. The OpenGL information is this:
Code:
micheus@ubuntu-vb:~/wings-2.2.5$ glxinfo | grep "version"
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Max core profile version: 0.0
Max compat profile version: 2.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL version string: 2.1 Mesa 19.2.8
OpenGL shading language version string: 1.20
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
Wings3D doesn't starts using the shortcut or executable as it happens for you. I tried to start it from the command line:
Code:
~/wings-2.2.5$ ./bin/erl -pa ./lib/wings-2.2.5/ebin -run wings_start start_halt
Then I just the the splash screen showing up and a fail in the Erlang console:
Code:
Erlang/OTP 22 [erts-10.5] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [hipe]
Eshell V10.5 (abort with ^G)
1> 2020-01-30T14:01:55.107219-03:00 error:
wx: error
message: wxWidgets Assert failure: ../src/gtk/window.cpp(3578): "m_widget != __null" in SetFocus() : invalid window
2020-01-30T14:01:55.143103-03:00 error:
wx: error
message: wxWidgets Assert failure: ../src/gtk/window.cpp(4772): "m_widget != __null" in SetDropTarget() : invalid window
Internal Error
Version: 2.2.5
Window: [wings,wings,<0.93.0>]
Reason: {error,{error,no_gl_context,5075},
[{gl,rec,1,[{file,"gen/gl.erl"},{line,298}]},
{wings_gl,init_extensions,0,
[{file,"wings_gl.erl"},{line,178}]},
{wings_gl,init,1,[{file,"wings_gl.erl"},{line,49}]},
{wings,init,1,[{file,"wings.erl"},{line,71}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,249}]}]}
So, you got more luck than me.
![Biggrin Biggrin](https://www.wings3d.com/forum/images/smilies/biggrin.png)