[Bug 45212] VB6 program IFs closes with "Run-time error '-2147417848 ( 80010108)': Automation error"

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 20 19:18:05 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45212

--- Comment #23 from Fabian Maurer <dark.shadow4 at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list