Open Dogm opened 2 years ago
this problem belong to 0.4.1 version tell me what can be done
What GPU do you have?
AWS Elastic Graphic
Was this working on version 0.4.0?
it may not be related to your changes, I'm just trying to figure out what exactly needs to be done to make it work
This is the pixel format stl-thumb is requesting. This is all very standard, so I am inclined to believe there is something wrong with OpenGL in your environment. Do any other OpenGL apps work?
PixelFormatRequirements {
hardware_accelerated: Some(true),
color_bits: Some(24),
float_color_buffer: false,
alpha_bits: Some(8),
depth_bits: Some(24),
stencil_bits: Some(8),
double_buffer: None,
multisampling: None,
stereoscopy: false,
srgb: true,
release_behavior: Flush,
x11_visual_xid: None
}
Can you follow the instructions here to compare this to what is available on your system?
wglinfo64