FFXIV (logs and such

Questions about Wine on macOS.
Locked
spoonypirate
Newbie
Newbie
Posts: 1
Joined: Sat Sep 27, 2008 10:37 pm

FFXIV (logs and such

Post by spoonypirate »

This is via wine-devel 1.5.9 via MacPorts.
Winetricks used: ie8 winhttp
regedit tweaks:

Code: Select all

HKCU/Software/Wine/Direct3D
 - DirectDrawRenderer = opengl
 - VideoMemorySize = 1024
 - VideoPciDeviceID = 0x1200
 - VideoPciVendorID = 0x10de
The debug logs do not contain any different information and the game does not exhibit any different behavior if regedit tweaks are removed.

App crash - information from log.txt: http://pastebin.com/s29FXDQp
App crash - debug information in terminal: http://pastebin.com/MLk53TQv
Messages that appear in terminal:

Code: Select all

fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
occurs fairly often, usually in groups of 4-10 in between:

fixme:d3d:wined3d_occlusion_query_ops_get_data 0x1d0248f8 Wrong thread, returning 1.
floods window, roughly 40-80 at a time.
The game supports ambient occlusion, and both messages appear regardless of setting occlusion on/off. The address for the occlusion query varies (generally 0x1d024NNN) and the address range changes with occlusion on. Occlusion on only affects speed of playability, and does not introduce artifacting or odd graphic behavior. The crashes happen fairly often (~1-4 hours) and are generally the same error. Crashing is generally when in world, though I have noticed a few happening when exiting cutscenes.
Locked