You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i am starting the project i am getting this error "Unable to load DLL 'libX11': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'"
public RenderControl()
: base(new GraphicsMode(new ColorFormat(32), 24, 8, GetSampleCount(GraphicsSettings.Default.MultiSampling))) // here i am getting the error
{ }
The text was updated successfully, but these errors were encountered:
when i am starting the project i am getting this error "Unable to load DLL 'libX11': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'"
public RenderControl()
: base(new GraphicsMode(new ColorFormat(32), 24, 8, GetSampleCount(GraphicsSettings.Default.MultiSampling))) // here i am getting the error
{ }
The text was updated successfully, but these errors were encountered: