http://bugs.winehq.org/show_bug.cgi?id=17754
Summary: In-house application failes with EAccessViolation error Product: Wine Version: 1.1.9 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lemeia@bigpond.com
When trying to run an in-house scheduling application written in Delphi I get the following error:
Exception EAccessViolation in module systemmonitor.exe at 0011027B. Access violation at address 0051027B in module 'systemmonitor.exe'. Read of address 00000000.
Have attached WINEDEBUG="+relay,+seh,+tid" dump.
Regards
http://bugs.winehq.org/show_bug.cgi?id=17754
--- Comment #1 from lemeia@bigpond.com 2009-03-15 18:12:38 --- Bear with me. I realised in creating this that the file is too large to attach. I will attempt to find another way or providing the information.
http://bugs.winehq.org/show_bug.cgi?id=17754
lemeia@bigpond.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |www.calebblake.com/files/dum | |p_relay_seh_tid.7z
--- Comment #2 from lemeia@bigpond.com 2009-03-16 06:26:33 --- I had to resort to a URL for my dump file as it was 17kB over the limit. I couldn't seem to get smaller.
http://bugs.winehq.org/show_bug.cgi?id=17754
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|www.calebblake.com/files/dum|http://www.calebblake.com/fi |p_relay_seh_tid.7z |les/dump_relay_seh_tid.7z
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2009-03-16 16:17:28 --- Looking at your log right near where the exception occurs, it is looking for registry keys and files related to oracle.
Does this application depend on an oracle installation?
http://bugs.winehq.org/show_bug.cgi?id=17754
--- Comment #4 from lemeia@bigpond.com 2009-03-17 03:57:11 --- It does depend on an Oracle installation - and I had set it up beforehand. I better go back and see if I can use the Oracle installation at all - I may not have configured it correctly.
Should there be any issue with a program running under Wine to access a native Linux Oracle client?
http://bugs.winehq.org/show_bug.cgi?id=17754
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-03-17 04:43:08 --- (In reply to comment #4)
Should there be any issue with a program running under Wine to access a native Linux Oracle client?
You'd have to write a Wine .dll.so wrapper to do that.
To use your program you must set it up as you do on Windows, so if it needs the oracle client then you need to install it in Wine.
http://bugs.winehq.org/show_bug.cgi?id=17754
lemeia@bigpond.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #6 from lemeia@bigpond.com 2009-03-17 05:33:26 --- Ah OK.
It's a convenient front-end, but to be honest, with some clever Python scripting I can actually achieve all I need to without actually using this client at all.
Thanks for the help. I will close this as there is no value to the rest of the Linux/Wine community in sorting out issues with in-house software that no-one will ever get to benefit from.
I hope Abandoned is the right status.
http://bugs.winehq.org/show_bug.cgi?id=17754
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2009-03-17 08:29:23 --- Closing
http://bugs.winehq.org/show_bug.cgi?id=17754
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|ABANDONED |INVALID
--- Comment #8 from Jeff Zaroyko jeffz@jeffz.name 2009-03-17 09:14:19 --- It's invalid since there appears to be no bug here, the application was misconfigured. The log showed it was looking for oci.dll and some oracle registry keys, none of which were present. Abandoned is used if it's nolonger possible to test for the reported bug.