https://bugs.winehq.org/show_bug.cgi?id=45212
--- Comment #23 from Fabian Maurer dark.shadow4@web.de --- My current status is: It calls DispCallFunc with an argument "C:\IFs\RUNFILES\IFS.MDB", it then crashes in dao360 and returns a generic error code. The crash comes because the program tries to write a '\0' into a string "[ESRI Countries]" - but this string happens to be in the .text segment and readonly.
Don't know how right that is, but that's what I found. I guess the string should be a copy, but is not.