[Bug 42154] Tomb Raider 2013 (Steam) crashes with built-in xinput

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 6 07:58:25 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42154

--- Comment #9 from Bruno Jesus <00cpxxx at gmail.com> ---
Thanks for the log, unfortunately no hints so far. The functions that are
supposed to fail are failing, and the functions that are supposed to succeed
are ok.

Xinput9_1_0 has only four functions but the game/steam is trying to load many
others, but we have tests proving the functions do not exist.

So, I no clues so far. Unless this is a duplicate of 42110 in the sense that
one or more functions are expected to be DECLSPEC_HOTPATCH.

The four functions present in 9.1.0 are:

XInputGetCapabilities
XInputGetDSoundAudioDeviceGuids
XInputGetState
XInputSetState

The game/steam is also trying:

module:GetProcAddress (module 0xf2e20000, name 'XInputEnable')
module:GetProcAddress  -> (nil)
module:GetProcAddress (module 0xf2e20000, name 'XInputGetAudioDeviceIds')
module:GetProcAddress  -> (nil)
module:GetProcAddress (module 0xf2e20000, name 'XInputGetBatteryInformation')
module:GetProcAddress  -> (nil)
module:GetProcAddress (module 0xf2e20000, name 'XInputGetKeystroke')
module:GetProcAddress  -> (nil)
module:GetProcAddress (module 0xf2e20000, ordinal 100)
module:find_ordinal_export     ordinal 100 out of range!
module:GetProcAddress  -> (nil)

(all expected to be NULL)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list