https://bugs.winehq.org/show_bug.cgi?id=48265
--- Comment #6 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Zebediah Figura from comment #5)
How is your Wine being compiled? It seems likely the fastcall thunk isn't working correctly.
./configure --prefix=/home/user/.local CFLAGS=-I/usr/local/include -O0 -g3 LDFLAGS=-L/usr/local/lib
I am pretty sure the same happens even with the default optimize/debug flags.
Clang 4.2.1 is being used.