I was able to install Glyph (Trion's patcher), download the game, create my character and everything else (with very decent fps). Here's a few screenshots: https://imgur.com/a/WM8Ei
The problem is when I try to play with the character for the first time the game crashes. I know there's a cut scene there so it might be something related to the video playing.
Here's what I got so far:
Glyph needs:
the game needs:
- vcrun2008
- d3dx9
- vcrun2013 ("wine: Unimplemented function msvcr120.dll")
Run the game, click on CONNECT and the errors are:
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x2411db78, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16) WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24) WINED3DFORMAT!
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
fixme:dbghelp:fetch_thread_info Couldn't open thread 128 (87)
So I tried a solution mention in some topics about cutscenes crashing other games:
- d3dx9_43
- d3dcompiler_43
- strictdrawordering=enabled
- memory=1024
And I get the same issues.
I noticed the game ships with msvcp120.dll
and msvcr120.dll
so I tried to use "builtin,native" and I get:
wine: Call from 0x7b83e942 to unimplemented function msvcp120.dll._Mtx_current_owns, aborting
wine: Unimplemented function msvcp120.dll._Mtx_current_owns called at address 0x7b83e942 (thread 0041), starting debugger...
wine: Call from 0x7b83e942 to unimplemented function msvcr120.dll.?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ, aborting
wine: Unimplemented function msvcr120.dll.?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ called at address 0x7b83e942 (thread 000c), starting debugger...
I also tried installing PhysX (game ships with it).
Here's the game manifest: http://pastebin.com/qHkvzxje
Any ideas?
ps: same developer from Tera and there's similar issues here https://appdb.winehq.org/objectManager.php?sClass=version&iId=26128&iTestingId=81720 (elf_search_auxv)
Ubuntu 15.10 - Nvidia driver 352.63 - PlayOnLinux 4.2.6 - Wine 1.7.55, 1.7.55-staging, 1.7.49 (same error on any version)