Error upon running elementclient.exe (Perfect World)

Questions about Wine on Linux
Locked
skore
Newbie
Newbie
Posts: 1
Joined: Thu Jun 04, 2020 12:56 pm

Error upon running elementclient.exe (Perfect World)

Post by skore »

Hello, everyone!

I recently switched operating system (from Ubuntu to Arch) and I'm having some problems setting up wine so it runs Perfect World International (like it did in Ubuntu).
Since it ran fine in Ubuntu, I suppose the problem might be missing libraries in the new system.

My system information:

CPU: Intel Core i3-8130U
GPU: Intel UHD Graphics (no dedicated GPU)
RAM: 12GB DDR4
OS: Arch Linux (Kernel: Linux 5.6.15-arch1-1)

Error when running elementclient.exe:

Code: Select all

0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:err:ole:CoGetClassObject class {5959df60-2911-11d1-b049-0020af30269a} not registered
0024:err:ole:CoGetClassObject no class object {5959df60-2911-11d1-b049-0020af30269a} could be created for context 0x1
0024:fixme:d3d:wined3d_swapchain_init Unimplemented swap effect 0x5.
0024:fixme:ieframe:PersistStreamInit_InitNew (0AF13218)
0024:fixme:ieframe:OleObject_Advise (0AF13218)->(013C8B88, 013C8BD4)
0024:fixme:ieframe:ViewObject_SetAdvise aspects and/or flags not supported yet
0024:fixme:ieframe:ViewObject_Draw (0AF13218)->(1 -1 00000000 00000000 00000000 00050093 013C8BEC 013C8BEC 00000000 00000000)
0024:fixme:ieframe:PersistStreamInit_InitNew (0AEB3440)
0024:fixme:ieframe:OleObject_Advise (0AEB3440)->(013C8C70, 013C8CBC)
0024:fixme:ieframe:ViewObject_SetAdvise aspects and/or flags not supported yet
0024:fixme:ieframe:ViewObject_Draw (0AEB3440)->(1 -1 00000000 00000000 00000000 00050093 013C8CD4 013C8CD4 00000000 00000000)
0024:err:winediag:load_gssapi_krb5 Failed to load libgssapi_krb5, Kerberos SSP support will not be available.
0110:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x102bf537, context 0x813a688, init_notify 0, handle 0xf67fce8): stub
0024:fixme:imm:ImmGetDescriptionW (04160416, 00000000, 0): semi stub
0024:fixme:imm:ImmGetDescriptionW (04160416, 082E59F8, 9): semi stub
0024:fixme:imm:ImmGetOpenStatus (0E620058): semi-stub
0024:fixme:imm:ImmReleaseContext (000100A6, 0E620058): stub
0024:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0024:fixme:ieframe:BrowserService_GetTravelLog 0E34EBC8 0031C3D0
0024:fixme:ieframe:ClientSite_GetContainer (0AF132E8)->(0031C4CC)
0024:fixme:ieframe:ClientSite_GetContainer (0AF132E8)->(0031D33C)
This list was bigger and I managed to solve most of the errors, but these I couldn't.

This is what I've already done:
  • Enabled multlib and update the system (this downloaded many 32 bit libraries)
  • Install wine (version 5.9)
  • Install winetricks (version 20200412)
  • Run winetricks allfonts
  • Install lib32-mesa, lib32-pulse, lib32-mpg123, lib32-gnutls, lib32-gst-plugins-base, lib32-gst-plugins-good, samba, krb5, and some other packages
  • Change Windows version to XP
Up to now, my decisions about what to do were based on other posts with related problems and on the Arch Wiki's Wine page https://wiki.archlinux.org/index.php/Wine. I also tried things like PlayOnLinux with no success.

What else can I try? I'm having trouble understanding what to do given the error list.

Any help would be much appreciated! :D
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Error upon running elementclient.exe (Perfect World)

Post by spoon0042 »

You still seem to be missing (32-bit?) libgssapi_krb5

May not make a difference but that's the only obvious problem I see in your log.
Locked