Error of failed request: GLXBadFBConfig { Installing Metatrader 5 }

Questions about Wine on Linux
Locked
conflicker
Newbie
Newbie
Posts: 1
Joined: Wed Nov 17, 2021 4:08 pm

Error of failed request: GLXBadFBConfig { Installing Metatrader 5 }

Post by conflicker »

I Am Trying to Install Metatreder 5 get this error Message



guru@HP:~$ wine '/home/guru/Downloads/mt5setup.exe'
0034:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00a4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00a4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00a4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00a4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00a4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00a4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00dc:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00dc:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00dc:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00dc:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00e4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00e4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00e4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00e4:fixme:font:get_name_record_codepage encoding 29 not handled, platform 1.
00dc:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00dc:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00e4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00e4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00dc:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
00dc:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 3, 0000000000000000, 0, 0000000000000000 stub
00dc:fixme:wbemprox:client_security_SetBlanket 000000000140FD50, 000000000006DEA0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
00dc:fixme:wbemprox:client_security_Release 000000000140FD50
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 223
Current serial number in output stream: 223
cmdl
Level 2
Level 2
Posts: 14
Joined: Wed Feb 10, 2021 11:21 pm

Re: Error of failed request: GLXBadFBConfig { Installing Metatrader 5 }

Post by cmdl »

Try:

Code: Select all

export MESA_GL_VERSION_OVERRIDE=4.5 wine mt5setup.exe
or

Code: Select all

export LIBGL_ALWAYS_SOFTWARE=1 wine mt5setup.exe
Locked