https://bugs.winehq.org/show_bug.cgi?id=38402
--- Comment #2 from Chris chris.kcat@gmail.com --- Not an app per-se, but I noticed it happen with my D3DGL project, which is a d3d9 dll designed to run with other apps: https://github.com/kcat/d3dgl
It currently has a hack to work with Wine by making the callback cdecl: https://github.com/kcat/d3dgl/blob/42715c71b67a15e9e8dfbcd6a1c0d4093f38cb5d/... If the __cdecl is changed to the appropriate GLAPIENTRY, and the callback is invoked, it will crash.