On Mon, Sep 27, 2004 at 01:45:29PM -0400, James Hawkins wrote:
It is doing:
> 0025:Starting process L"C:\\Program Files\\Easy CD-DA Extractor 7\\ezcddax.exe"
> (entryproc=0x
761060)
But "0025" never appears again (just as you pressed ctrl-c at the end).
So this ezcddax.exe hangs somewhere, per
Wolfgang Schwotzer <[EMAIL PROTECTED]> writes:
> @@ -91,13 +91,28 @@
> */
> BOOL WINAPI MakeSureDirectoryPathExists(LPCSTR DirPath)
> {
> -if (CreateDirectoryA(DirPath, NULL)) return TRUE;
> -if (GetLastError() == ERROR_ALREADY_EXISTS)
> +char path[MAX_PATH];
> +const char *p =
Mike Hearn <[EMAIL PROTECTED]> writes:
> Add Makefile rules to rebuild resource file when translations change
'make depend' is a convenient way to do that, maybe you should give it
a try ;-)
--
Alexandre Julliard
[EMAIL PROTECTED]
> If you really want to stub this function then please don't print the
> buffer contents
Should it be
FIXME("(%p, %i): stub\n", Buffer, BufferSize);
instead? Or should it just not be there at all?
On Tue, 28 Sep 2004 02:10:06 +0200, Filip Navara <[EMAIL PROTECTED]> wrote:
> James Hawkins wrot
James Hawkins wrote:
+
+VOID WINAPI SystemFunction036(PCHAR Buffer, INT BufferSize)
+{
+ FIXME("(%s, %i): stub\n", Buffer, BufferSize);
+}
+
If you really want to stub this function then please don't print the
buffer contents. It's an output buffer and contains garbage (maybe the
garbage means
> Is the target (the thing calling SystemFunction036) available to download
> anywhere?
Yea. here's the link:
http://www.download.com/redir?pid=10287361&merid=107235&mfgid=107235&lop=link&edId=3&siteId=4&oId=3002-2124-10287361&ontId=2124&destUrl=ftp%3A%2F%2Fftp.download.com%2Fpub%2Fppd%2F10288616-
> Is this program linking to SystemFunction036 statically or dynamically?
I'm not really sure. Is there another way to tell besides doing a trace+all?
> If it is linking dynamically (i.e. with GetProcAddresa), one option to try
> is to completly remove SystemFunction036 so it is not exported fro
It turns out that SystemFunction036 is actually required to do
something for MyPhotoCalendars.exe to install correctly because the
installer exits with a program-level exception (ie not wine) What I
would like to do is run MyPhot...exe with winedbg and then set a
breakpoint for SystemFunction036 s
> VOID STDCALL
> SystemFunction036(PCHAR Buffer, INT BufferSize);
Thankyou very much Filip, now I can write a stub implementation for
it. After adding the stub, MyPhotoCalendars gets a little further in
the install.
On Mon, 27 Sep 2004 22:31:48 +0200, Filip Navara <[EMAIL PROTECTED]> wrote:
> Jam
> This function was added in W2K or WXP IIRC. Can you try setting the
> emulated version of Windows to W98 or WNT?
In the registry, HKLM\Software\Wine\Wine\Config\Version\Windows is set
to win98 and "Windows"="win98" in config. The results are the same
as before, sadly.
On Mon, 27 Sep 2004 22:
Stefan Leichter wrote:
Am Montag, 27. September 2004 20:03 schrieb Joaquín Fernández:
Hello,
try
WINEDLLOVERRIDES="advapi32=builtin"
(see http://www.winehq.org/hypermail/wine-devel/2004/08/0640.html)
Bye Stefan
Thanks Stefan, i tried but i can't install IE, the installer stay in endless loop at
James Hawkins wrote:
After searching a bit I came to this as well
Thanks for the links Steven.
Is there any way to obtain the prototype for any of these
SystemFunction's? possibly through a dll dump or something.
If you ask specifically about SystemFunction036, then it's prototype is
(IIRC
James Hawkins wrote:
While trying to install MyPhotoCalendars, an exception is raised
because of a call to the unimplemented function
advapi32.dll.SystemFunction036.
This function was added in W2K or WXP IIRC. Can you try setting the
emulated version of Windows to W98 or WNT?
- Filip
Hi List,
I just installed wine from cvs as of this morning and am still having problems
installing office. I get the following error when starting the installer
with the msi debugging channel on:
fixme:msi:MsiEnableLogA 0516 "c:\\windows\\temp\\Office 2000 Professional
Setup (0014)_MsiExe
> After searching a bit I came to this as well
Thanks for the links Steven.
Is there any way to obtain the prototype for any of these
SystemFunction's? possibly through a dll dump or something.
On Mon, 27 Sep 2004 12:22:55 -0700 (PDT), Steven Edwards
<[EMAIL PROTECTED]> wrote:
> --- James Hawkin
Am Montag, 27. September 2004 20:03 schrieb Joaquín Fernández:
> .
> 001a:Call kernel32.CommonUnimpStub() ret=4080bad0 fs=003b
> eax= ebx=40839a54 ecx=406af608 edx=40367438 esi=000846a8
> edi= ebp=406af6cc esp=406af640 ds=007b es=007b gs=0033
> flags=00200246 001a:Ret ker
--- James Hawkins <[EMAIL PROTECTED]> wrote:
> It turns out that the Dreamweaver MX 2004 installer needs this
> function too.
After searching a bit I came to this as well
http://www.it.kth.se/~rom/ntsec.html#ntsec-crypto
__
Do you Yahoo!?
Yahoo!
17 matches
Mail list logo