gdi32.GdiEntry13 I was not able to work around a problem in d3d9 ( the app just hang, displaying nothing, probably due to some unimplemented stuff in
d3d9)
but fortunaly disabling d3d9, was enough to get it running (WINEDLLOVERRIDES="d3d9=""" wine AnimatedApplication.exe)
Are you sure that wine's d3d9 is available? (e.g. missing opengl libs on your linux system?) the GdiEntry13 stub sounds a bit like it tried to use native d3d9.dll, which doesn't work on Wine(and most likely never will)