CHDIR/SetCurrentDirectory returns FILE_NOT_FOUND

2004-06-04 Thread markus . amsler
Hi, The installation routine of the ida dos disassembler (gg: ida37fw.zip), wonn't work, because winedos/int21:0x3b CHDIR returns ERROR_FILE_NOT_FOUND. If I return ERROR_PATH_NOT_FOUND it will install. ntdll:RtlSetCurrentDirectory returns STATUS_OBJECT_NAME_NOT_FOUND, which gets mapped to ERROR_FI

Re: (Still) problem on AMD64 with wine CVS

2004-06-04 Thread Alexandre Julliard
Maurizio Monge <[EMAIL PROTECTED]> writes: > # wine-kthread > wine: failed to initialize: /opt/wine/lib/wine/ntdll.dll.so: failed to map > segment from shared object: Cannot allocate memory Sounds like the kernel will need to be fixed. If there's no way to map dlls below 0x8000 many things w

Re: Tab control TCM_SETITEMEXTRA (bugzilla #1046)

2004-06-04 Thread Bill Medland
On June 4, 2004 01:36 am, Jon Griffiths wrote: > > It makes a big difference in code readability. > > I disagree, but for two lines of code, who cares. I've sent a new > version to wine-patches. I agree with Alexandre. Putting char buffer[1] at the end of a structure is a standard technique for

Re: segfault at startup

2004-06-04 Thread Duane Clark
Morten Welinder wrote: ... One more thing: about 1 in 5 runs it turns out that wine does start. Never under strace, though. /me smells a race condition. I'll just add a "me too" to that one. I have not tried putting numbers to it, so I don't know whether it is 1 in 5. But I have already gotten ac

Re: segfault at startup

2004-06-04 Thread Michael Stefaniuc
Morten Welinder wrote: It looks like it is blowing the stack. Ideas? Let me guess: this is on FC2? bye michael gdb loader/wine-pthread ...] (gdb) where #0 0x4010afdc in _int_malloc () from /lib/libc.so.6 #1 0x4010a18c in malloc () from /lib/libc.so.6 #2 0x404adb72 in _xmalloc (size=25)

programmable shader research

2004-06-04 Thread Simon Harvey
hello all I have put forward a project proposal outlining a programmable graphics pipeline for optional use in blender. I submitted my proposal: --- PROJECT GOAL I intend to create a render pipeline who's shader(s) can be selected by a user as be

Re: Tab control TCM_SETITEMEXTRA (bugzilla #1046)

2004-06-04 Thread Jon Griffiths
> It makes a big difference in code readability. I disagree, but for two lines of code, who cares. I've sent a new version to wine-patches. Cheers, Jon = "Don't wait for the seas to part, or messiahs to come; Don't you sit around and waste this chance..." - Live [EMAIL PROTECTED]

Re: segfault at startup

2004-06-04 Thread Morten Welinder
From: Michael Stefaniuc <[EMAIL PROTECTED]> Morten Welinder wrote: > It looks like it is blowing the stack. > Ideas? Let me guess: this is on FC2? No, as mentioned it's SuSE 9.0. One more thing: about 1 in 5 runs it turns out that wine does start. Never under strace, though. /me

Re: (Still) problem on AMD64 with wine CVS

2004-06-04 Thread Maurizio Monge
Alle Friday 04 June 2004 01:34, Alexandre Julliard ha scritto: > wine-kthread # wine-kthread wine: failed to initialize: /opt/wine/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory :-( Maurizio CC to monge(at)sns(dot)it

Re: [KERNEL] add CmdBatNotification stub

2004-06-04 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > CmdBatNotification is used by cmd.exe when executing a bat file. > Found no documentation about this function, so I dissassembled it: Please do not send disassembled Windows code to these lists. To find number of arguments for an API call there is no need to disassem

Re: [tests] disable winspool tests if we don't have a default printer

2004-06-04 Thread Dimitrie O. Paun
On Fri, Jun 04, 2004 at 08:26:49AM +0200, Andreas Mohr wrote: > Why not be more verbose about that? Because those people will not see the warning anyway I'm afraid. Most run in non-interactive mode through winrash, others through winetest. The most we can do is leave the error in, and bug people i

Re: fix for launching unix executables

2004-06-04 Thread Andreas Mohr
Hi, On Fri, Jun 04, 2004 at 03:25:00PM +0200, Rein Klazes wrote: > Changelog: > dlls/kernel : process.c > Fix a crash when launching Unix executables. Is there any way to have a test for that in the test suite? Sure hurts to see such quite basic stuff non-working. Andreas Mohr

Re: [REGRESSION] Photoshop 7.0 works before wine-cvs-20040130 16:??:?? CST (bug #2017)

2004-06-04 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 06/02/04 18:50, Alexandre Julliard wrote: > If simply returning an error doesn't work, you need to improve the > stub to provide enough functionality for the app to be happy. well, the problem is that I'm not a programmer and I don't know in