could not find qt platform windows

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
peter99
Newbie
Newbie
Posts: 1
Joined: Wed Oct 08, 2014 5:13 am

could not find qt platform windows

Post by peter99 »

After the recent upgrade to world of warcraft, I can no longer start the game using launcher.exe. I can start the game using wow.exe, but I think that will only be temporary. I get the error message "could not find qt platform "windows" ".
Trying to start in a terminal, I get the following.

wine /media/peter/CAFC0C4FFC0C37E9/World\ of\ Warcraft/World\ of\ Warcraft\ Launcher.exe
fixme:win:RegisterDeviceNotificationA (hwnd=0x1258c8, filter=0x155e924,flags=0x00000001) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationA (hwnd=0x1258c8, filter=0x155e924,flags=0x00000001) returns a fake device notification handle!
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
GIF89aÇ    ,D;fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:wininet:open_http_connection create_netconn failed: 12029
err:wininet:open_http_connection create_netconn failed: 12029
err:wininet:open_http_connection create_netconn failed: 12029
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
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.
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x7d7d9544, 0x130978, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d7d9544
err:wininet:open_http_connection create_netconn failed: 12029
fixme:wbemprox:client_security_SetBlanket 0x7d7d9544, 0x136de0, 10, 0, (null), 3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7d7d9544
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
fixme:hnetcfg:fw_profile_get_NotificationsDisabled 0x1365b8, 0x6f4e4c0
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:wbemprox:enum_class_object_Next timeout not supported
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform

Google shows that people are having the same problem, most cures involve changing wine config from win7 to winXP; this has not worked for me.
Any help would be appreciated
thanks
Pete
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: could not find qt platform windows

Post by dimesio »

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.
Do what it says; install winbind.
Locked