I am having problems with a bunch of three games that came together in the same pack. They all abort qhen asking for installation with the following line
wine: Call from 0x73ba1895 to unimplemented function GDI32.dll.NamedEscape, aborting
Does anybody know what GDI32.dll.NamedEscape does?
Does anybody intend to implement it in the near future?
Luis C. Busquets Pérez wrote:
I am having problems with a bunch of three games that came together in the same pack. They all abort qhen asking for installation with the following line
wine: Call from 0x73ba1895 to unimplemented function GDI32.dll.NamedEscape, aborting
Does anybody know what GDI32.dll.NamedEscape does?
It appears to be undocumented. Are you using some native DLLs by any chance?
It appears to be undocumented. Are you using some native DLLs by any chance?
I've noticed it's called by some Adobe DLLs, e.g. atmlib.dll, so the same crash can be triggered by installing an app with no native overrides. --Juan
No. I am not using any native dll.
The program to install hangs the moment I pres the button "Install" and aborts saying that:
wine: Call from 0x73ba1895 to unimplemented function GDI32.dll.NamedEscape, aborting
Luis C. Busquets Pérez wrote:
I am having problems with a bunch of three games that came together in the same pack. They all abort qhen asking for installation with the following line
wine: Call from 0x73ba1895 to unimplemented function GDI32.dll.NamedEscape, aborting
Does anybody know what GDI32.dll.NamedEscape does?
It appears to be undocumented. Are you using some native DLLs by any chance?
-- Rob Shearman
luis.busquets@ilidium.com wrote:
No. I am not using any native dll.
The program to install hangs the moment I pres the button "Install" and aborts saying that:
wine: Call from 0x73ba1895 to unimplemented function GDI32.dll.NamedEscape, aborting
I'd suggest to open a bug for this and attach there full output of an attempt to run the application.