https://bugs.winehq.org/show_bug.cgi?id=48898
Bug ID: 48898 Summary: OpenGL demo fails due to ordinal mismatch Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: opengl Assignee: wine-bugs@winehq.org Reporter: chris@kode54.net Distribution: ---
End of Time, by Alcatraz and Altair, a <5KB demo .exe for Windows, crashes shortly after startup in Wine, because it is importing opengl32.dll symbols by ordinal instead of by name.
http://www.pouet.net/prod.php?which=77102
A similar bug affected APITrace, now fixed:
https://github.com/apitrace/apitrace/issues/652#issuecomment-610443894
It doesn't need to implement all functions, just the same set it currently does, but they also need the correct ordinals to match Windows.