On 12/3/05, Dustin Navea <[EMAIL PROTECTED]> wrote:
> make[3]: Entering directory `/home/speeddy/wine/dlls/advapi32/tests'
> ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p
> advapi32_test.exe.so crypt.c && touch crypt.ok
> crypt.c:710: Test failed: expected 234, got 0
>
>
> Anyone
Ivan Gyurdiev wrote:
I tries that with the exact same results...
Attempted mmap_anon of size 200MB...fails...Steam fails, with ENOMEM.
Here's the exact mmap call... it's the only one that fails, and it's
the largest without MAP_NORESERVE.
mmap2(NULL, 209780736, PROT_NONE, MAP_PRIVATE|MAP_AN
Thomas Meyer wrote:
Hi.
iTunes version 6 installation fails. i made a log an my guess is that the
problem is here:
[snip]
trace:ole:TMStubImpl_AddRef (0x7fdcd028)->(ref before=1)
trace:ole:stub_manager_int_release after 1
trace:ole:dispatch_rpc Calling apartment thread 0x000b...
trace:ole
The last error was caused by linux/capi.h being included, even though it
wont compile (checked configure) This one I'm not sure about.
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p
gdi32_test.exe.so metafile.c && touch metafile.ok
metafile.c:135: Test failed: pass 0: dx[0] (0)
make[3]: Entering directory `/home/speeddy/wine/dlls/advapi32/tests'
../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p
advapi32_test.exe.so crypt.c && touch crypt.ok
crypt.c:710: Test failed: expected 234, got 0
Anyone wanna help me figure out why?
Dustin
Hi.
iTunes version 6 installation fails. i made a log an my guess is that the
problem is here:
[snip]
trace:ole:TMStubImpl_AddRef (0x7fdcd028)->(ref before=1)
trace:ole:stub_manager_int_release after 1
trace:ole:dispatch_rpc Calling apartment thread 0x000b...
trace:ole:CoWaitForMultipleHandl
On Sat, 2005-12-03 at 15:02 -0500, Ivan Gyurdiev wrote:
> Stefan Dösinger wrote:
> > Hello,
> >
> >> It doesn't seem to check the retval of the first alloc, which fails
> >> about half of the time in
> >> wine_anon_mmap (mmap() call) with ENOMEM. If the allocation succeeds,
> >> Steam proceeds t
Am Samstag, den 03.12.2005, 13:43 +0100 schrieb Martin Fuchs:
> What about all three informations:
> a.) author
> b.) affected directory, like "[dlls/ole32]"
> c.) beginning of the changelog
IMHO, best of all is starting with the affected directory and use the
subject for c.
Benefit: Simple sort
I tries that with the exact same results...
Attempted mmap_anon of size 200MB...fails...Steam fails, with ENOMEM.
Here's the exact mmap call... it's the only one that fails, and it's
the largest without MAP_NORESERVE.
mmap2(NULL, 209780736, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1
E
Hello again!
Sorry for not sending an answer but there where some exercises waiting for me
;-(
Origin doesn't work with CrossOver 5 on my machine, so the problem isn't solved
for me. Still using the native dll saving works fine.
And here is the next part of my investigation:
Now the _cipow
Stefan Dösinger wrote:
Hello,
It doesn't seem to check the retval of the first alloc, which fails
about half of the time in
wine_anon_mmap (mmap() call) with ENOMEM. If the allocation succeeds,
Steam proceeds to run.
If it fails, Steam dies with the message above.
I just started Steam 5
On 12/1/05, James Hawkins <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I changed the invalid CharPrev != "\\" comparison to string[len] != '\\'.
>
> Changelog
> * Use DelNode itself for the directory recursion.
> * Handle the dwFlags parameter.
> * Factor out file creation and deletion.
> * Add test cases
On 12/3/05, Christian Gmeiner
<[EMAIL PROTECTED]> wrote:
> It also fixes some spacing stuff.
Whitespace changes need to go in a separate patch, if at all.
--
James Hawkins
On Sat, Dec 03, 2005 at 06:16:48PM +0100, Stefan Leichter wrote:
> Hi,
>
> i am a little confuse about the uxtheme dll. I have a program that raises an
> execption after each call (not the return!) to the ordinal 1 of the dll. The
> strange thing is the relay log shows up to eight arguments for
Hi,
i am a little confuse about the uxtheme dll. I have a program that raises an
execption after each call (not the return!) to the ordinal 1 of the dll. The
strange thing is the relay log shows up to eight arguments for the function
call, but according to the spec file of the uxtheme dll the f
Update or add Norwegian Bokmål resources for the following parts
dlls/commdlg
dlls/iccvid
dlls/msvidc32
dlls/msvideo
programs/notepad
programs/regedit
programs/winecfg
Regards,
Alexander N. Sørnes
Index: dlls/commdlg/cdlg_No.rc
==
On Thu, 01 Dec 2005 16:12:47 +, Tomas Carnecky wrote:
> I've had a discussion with someone through this list about wine and
> libGL.so. It was about wine using dlopen("libGL.so") instead of linking
> directly with libGL.so.
IIRC this was done so CodeWeavers can ship a GL enabled build. I don'
Stefan Dösinger wrote:
How is the nvidia driver doing recently? Does it have acpi suspend support?
Can't comment, because my computer is a desktop computer, not a laptop
and I havent tried suspend or sleep (I don't even know how to configure it).
How is the speed compared to the Windows dri
Stefan Dösinger wrote:
How is the nvidia driver doing recently? Does it have acpi suspend support?
Seems like ACPI suspend isn't supported under amd64 :(
$ cat /sys/power/state
standby mem
Hello,
> It doesn't seem to check the retval of the first alloc, which fails
> about half of the time in
> wine_anon_mmap (mmap() call) with ENOMEM. If the allocation succeeds,
> Steam proceeds to run.
> If it fails, Steam dies with the message above.
I just started Steam 5 times without a single f
> Well, I think having some description of what the patch is about is
> more useful than a truncated file list, but if the general feeling is
> that the file list is better I can put this back.
What about all three informations:
a.) author
b.) affected directory, like "[dlls/ole32]"
c.) beginning
Here is why I think Steam fails on my machine:
The issue: Half of the time Steam fails to start, with this helpful
message, and no wine output:
memstd.cpp (148) : Assertion Failed: 0
Then it goes into the minidump and writes a 3G file on my disk or so
that I need to erase..
===
It se
Am Freitag, den 02.12.2005, 21:00 +0100 schrieb Alexandre Julliard:
> > Can we get the Module name and/or modified files added back to the
> > subject line for CVS? IHMO, this is much more useful than knowing who
> > submitted the patch.
>
> Well, I think having some description of what the patc
On Fri, Dec 02, 2005 at 12:11:34PM -0700, Vitaliy Margolen wrote:
> Friday, December 2, 2005, 11:46:39 AM, Rein Klazes wrote:
> > Hi,
> [skip]
> > Making this information not const makes the application proceed further.
>
> > Changelog:
> > dlls/ddraw : ddraw_hal.c, ddraw_user.c
> > Make some dri
On Sat, Dec 03, 2005 at 03:08:29AM -0500, Pavel Roskin wrote:
> Hello!
>
> When trying to set up printing from Wine on Fedora Core 4 for x86_64, I
> have discovered that Wine fails to find many libraries, including
> libcups. It turns out that the development packages on Fedora Core 4
> don't alw
FYI, here is the code in question:
http://cvs.sourceforge.net/viewcvs.py/q2e/q2e/source/win32/glw_win.c?rev=1.13&view=auto
The function where pixelFormat is initialized is GLW_ChoosePixelFormat.
Toan
On 12/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Message d'origine
> >Da
Hello!
When trying to set up printing from Wine on Fedora Core 4 for x86_64, I
have discovered that Wine fails to find many libraries, including
libcups. It turns out that the development packages on Fedora Core 4
don't always provide *.so symlinks for 32-bit libraries. So I wrote
this script.
27 matches
Mail list logo