Wine-devel
Threads by month
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
October 2011
- 88 participants
- 195 discussions
As always, http://buildbot.kegel.com is just now starting to look stable
(kind of like fusion power is always nearly practical).
So I'm starting to look at adding valgrind to the buildbot.
I won't check for memory leaks at all, since those are too numerous to count.
And I'll only valgrind the tests immediately related to each proposed patch.
First, though, I need a complete suppressions file for all existing
wine valgrind warnings. That's going to take a while to put
together, since some of the warnings don't show up on every
run.
And before I bother to automate anything, I'm taking a little detour,
looking at the existing warnings, and trying to see if we can make a
little progress on some of them.
The script http://code.google.com/p/winezeug/source/browse/trunk/buildbot/runval.sh
is how I'm starting to do a manual sweep for valgrind errors.
I'm going DLL by DLL, starting with advapi32, looking
carefully at each valgrind error.
For each error that looks spurious or expected, I will add a
suppression to the existing global suppressions file,
http://code.google.com/p/winezeug/source/browse/trunk/valgrind/valgrind-sup…
For each error that looks real, I'll try to understand it and fix it if
the error is not deep, or file a wine bug and add a matching suppression to
http://code.google.com/p/winezeug/source/browse/trunk/buildbot/valgrind-bla…
When bugs get fixed, I'll remove the matching suppressions from that file.
This morning I looked at a grand total of one valgrind warning (in
advapi32/security.c),
and filed http://bugs.winehq.org/show_bug.cgi?id=28628 for it.
I did glance at a couple more; advapi32/crypt.c has a bunch of expected
errors (which I'll probably add to valgrind-suppressions), and atl/atl_ax
has a bunch of what look like real errors (which I'll probably file a bug
for and add to valgrind-blacklist).
It'll probably take quite a while to catalog the baseline errors
and get a complete blacklist. If it takes too long (more than a few weeks),
I'll chuck it and do a dumb blanket suppression of all existing warnings.
1
0
Hi,
I'll start sending my patches for blitting palettized surfaces with opengl.
There are quite a few patches and I won't send them all in one, so this mail
shows where I am headed.
Palettized surfaces are in a bad shape right now, both in terms of code
quality and functionality. My patches will not fix all issues because this
would require a shadow frontbuffer in wined3d, and Henri and I agreed that this
should wait until after Wine 1.4. However, my patches fix a number of issues
and eliminate a lot of dead code and hacks.
Other work that needs to be done, but is separate from those patches:
*) Emulate color keying in the ARBfp fragment pipeline. That way the upload-
time color keying conversion can be limited to situations where shaders are
not available and the alpha = 0.0 hack in patch 20 removed.
*) Finish the blit infrastructure cleanup. Mainly, get rid of the hardcoded
arbfp_blit backend in wined3d_surface_blt, get rid of arbfp_blit_surface and
the remains of IWineD3DSurfaceImpl_BltOverride.
*) Investigate if there's any point in P8 blitting with ATIfs and nvrc. The
fixed function pipeline replacements would profit from proper 3D color keying,
but that only works if we have blitters that can blit without color keying
during texture upload.
*) Make overlays work properly again. The overlay tests work, but the d3d7 sdk
samples refuse to run for some reason. With the GL ddraw renderer as default
we can also look into games like Settlers 3 that use overlays to draw the
mouse pointer.
@Henri and Matteo: The difference between this patchset and the one I sent you
a few days ago is that my old patchset made onscreen surfaces as a whole a
special case, while this one only has special handling for blits to onscreen
surfaces. The new way needs less infrastructure changes, works better with
palette changes and is a lot closer to how things should work with a shadow
frontbuffer in wined3d.
Stefan
1
0
Re: inetmib1: Avoid idempotent operation in findSupportedQuery function (Clang)
by Octavian Voicu 09 Oct '11
by Octavian Voicu 09 Oct '11
09 Oct '11
2011/10/2 Frédéric Delanoy <frederic.delanoy(a)gmail.com>
> - for (i = (indexLow + indexHigh) / 2; !impl && indexLow <= indexHigh;
> - i = (indexLow + indexHigh) / 2)
> + for (i = indexHigh / 2; !impl && indexLow <= indexHigh; i = (indexLow + indexHigh) / 2)
How about following code:
while (!impl && indexLow <= indexHigh)
{
/* ... */
i = (indexLow + indexHigh) / 2;
/* ... */
}
Octavian
1
0
08 Oct '11
Andrew Talbot <andrew.talbot(a)talbotville.com> writes:
> @@ -4037,6 +4037,7 @@ static HRESULT RegExpConstr_leftContext(script_ctx_t *ctx, vdisp_t *jsthis, WORD
>
> V_VT(retv) = VT_BSTR;
> V_BSTR(retv) = ret;
> + /* fall through */
> }
> case DISPATCH_PROPERTYPUT:
> return S_OK;
I don't think that PROPERTYGET is supposed to fall through to
PROPERTYPUT.
--
Alexandre Julliard
julliard(a)winehq.org
3
2
This can't be related to my syscall patch.
On Oct 8, 2011, at 12:12 PM, buildbot(a)kegel.com wrote:
> This is an experimental automated build and test service.
> Please feel free to ignore this email while we work the kinks out.
>
> For more info about this message, see http://wiki.winehq.org/BuildBot
>
> The Buildbot has detected a failed build on builder runtests-default while building Wine.
> Full details are available at: http://buildbot.kegel.com/builders/runtests-default/builds/74 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
> BUILD FAILED: failed shell_3
>
> Errors:
> alarum: failed command was ../../../wine ddraw_test.exe.so visual.c
> fixme:win:EnumDisplayDevicesW ((null),0,0x32f54c,0x00000000), stub!
> fixme:d3d_draw:drawPrimitive Using software emulation because manual fog coordinates are provided
> err:d3d:wined3d_device_uninit_3d Something is still holding a reference to depth/stencil buffer 0x15f090.
> fixme:win:EnumDisplayDevicesW ((null),0,0x32f53c,0x00000000), stub!
> visual.c:1903: Tests skipped: device has no P8 texture support, skipping test
> fixme:ddraw:IDirect3DDeviceImpl_7_Release Texture handle 0x2 (0x1aff68) not unset properly.
> fixme:win:EnumDisplayDevicesW ((null),0,0x32f47c,0x00000000), stub!
> fixme:win:EnumDisplayDevicesW ((null),0,0x32ecbc,0x00000000), stub!
> err:d3d_surface:d3dfmt_p8_init_palette This code should never get entered for DirectDraw!, expect problems
> err:d3d_surface:d3dfmt_p8_init_palette This code should never get entered for DirectDraw!, expect problems
> err:d3d_surface:d3dfmt_p8_init_palette This code should never get entered for DirectDraw!, expect problems
> XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
> after 1272 requests (1271 known processed) with 0 events remaining.
> make: *** [visual.ok] Error 1
> alarum: failed command was ../../../wine ddrawex_test.exe.so surface.c
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> err:d3d_caps:WineD3D_CreateFakeGLContext Failed to create a window.
> err:d3d:InitAdapters Failed to get a gl context for default adapter
> err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 0
> surface.c:87: Test failed: IDirectDraw_CreateSurface failed: 0x88760091
> wine: Unhandled page fault on read access to 0x00000000 at address 0x684b5510 (thread 003b), starting debugger...
> Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x684b5510).
> Register dump:
> CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
> EIP:684b5510 ESP:0032fa40 EBP:0032fb68 EFLAGS:00210206( R- -- I - -P- )
> EAX:00000000 EBX:684bbff4 ECX:00000078 EDX:0032fae8
> ESI:0032fe38 EDI:00000000
> Stack dump:
> 0x0032fa40: 0032fa6c 00000000 0000007c 40013497
> 0x0032fa50: 00000000 00004800 88760091 00124ce8
> 0x0032fa60: 0011ce9c 40027ff4 0032fb38 0000007c
> 0x0032fa70: 00000000 00000000 00000000 00000000
> 0x0032fa80: 00000000 00000000 00000000 00000000
> 0x0032fa90: 00000000 00000000 00000000 00000000
> Backtrace:
> =>0 0x684b5510 dctest_surf+0x69(surf=(nil), ddsdver=0x1) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:54] in ddrawex_test (0x0032fb68)
> 1 0x684b57ef GetDCTest_main+0xc3(ddsd=0x32fc54, ddsd2=0x32fbd8, testfunc=0x684b54a7) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:88] in ddrawex_test (0x0032fbb8)
> 2 0x684b5ce4 GetDCTest+0xc1() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:153] in ddrawex_test (0x0032fcc8)
> 3 0x684b732c func_surface+0x1e0() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:436] in ddrawex_test (0x0032fcf8)
> 4 0x684b8073 run_test+0x9e(name="surface.c") [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/../../../include/wine/test.h:556] in ddrawex_test (0x0032fd58)
> 5 0x684b8488 main+0x23a(argc=<couldn't compute location>, argv=0x1103d0) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/../../../include/wine/test.h:624] in ddrawex_test (0x0032fe28)
> 6 0x684b8516 __wine_spec_exe_entry+0x69(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/winecrt0/exe_entry.c:36] in ddrawex_test (0x0032fe60)
> 7 0x7b85fe84 call_process_entry+0xb() in kernel32 (0x0032fe78)
> 8 0x7b85ffca start_process+0x143(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/kernel32/process.c:1091] in kernel32 (0x0032fec8)
> 9 0x7bc7c104 call_thread_func+0xb() in ntdll (0x0032fed8)
> 10 0x7bc7c142 call_thread_entry_point+0x33(entry=0x7b85fe86, arg=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffb8)
> 11 0x7bc53699 start_process+0x23(kernel_start=0x7b85fe86) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8)
> 12 0x680280b9 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
> 0x684b5510 dctest_surf+0x69 [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:54] in ddrawex_test: movl 0x0(%eax),%eax
> 54 hr = IDirectDrawSurface_GetDC(surf, &dc);
> Modules:
> Module Address Debug info Name (38 modules)
> ELF 40000000-40029000 Deferred ddrawex<elf>
> \-PE 40010000-40029000 \ ddrawex
> ELF 40029000-40096000 Deferred ddraw<elf>
> \-PE 40030000-40096000 \ ddraw
> ELF 40096000-40201000 Deferred wined3d<elf>
> \-PE 400a0000-40201000 \ wined3d
> ELF 40201000-40355000 Deferred user32<elf>
> \-PE 40210000-40355000 \ user32
> ELF 40355000-40370000 Deferred version<elf>
> \-PE 40360000-40370000 \ version
> ELF 4045f000-4046f000 Deferred libxext.so.6
> ELF 4046f000-4058c000 Deferred libx11.so.6
> ELF 40591000-405ab000 Deferred libxcb.so.1
> ELF 405ab000-405af000 Deferred libxau.so.6
> ELF 405af000-405b5000 Deferred libxdmcp.so.6
> ELF 68000000-6801d000 Deferred ld-linux.so.2
> ELF 6801f000-68160000 Dwarf libwine.so.1
> ELF 68172000-6818b000 Deferred libpthread.so.0
> ELF 6818b000-682e5000 Deferred libc.so.6
> ELF 682e6000-682ea000 Deferred libdl.so.2
> ELF 682eb000-68311000 Deferred libm.so.6
> ELF 68311000-68319000 Deferred libnss_compat.so.2
> ELF 68319000-68330000 Deferred libnsl.so.1
> ELF 68330000-6833a000 Deferred libnss_nis.so.2
> ELF 6833a000-68346000 Deferred libnss_files.so.2
> ELF 684a3000-684bd000 Dwarf ddrawex_test<elf>
> \-PE 684b0000-684bd000 \ ddrawex_test
> ELF 684bd000-68579000 Deferred gdi32<elf>
> \-PE 684d0000-68579000 \ gdi32
> ELF 68579000-685df000 Deferred advapi32<elf>
> \-PE 68590000-685df000 \ advapi32
> ELF 685f1000-68667000 Deferred libfreetype.so.6
> ELF 68667000-6867c000 Deferred libz.so.1
> ELF 7b800000-7b9b1000 Dwarf kernel32<elf>
> \-PE 7b810000-7b9b1000 \ kernel32
> ELF 7bc00000-7bccd000 Dwarf ntdll<elf>
> \-PE 7bc10000-7bccd000 \ ntdll
> ELF 7bf00000-7bf04000 Deferred <wine-loader>
> Threads:
> process tid prio (all id:s are in hex)
> 0000000e services.exe
> 0000001f 0
> 0000001e 0
> 00000015 0
> 00000010 0
> 0000000f 0
> 00000012 winedevice.exe
> 0000001a 0
> 00000019 0
> 00000014 0
> 00000013 0
> 0000001b plugplay.exe
> 00000020 0
> 0000001d 0
> 0000001c 0
> 0000003d explorer.exe
> 0000003e 0
> 0000003c (D) Z:\home\bob\wineslave.dir\sandbox\slave\runtests-default\build\dlls\ddrawex\tests\ddrawex_test.exe
> 0000003b 0 <==
> Backtrace:
> =>0 0x684b5510 dctest_surf+0x69(surf=(nil), ddsdver=0x1) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:54] in ddrawex_test (0x0032fb68)
> 1 0x684b57ef GetDCTest_main+0xc3(ddsd=0x32fc54, ddsd2=0x32fbd8, testfunc=0x684b54a7) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:88] in ddrawex_test (0x0032fbb8)
> 2 0x684b5ce4 GetDCTest+0xc1() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:153] in ddrawex_test (0x0032fcc8)
> 3 0x684b732c func_surface+0x1e0() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/surface.c:436] in ddrawex_test (0x0032fcf8)
> 4 0x684b8073 run_test+0x9e(name="surface.c") [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/../../../include/wine/test.h:556] in ddrawex_test (0x0032fd58)
> 5 0x684b8488 main+0x23a(argc=<couldn't compute location>, argv=0x1103d0) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ddrawex/tests/../../../include/wine/test.h:624] in ddrawex_test (0x0032fe28)
> 6 0x684b8516 __wine_spec_exe_entry+0x69(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/winecrt0/exe_entry.c:36] in ddrawex_test (0x0032fe60)
> 7 0x7b85fe84 call_process_entry+0xb() in kernel32 (0x0032fe78)
> 8 0x7b85ffca start_process+0x143(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/kernel32/process.c:1091] in kernel32 (0x0032fec8)
> 9 0x7bc7c104 call_thread_func+0xb() in ntdll (0x0032fed8)
> 10 0x7bc7c142 call_thread_entry_point+0x33(entry=0x7b85fe86, arg=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffb8)
> 11 0x7bc53699 start_process+0x23(kernel_start=0x7b85fe86) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8)
> 12 0x680280b9 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
> make: *** [surface.ok] Error 5
> alarum: failed command was ../../../wine dinput_test.exe.so device.c
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> device.c:195: Test failed: err: 2
> make: *** [device.ok] Error 1
> alarum: failed command was ../../../wine dinput_test.exe.so keyboard.c
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> keyboard.c:174: Test failed: err: 2
> make: *** [keyboard.ok] Error 1
> alarum: failed command was ../../../wine dinput_test.exe.so mouse.c
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> mouse.c:140: Test failed: err: 2
> make: *** [mouse.ok] Error 1
> alarum: failed command was ../../../wine dinput8_test.exe.so device.c
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x1251e8,(null),0x32fb84,0x684b59f4,0x32fb50,0000): semi-stub
> fixme:dinput:_dump_diactionformatA diaf.dwSize = 328
> fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40
> fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 20
> fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 5
> fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x684bd400
> fixme:dinput:_dump_diactionformatA diaf.guidActionMap = {00000001-0002-0003-0405-060708090a0b}
> fixme:dinput:_dump_diactionformatA diaf.dwGenre = 0x01000000
> fixme:dinput:_dump_diactionformatA diaf.dwBufferSize = 32
> fixme:dinput:_dump_diactionformatA diaf.lAxisMin = 0
> fixme:dinput:_dump_diactionformatA diaf.lAxisMax = 0
> fixme:dinput:_dump_diactionformatA diaf.hInstString = (nil)
> fixme:dinput:_dump_diactionformatA diaf.ftTimeStamp ...
> fixme:dinput:_dump_diactionformatA diaf.dwCRC = 0x0
> fixme:dinput:_dump_diactionformatA diaf.tszActionMap = ""
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[0]:
> fixme:dinput:_dump_diactionformatA uAppData=0x0
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01008a01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Steer"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
> fixme:dinput:_dump_diactionformatA uAppData=0x1
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01000c01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Upshift"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[2]:
> fixme:dinput:_dump_diactionformatA uAppData=0x2
> fixme:dinput:_dump_diactionformatA dwSemantic=0x81000439
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Missile"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[3]:
> fixme:dinput:_dump_diactionformatA uAppData=0x3
> fixme:dinput:_dump_diactionformatA dwSemantic=0x8200040c
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Select"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[4]:
> fixme:dinput:_dump_diactionformatA uAppData=0x4
> fixme:dinput:_dump_diactionformatA dwSemantic=0x82000304
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Y Axis"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x1251e8,(null),0x32fb84,0x684b59f4,0x32fb50,0100): semi-stub
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics dwFlags |= DIEDBSFL_FORCEFEEDBACK
> fixme:dinput:_dump_diactionformatA diaf.dwSize = 328
> fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40
> fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 20
> fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 5
> fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x684bd400
> fixme:dinput:_dump_diactionformatA diaf.guidActionMap = {00000001-0002-0003-0405-060708090a0b}
> fixme:dinput:_dump_diactionformatA diaf.dwGenre = 0x01000000
> fixme:dinput:_dump_diactionformatA diaf.dwBufferSize = 32
> fixme:dinput:_dump_diactionformatA diaf.lAxisMin = 0
> fixme:dinput:_dump_diactionformatA diaf.lAxisMax = 0
> fixme:dinput:_dump_diactionformatA diaf.hInstString = (nil)
> fixme:dinput:_dump_diactionformatA diaf.ftTimeStamp ...
> fixme:dinput:_dump_diactionformatA diaf.dwCRC = 0x0
> fixme:dinput:_dump_diactionformatA diaf.tszActionMap = ""
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[0]:
> fixme:dinput:_dump_diactionformatA uAppData=0x0
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01008a01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Steer"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
> fixme:dinput:_dump_diactionformatA uAppData=0x1
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01000c01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Upshift"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[2]:
> fixme:dinput:_dump_diactionformatA uAppData=0x2
> fixme:dinput:_dump_diactionformatA dwSemantic=0x81000439
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Missile"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[3]:
> fixme:dinput:_dump_diactionformatA uAppData=0x3
> fixme:dinput:_dump_diactionformatA dwSemantic=0x8200040c
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Select"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[4]:
> fixme:dinput:_dump_diactionformatA uAppData=0x4
> fixme:dinput:_dump_diactionformatA dwSemantic=0x82000304
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Y Axis"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x1251e8,(null),0x32fb84,0x684b59f4,0x32fb50,1000): semi-stub
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics dwFlags |= DIEDBSFL_AVAILABLEDEVICES
> fixme:dinput:_dump_diactionformatA diaf.dwSize = 328
> fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40
> fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 20
> fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 5
> fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x684bd400
> fixme:dinput:_dump_diactionformatA diaf.guidActionMap = {00000001-0002-0003-0405-060708090a0b}
> fixme:dinput:_dump_diactionformatA diaf.dwGenre = 0x01000000
> fixme:dinput:_dump_diactionformatA diaf.dwBufferSize = 32
> fixme:dinput:_dump_diactionformatA diaf.lAxisMin = 0
> fixme:dinput:_dump_diactionformatA diaf.lAxisMax = 0
> fixme:dinput:_dump_diactionformatA diaf.hInstString = (nil)
> fixme:dinput:_dump_diactionformatA diaf.ftTimeStamp ...
> fixme:dinput:_dump_diactionformatA diaf.dwCRC = 0x0
> fixme:dinput:_dump_diactionformatA diaf.tszActionMap = ""
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[0]:
> fixme:dinput:_dump_diactionformatA uAppData=0x0
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01008a01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Steer"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
> fixme:dinput:_dump_diactionformatA uAppData=0x1
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01000c01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Upshift"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[2]:
> fixme:dinput:_dump_diactionformatA uAppData=0x2
> fixme:dinput:_dump_diactionformatA dwSemantic=0x81000439
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Missile"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[3]:
> fixme:dinput:_dump_diactionformatA uAppData=0x3
> fixme:dinput:_dump_diactionformatA dwSemantic=0x8200040c
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Select"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[4]:
> fixme:dinput:_dump_diactionformatA uAppData=0x4
> fixme:dinput:_dump_diactionformatA dwSemantic=0x82000304
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Y Axis"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x1251e8,(null),0x32fb84,0x684b54fe,0x32fb64,0000): semi-stub
> fixme:dinput:_dump_diactionformatA diaf.dwSize = 328
> fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40
> fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 20
> fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 5
> fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x684bd400
> fixme:dinput:_dump_diactionformatA diaf.guidActionMap = {00000001-0002-0003-0405-060708090a0b}
> fixme:dinput:_dump_diactionformatA diaf.dwGenre = 0x01000000
> fixme:dinput:_dump_diactionformatA diaf.dwBufferSize = 32
> fixme:dinput:_dump_diactionformatA diaf.lAxisMin = 0
> fixme:dinput:_dump_diactionformatA diaf.lAxisMax = 0
> fixme:dinput:_dump_diactionformatA diaf.hInstString = (nil)
> fixme:dinput:_dump_diactionformatA diaf.ftTimeStamp ...
> fixme:dinput:_dump_diactionformatA diaf.dwCRC = 0x0
> fixme:dinput:_dump_diactionformatA diaf.tszActionMap = ""
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[0]:
> fixme:dinput:_dump_diactionformatA uAppData=0x0
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01008a01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Steer"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
> fixme:dinput:_dump_diactionformatA uAppData=0x1
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01000c01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Upshift"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[2]:
> fixme:dinput:_dump_diactionformatA uAppData=0x2
> fixme:dinput:_dump_diactionformatA dwSemantic=0x81000439
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Missile"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[3]:
> fixme:dinput:_dump_diactionformatA uAppData=0x3
> fixme:dinput:_dump_diactionformatA dwSemantic=0x8200040c
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Select"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[4]:
> fixme:dinput:_dump_diactionformatA uAppData=0x4
> fixme:dinput:_dump_diactionformatA dwSemantic=0x82000304
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Y Axis"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:SysKeyboardWImpl_BuildActionMap (0x12b81c)->(0x32f570,(null),00000002): semi-stub !
> fixme:dinput:SysKeyboardWImpl_SetActionMap (0x12b81c)->(0x32f570,(null),00000000): semi-stub !
> fixme:dinput:SysMouseWImpl_BuildActionMap (0x12c9fc)->(0x32f570,(null),00000002): semi-stub !
> fixme:dinput:IDirectInputDevice8WImpl_BuildActionMap (0x12c9fc)->(0x32f570,(null),00000002): semi-stub !
> fixme:dinput:IDirectInputDevice8WImpl_BuildActionMap dwFlags =|DIDBAM_INITIALIZE
> fixme:dinput:SysMouseWImpl_SetActionMap (0x12c9fc)->(0x32f570,(null),00000000): semi-stub !
> fixme:dinput:IDirectInputDevice8WImpl_SetActionMap (0x12c9fc)->(0x32f570,(null),00000000): semi-stub !
> fixme:dinput:SysMouseWImpl_SetActionMap (0x12c9fc)->(0x32f570,(null),00000000): semi-stub !
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x1251e8,(null),0x32fb84,0x684b59f4,0x32fb50,1000): semi-stub
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics dwFlags |= DIEDBSFL_AVAILABLEDEVICES
> fixme:dinput:_dump_diactionformatA diaf.dwSize = 328
> fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40
> fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 20
> fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 5
> fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x684bd400
> fixme:dinput:_dump_diactionformatA diaf.guidActionMap = {00000001-0002-0003-0405-060708090a0b}
> fixme:dinput:_dump_diactionformatA diaf.dwGenre = 0x01000000
> fixme:dinput:_dump_diactionformatA diaf.dwBufferSize = 32
> fixme:dinput:_dump_diactionformatA diaf.lAxisMin = 0
> fixme:dinput:_dump_diactionformatA diaf.lAxisMax = 0
> fixme:dinput:_dump_diactionformatA diaf.hInstString = (nil)
> fixme:dinput:_dump_diactionformatA diaf.ftTimeStamp ...
> fixme:dinput:_dump_diactionformatA diaf.dwCRC = 0x0
> fixme:dinput:_dump_diactionformatA diaf.tszActionMap = ""
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[0]:
> fixme:dinput:_dump_diactionformatA uAppData=0x0
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01008a01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Steer"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
> fixme:dinput:_dump_diactionformatA uAppData=0x1
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01000c01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Upshift"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[2]:
> fixme:dinput:_dump_diactionformatA uAppData=0x2
> fixme:dinput:_dump_diactionformatA dwSemantic=0x81000439
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Missile"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[3]:
> fixme:dinput:_dump_diactionformatA uAppData=0x3
> fixme:dinput:_dump_diactionformatA dwSemantic=0x8200040c
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Select"
> fixme:dinput:_dump_diactionformatA guidInstance={6f1d2b60-d5a0-11cf-bfc7-444553540000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x304
> fixme:dinput:_dump_diactionformatA dwHow=0x20
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[4]:
> fixme:dinput:_dump_diactionformatA uAppData=0x4
> fixme:dinput:_dump_diactionformatA dwSemantic=0x82000304
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Y Axis"
> fixme:dinput:_dump_diactionformatA guidInstance={6f1d2b60-d5a0-11cf-bfc7-444553540000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x101
> fixme:dinput:_dump_diactionformatA dwHow=0x20
> fixme:dinput:SysKeyboardWImpl_BuildActionMap (0x12b81c)->(0x32f630,(null),00000002): semi-stub !
> device.c:120: Test failed: Action was not set dwHow=00000000
> device.c:121: Test failed: Action not mapped correctly instance=00000000 expected=00000039
> device.c:122: Test failed: Action type not mapped correctly type=00000000 expected=00000004
> device.c:123: Test failed: Action and device GUID do not match action=2
> device.c:74: Test failed: Failed to acquire device hr=80070057
> device.c:91: Test failed: Retrieval of action failed uAppData=0 expected=2
> fixme:dinput:SysKeyboardWImpl_BuildActionMap (0x12b81c)->(0x32f8d0,(null),00000002): semi-stub !
> fixme:dinput:SysKeyboardWImpl_SetActionMap (0x12b81c)->(0x32f8d0,(null),00000000): semi-stub !
> fixme:dinput:SysMouseWImpl_BuildActionMap (0x12c9fc)->(0x32f630,(null),00000002): semi-stub !
> fixme:dinput:IDirectInputDevice8WImpl_BuildActionMap (0x12c9fc)->(0x32f630,(null),00000002): semi-stub !
> fixme:dinput:IDirectInputDevice8WImpl_BuildActionMap dwFlags =|DIDBAM_INITIALIZE
> fixme:dinput:SysMouseWImpl_BuildActionMap (0x12c9fc)->(0x32f630,(null),00000002): semi-stub !
> fixme:dinput:IDirectInputDevice8WImpl_BuildActionMap (0x12c9fc)->(0x32f630,(null),00000002): semi-stub !
> fixme:dinput:IDirectInputDevice8WImpl_BuildActionMap dwFlags =|DIDBAM_INITIALIZE
> fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x1251e8,(null),0x32fb84,0x684b54fe,(nil),0000): semi-stub
> fixme:dinput:_dump_diactionformatA diaf.dwSize = 328
> fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40
> fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 20
> fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 5
> fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x684bd400
> fixme:dinput:_dump_diactionformatA diaf.guidActionMap = {00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA diaf.dwGenre = 0x01000000
> fixme:dinput:_dump_diactionformatA diaf.dwBufferSize = 32
> fixme:dinput:_dump_diactionformatA diaf.lAxisMin = 0
> fixme:dinput:_dump_diactionformatA diaf.lAxisMax = 0
> fixme:dinput:_dump_diactionformatA diaf.hInstString = (nil)
> fixme:dinput:_dump_diactionformatA diaf.ftTimeStamp ...
> fixme:dinput:_dump_diactionformatA diaf.dwCRC = 0x0
> fixme:dinput:_dump_diactionformatA diaf.tszActionMap = ""
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[0]:
> fixme:dinput:_dump_diactionformatA uAppData=0x0
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01008a01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Steer"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[1]:
> fixme:dinput:_dump_diactionformatA uAppData=0x1
> fixme:dinput:_dump_diactionformatA dwSemantic=0x01000c01
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Upshift"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[2]:
> fixme:dinput:_dump_diactionformatA uAppData=0x2
> fixme:dinput:_dump_diactionformatA dwSemantic=0x81000439
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Missile"
> fixme:dinput:_dump_diactionformatA guidInstance={00000000-0000-0000-0000-000000000000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x0
> fixme:dinput:_dump_diactionformatA dwHow=0x0
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[3]:
> fixme:dinput:_dump_diactionformatA uAppData=0x3
> fixme:dinput:_dump_diactionformatA dwSemantic=0x8200040c
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Select"
> fixme:dinput:_dump_diactionformatA guidInstance={6f1d2b60-d5a0-11cf-bfc7-444553540000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x304
> fixme:dinput:_dump_diactionformatA dwHow=0x20
> fixme:dinput:_dump_diactionformatA diaf.rgoAction[4]:
> fixme:dinput:_dump_diactionformatA uAppData=0x4
> fixme:dinput:_dump_diactionformatA dwSemantic=0x82000304
> fixme:dinput:_dump_diactionformatA dwFlags=0x0
> fixme:dinput:_dump_diactionformatA szActionName="Y Axis"
> fixme:dinput:_dump_diactionformatA guidInstance={6f1d2b60-d5a0-11cf-bfc7-444553540000}
> fixme:dinput:_dump_diactionformatA dwObjID=0x101
> fixme:dinput:_dump_diactionformatA dwHow=0x20
> make: *** [device.ok] Error 6
> alarum: failed command was ../../../wine dsound_test.exe.so capture.c
> XOpenDisplay() failed
> fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
> fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
> fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
> fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
> fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
> fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
> fixme:ole:CoCreateInstance no instance created for interface {11ab3ec0-25ec-11d1-a4d8-00c04fc28aca} of class {b0210780-89cd-11d0-af08-00a0c925cd16}, hres is 0x80004002
> ALSA lib pcm_direct.c:1117:(snd1_pcm_direct_initialize_poll_fd) unable to open timer 'hw:CLASS=3,SCLASS=0,CARD=0,DEV=0,SUBDEV=1'
> ALSA lib pcm_dsnoop.c:662:(snd_pcm_dsnoop_open) unable to initialize poll_fd
> capture.c:618: Test failed: Should not fail for 8 or 16 bits per sample
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
> ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card
> make: *** [capture.ok] Error 1
> alarum: failed command was ../../../wine dsound_test.exe.so duplex.c
> fixme:ole:CoCreateInstance no instance created for interface {11ab3ec0-25ec-11d1-a4d8-00c04fc28aca} of class {fea4300c-7959-4147-b26a-2377b9e7a91d}, hres is 0x80004002
> XOpenDisplay() failed
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
> ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
> duplex.c:187: Test failed: DirectSoundFullDuplexCreate(NULL,NULL) failed: 80070057
> duplex.c:197: Test failed: DirectSoundFullDuplexCreate(DSDEVID_DefaultCapture,DSDEVID_DefaultPlayback) failed: 80070057
> duplex.c:208: Test failed: DirectSoundFullDuplexCreate(DSDEVID_DefaultVoiceCapture,DSDEVID_DefaultVoicePlayback) failed: 80070057
> make: *** [duplex.ok] Error 3
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> alarum: failed command was ../../../wine gdi32_test.exe.so clipping.c
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> clipping.c:35: Test failed: CreateWindow failed
> clipping.c:115: Test failed: GetRandomRgn 0,0 - 0,0
> clipping.c:435: Test failed: expected SIMPLEREGION, got 1
> clipping.c:441: Test failed: expected SIMPLEREGION, got 1
> clipping.c:442: Test failed: expected 0,0-640,480, got 0,0-0,0
> make: *** [clipping.ok] Error 5
> alarum: failed command was ../../../wine gdi32_test.exe.so dc.c
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> dc.c:66: test_savedc_2: Assertion `hwnd != 0' failed.
> wine: Assertion failed at address 0x68000832 (thread 0032), starting debugger...
> Unhandled exception: assertion failed in 32-bit code (0x68000832).
> Register dump:
> CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
> EIP:68000832 ESP:0032fa8c EBP:0032fa98 EFLAGS:00200202( - -- I - - - )
> EAX:00000000 EBX:0000356b ECX:0000356b EDX:00000006
> ESI:682bc8df EDI:682e0ff4
> Stack dump:
> 0x0032fa8c: 681b5651 682e0ff4 0032fbb8 0032fbc0
> 0x0032fa9c: 681b8a82 00000006 0032fb38 00000000
> 0x0032faac: 0032fae0 681fbf9d 00000068 00000040
> 0x0032fabc: 0032fbd0 0032fafc 00000068 00000040
> 0x0032facc: 00000037 7caf9570 682e0ff4 00000037
> 0x0032fadc: 00000036 0032fba8 681eb182 7caf9578
> Backtrace:
> =>0 0x68000832 GLIBC_2+0x832() in ld-linux.so.2 (0x0032fa98)
> 1 0x681b8a82 abort+0x181() in libc.so.6 (0x0032fbc0)
> 2 0x681ae718 __assert_fail+0xf7() in libc.so.6 (0x0032fc08)
> 3 0x684dfce4 test_savedc_2+0xb4() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/dc.c:66] in gdi32_test (0x0032fcd8)
> 4 0x684e4510 func_dc+0x47() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/dc.c:790] in gdi32_test (0x0032fcf8)
> 5 0x68520bd7 run_test+0x9e(name="dc.c") [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:556] in gdi32_test (0x0032fd58)
> 6 0x68520fec main+0x23a(argc=<couldn't compute location>, argv=0x1103c8) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:624] in gdi32_test (0x0032fe28)
> 7 0x6852107a __wine_spec_exe_entry+0x69(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/winecrt0/exe_entry.c:36] in gdi32_test (0x0032fe60)
> 8 0x7b85fe84 call_process_entry+0xb() in kernel32 (0x0032fe78)
> 9 0x7b85ffca start_process+0x143(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/kernel32/process.c:1091] in kernel32 (0x0032fec8)
> 10 0x7bc7c104 call_thread_func+0xb() in ntdll (0x0032fed8)
> 11 0x7bc7c142 call_thread_entry_point+0x33(entry=0x7b85fe86, arg=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffb8)
> 12 0x7bc53699 start_process+0x23(kernel_start=0x7b85fe86) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8)
> 13 0x680280b9 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
> 0x68000832 GLIBC_2+0x832 in ld-linux.so.2: ret
> Modules:
> Module Address Debug info Name (32 modules)
> ELF 68000000-6801d000 Dwarf ld-linux.so.2
> ELF 6801f000-68160000 Dwarf libwine.so.1
> ELF 68172000-6818b000 Deferred libpthread.so.0
> ELF 6818b000-682e5000 Dwarf libc.so.6
> ELF 682e6000-682ea000 Deferred libdl.so.2
> ELF 682eb000-68311000 Deferred libm.so.6
> ELF 68311000-68319000 Deferred libnss_compat.so.2
> ELF 68319000-68330000 Deferred libnsl.so.1
> ELF 68330000-6833a000 Deferred libnss_nis.so.2
> ELF 6833a000-68346000 Deferred libnss_files.so.2
> ELF 684a3000-6853b000 Dwarf gdi32_test<elf>
> \-PE 684b0000-6853b000 \ gdi32_test
> ELF 6853b000-6868f000 Deferred user32<elf>
> \-PE 68550000-6868f000 \ user32
> ELF 6868f000-6874b000 Deferred gdi32<elf>
> \-PE 686a0000-6874b000 \ gdi32
> ELF 6874b000-687b1000 Deferred advapi32<elf>
> \-PE 68760000-687b1000 \ advapi32
> ELF 687b1000-687cc000 Deferred version<elf>
> \-PE 687c0000-687cc000 \ version
> ELF 687de000-68854000 Deferred libfreetype.so.6
> ELF 68854000-68869000 Deferred libz.so.1
> ELF 68946000-68956000 Deferred libxext.so.6
> ELF 68956000-68a73000 Deferred libx11.so.6
> ELF 68a78000-68a92000 Deferred libxcb.so.1
> ELF 68a92000-68a96000 Deferred libxau.so.6
> ELF 68a96000-68a9c000 Deferred libxdmcp.so.6
> ELF 7b800000-7b9b1000 Dwarf kernel32<elf>
> \-PE 7b810000-7b9b1000 \ kernel32
> ELF 7bc00000-7bccd000 Dwarf ntdll<elf>
> \-PE 7bc10000-7bccd000 \ ntdll
> ELF 7bf00000-7bf04000 Deferred <wine-loader>
> Threads:
> process tid prio (all id:s are in hex)
> 0000000e services.exe
> 0000001f 0
> 0000001e 0
> 00000015 0
> 00000010 0
> 0000000f 0
> 00000012 winedevice.exe
> 0000001a 0
> 00000019 0
> 00000014 0
> 00000013 0
> 0000001b plugplay.exe
> 00000020 0
> 0000001d 0
> 0000001c 0
> 0000003d explorer.exe
> 0000003e 0
> 0000002f (D) Z:\home\bob\wineslave.dir\sandbox\slave\runtests-default\build\dlls\gdi32\tests\gdi32_test.exe
> 00000032 0 <==
> Backtrace:
> =>0 0x68000832 GLIBC_2+0x832() in ld-linux.so.2 (0x0032fa98)
> 1 0x681b8a82 abort+0x181() in libc.so.6 (0x0032fbc0)
> 2 0x681ae718 __assert_fail+0xf7() in libc.so.6 (0x0032fc08)
> 3 0x684dfce4 test_savedc_2+0xb4() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/dc.c:66] in gdi32_test (0x0032fcd8)
> 4 0x684e4510 func_dc+0x47() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/dc.c:790] in gdi32_test (0x0032fcf8)
> 5 0x68520bd7 run_test+0x9e(name="dc.c") [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:556] in gdi32_test (0x0032fd58)
> 6 0x68520fec main+0x23a(argc=<couldn't compute location>, argv=0x1103c8) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:624] in gdi32_test (0x0032fe28)
> 7 0x6852107a __wine_spec_exe_entry+0x69(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/winecrt0/exe_entry.c:36] in gdi32_test (0x0032fe60)
> 8 0x7b85fe84 call_process_entry+0xb() in kernel32 (0x0032fe78)
> 9 0x7b85ffca start_process+0x143(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/kernel32/process.c:1091] in kernel32 (0x0032fec8)
> 10 0x7bc7c104 call_thread_func+0xb() in ntdll (0x0032fed8)
> 11 0x7bc7c142 call_thread_entry_point+0x33(entry=0x7b85fe86, arg=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffb8)
> 12 0x7bc53699 start_process+0x23(kernel_start=0x7b85fe86) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8)
> 13 0x680280b9 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
> alarum: ../../../wine terminated abnormally
> make: *** [dc.ok] Error 99
> alarum: failed command was ../../../wine gdi32_test.exe.so font.c
> font.c:279: Test failed: tm.tmDescent should be > 0
> font.c:291: Test failed: height 2288: expected scale_x 1, scale_y 1, got cx -2375535, cy -938585
> font.c:293: Test failed: height -2147483648 != 2288
> font.c:294: Test failed: ascent -2147483648 != 1854
> font.c:295: Test failed: descent -2147483648 != 434
> font.c:296: Test failed: ave width -2147483648 != 904
> font.c:297: Test failed: max width -2147483648 != 5515
> font.c:310: Test failed: cx -2147483648 != 9902
> font.c:311: Test failed: cy -2147483648 != 2288
> font.c:315: Test failed: width A -2147483648 != 1366
> font.c:610: Test failed: incX 0 != -2147483648
> font.c:620: Test failed: incX -32768 != -1073741823
> font.c:621: Test failed: incY -32768 != 0
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> font.c:3543: Tests skipped: Unable to locate and load font sserife.fon
> font.c:2249: Tests skipped: Font KacstOne doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Kedage doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Lohit Bengali doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Lohit Gujarati doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Lohit Hindi doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Lohit Punjabi doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Lohit Tamil doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Mallige doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font OpenSymbol doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Pothana2000 doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Purisa doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Saab doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font UnBatang doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font UnDotum doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font utkal doesn't contain 'x', skipping the test
> font.c:2249: Tests skipped: Font Vemana2000 doesn't contain 'x', skipping the test
> fixme:font:WineEngRealizationInfo (0x11ecb0, 0x32fc70): stub!
> fixme:font:WineEngRealizationInfo (0x12b8e8, 0x32fc70): stub!
> fixme:font:WineEngCreateFontInstance Untranslated charset 255
> font.c:3786: Tests skipped: Lucida Sans Demibold Roman is not installed
> font.c:3786: Tests skipped: Lucida Sans Italic is not installed
> font.c:3786: Tests skipped: Lucida Sans Regular is not installed
> fixme:font:CreateScalableFontResourceW (0,L"C:\\users\\bob\\Temp\\fotedc.tmp",L"C:\\users\\bob\\Temp\\ttfedb.tmp",(null)): stub
> fixme:font:CreateScalableFontResourceW (0,L"C:\\users\\bob\\Temp\\fotedc.tmp",L"C:\\users\\bob\\Temp\\ttfedb.tmp",L""): stub
> fixme:font:CreateScalableFontResourceW (0,L"C:\\users\\bob\\Temp\\fotedc.tmp",L"\\ttfedb.tmp",L"C:\\users\\bob\\Temp\\"): stub
> fixme:font:CreateScalableFontResourceW (0,L"C:\\users\\bob\\Temp\\fotedc.tmp",L"random file name",L"C:\\users\\bob\\Temp\\"): stub
> fixme:font:CreateScalableFontResourceW (0,L"C:\\users\\bob\\Temp\\fotedc.tmp",(null),L"C:\\users\\bob\\Temp\\ttfedb.tmp"): stub
> fixme:font:WineEngRemoveFontResourceEx (L"C:\\users\\bob\\Temp\\fotedc.tmp", 0, (nil)): stub
> make: *** [font.ok] Error 13
> alarum: failed command was ../../../wine gdi32_test.exe.so gdiobj.c
> gdiobj.c:173: Test failed: GetDeviceCaps(TECHNOLOGY) should return DT_RASDISPLAY not 0
> make: *** [gdiobj.ok] Error 1
> alarum: failed command was ../../../wine gdi32_test.exe.so icm.c
> icm.c:64: Test failed: expected size > 0
> icm.c:66: Test failed: got -559038737, expected ERROR_INSUFFICIENT_BUFFER
> icm.c:73: Test failed: GetICMProfileA failed -559038737
> icm.c:116: Test failed: expected size > 0
> icm.c:117: Test failed: got -559038737, expected ERROR_INSUFFICIENT_BUFFER
> icm.c:121: Test failed: GetICMProfileW failed -559038737
> fixme:icm:SetICMProfileA (nil) (null) stub
> icm.c:229: Test failed: GetICMProfileA failed 87
> fixme:icm:SetICMProfileA (nil) (null) stub
> fixme:icm:SetICMProfileA (nil) "\xf8\xfb2" stub
> fixme:icm:SetICMProfileA 0x1b8 (null) stub
> fixme:icm:SetICMProfileA 0x1b8 "\xf8\xfb2" stub
> fixme:icm:SetICMProfileW (nil) (null) stub
> icm.c:272: Test failed: GetICMProfileW failed 87
> fixme:icm:SetICMProfileW (nil) (null) stub
> fixme:icm:SetICMProfileW (nil) L"\0017" stub
> fixme:icm:SetICMProfileW 0x1b8 (null) stub
> fixme:icm:SetICMProfileW 0x1b8 L"\0017" stub
> make: *** [icm.ok] Error 8
> alarum: failed command was ../../../wine gdi32_test.exe.so mapping.c
> mapping.c:454: Test failed: Viewport extents have not been properly adjusted: Expected 6400x-4800, got 6400x-2147483648
> mapping.c:428: Test failed: Viewport extents have not been properly adjusted: Expected 6400x-4800, got 6400x-2147483648
> mapping.c:428: Test failed: Viewport extents have not been properly adjusted: Expected 6400x-2400, got 6400x-2147483648
> mapping.c:428: Test failed: Viewport extents have not been properly adjusted: Expected 3200x-2400, got 6400x-2147483648
> mapping.c:454: Test failed: Viewport extents have not been properly adjusted: Expected 1280x-960, got 2560x-2147483648
> mapping.c:454: Test failed: Viewport extents have not been properly adjusted: Expected 1280x-960, got 2560x-2147483648
> mapping.c:428: Test failed: Viewport extents have not been properly adjusted: Expected 1280x-480, got 2560x-2147483648
> mapping.c:428: Test failed: Viewport extents have not been properly adjusted: Expected -640x480, got -1280x-2147483648
> mapping.c:614: Test failed: 663: got inf expect inf
> mapping.c:617: Test failed: 663: got -inf expect -inf
> mapping.c:618: Test failed: 663: got -nan expect 0.000000
> mapping.c:619: Test failed: 663: got -nan expect 0.000000
> mapping.c:614: Test failed: 667: got inf expect inf
> mapping.c:615: Test failed: 667: got -nan expect 0.000000
> mapping.c:616: Test failed: 667: got -nan expect 0.000000
> mapping.c:617: Test failed: 667: got -inf expect -inf
> mapping.c:618: Test failed: 667: got -nan expect 0.000000
> mapping.c:619: Test failed: 667: got -nan expect 0.000000
> mapping.c:614: Test failed: 673: got -nan expect 0.000000
> mapping.c:615: Test failed: 673: got nan expect 0.000000
> mapping.c:616: Test failed: 673: got nan expect 0.000000
> mapping.c:617: Test failed: 673: got -nan expect -0.000000
> mapping.c:618: Test failed: 673: got nan expect 0.000000
> mapping.c:619: Test failed: 673: got nan expect 0.000000
> mapping.c:614: Test failed: 689: got inf expect inf
> mapping.c:617: Test failed: 689: got -inf expect -inf
> mapping.c:618: Test failed: 689: got -nan expect 0.000000
> mapping.c:619: Test failed: 689: got -nan expect 0.000000
> mapping.c:614: Test failed: 695: got inf expect inf
> mapping.c:615: Test failed: 695: got -nan expect 0.000000
> mapping.c:616: Test failed: 695: got -nan expect 0.000000
> mapping.c:617: Test failed: 695: got -inf expect -inf
> mapping.c:618: Test failed: 695: got -nan expect 0.000000
> mapping.c:619: Test failed: 695: got -nan expect 0.000000
> mapping.c:614: Test failed: 701: got -nan expect 0.000000
> mapping.c:615: Test failed: 701: got nan expect 0.000000
> mapping.c:616: Test failed: 701: got nan expect 0.000000
> mapping.c:617: Test failed: 701: got -nan expect -0.000000
> mapping.c:618: Test failed: 701: got nan expect 0.000000
> mapping.c:619: Test failed: 701: got nan expect 0.000000
> fixme:dc:GetTransform Unknown code 102
> fixme:dc:GetTransform Unknown code 103
> fixme:dc:GetTransform Unknown code 104
> fixme:dc:GetTransform Unknown code 202
> fixme:dc:GetTransform Unknown code 302
> fixme:dc:GetTransform Unknown code 303
> fixme:dc:GetTransform Unknown code 403
> fixme:dc:GetTransform Unknown code 404
> fixme:dc:GetTransform Unknown code ffff
> make: *** [mapping.ok] Error 40
> alarum: failed command was ../../../wine gdi32_test.exe.so metafile.c
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> metafile.c:174: Test failed: CreateWindowExA error 2
> metafile.c:209: Test failed: GetDeviceCaps(TECHNOLOGY) has to return DT_RASDISPLAY for a display based EMF
> metafile.c:318: Test failed: CreateWindowExA failed
> metafile.c:327: Test failed: GetDeviceCaps failed
> metafile.c:293: Test failed: Got exScale -nan, expected -nan
> metafile.c:295: Test failed: Got eyScale -nan, expected -nan
> metafile.c:293: Test failed: Got exScale -nan, expected -nan
> metafile.c:295: Test failed: Got eyScale -nan, expected -nan
> metafile.c:293: Test failed: Got exScale -nan, expected -nan
> metafile.c:295: Test failed: Got eyScale -nan, expected -nan
> metafile.c:293: Test failed: Got exScale -nan, expected -nan
> metafile.c:295: Test failed: Got eyScale -nan, expected -nan
> metafile.c:293: Test failed: Got exScale -nan, expected -nan
> metafile.c:295: Test failed: Got eyScale -nan, expected -nan
> metafile.c:641: Test failed: CreateWindowExA error 5
> metafile.c:2161: Test failed: CreateWindowExA error 13
> metafile.c:2398: Test failed: CreateWindowExA error -559038737
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> metafile.c:2460: Test failed: (0,0)->(10,10), expected (0,0)->(0,0)
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> err:enhmetafile:EMF_Update_MF_Xform World transform failed!
> metafile.c:2460: Test failed: (0,0)->(10,10), expected (0,0)->(18,67)
> metafile.c:2460: Test failed: (0,0)->(10,10), expected (0,0)->(18,67)
> metafile.c:2713: Test failed: SetWinMetaFileBits: Reference bounds: Left and top bound must be zero
> metafile.c:2724: Test failed: SetWinMetaFileBits (MM_ISOTROPIC): Reference bounds are not isotropic
> metafile.c:2747: Test succeeded inside todo block: SetWinMetaFileBits (MM_ANISOTROPIC): Reference frame: The whole device surface must be used (0x0), but got (0x0)
> metafile.c:2781: Test failed: SetWinMetaFileBits (MM_ANISOTROPIC): rclBounds contains invalid values
> wine: Unhandled division by zero at address 0x68721d5b (thread 0026), starting debugger...
> Unhandled exception: divide by zero in 32-bit code (0x68721d5b).
> Register dump:
> CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
> EIP:68721d5b ESP:0032f970 EBP:0032f998 EFLAGS:00210246( R- -- I Z- -P- )
> EAX:00000001 EBX:68735ff4 ECX:00000000 EDX:00000000
> ESI:00000000 EDI:00000000
> Stack dump:
> 0x0032f970: 0000034c 68735ff4 0032f998 68701559
> 0x0032f980: 68739e40 00000000 000ea600 00000000
> 0x0032f990: 00000000 00000000 0032fa08 6870861e
> 0x0032f9a0: 000ea600 00000000 00000000 00000000
> 0x0032f9b0: 00000026 00000000 000ea600 00000000
> 0x0032f9c0: ffffffff 00132194 00132194 00000000
> Backtrace:
> =>0 0x68721d5b __divdi3+0x8b() in gdi32 (0x0032f998)
> 1 0x6870861e muldiv+0x8a(m1=0x7d0, m2=0x1e0, d=0) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/metafile.c:1234] in gdi32 (0x0032fa08)
> 2 0x687087d8 set_window+0xde(hdc=0x6c4, emf=0x6c0, ref_dc=0x34c, map_mode=0x1) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/metafile.c:1269] in gdi32 (0x0032fac8)
> 3 0x68708b3b GetWinMetaFileBits+0xfa(hemf=0x6c0, cbBuffer=0, lpbBuffer=0x0(nil), map_mode=0x1, hdcRef=0x34c) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/metafile.c:1325] in gdi32 (0x0032fb48)
> 4 0x6851848a getwinmetafilebits+0x3f3(mode=0x1, scale=0x1, rc=0x32fc28) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/metafile.c:2869] in gdi32_test (0x0032fbf8)
> 5 0x68519287 test_GetWinMetaFileBits+0xd7() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/metafile.c:3007] in gdi32_test (0x0032fce8)
> 6 0x68519bca func_metafile+0x64() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/metafile.c:3140] in gdi32_test (0x0032fcf8)
> 7 0x68520bd7 run_test+0x9e(name="metafile.c") [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:556] in gdi32_test (0x0032fd58)
> 8 0x68520fec main+0x23a(argc=<couldn't compute location>, argv=0x1103d0) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:624] in gdi32_test (0x0032fe28)
> 9 0x6852107a __wine_spec_exe_entry+0x69(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/winecrt0/exe_entry.c:36] in gdi32_test (0x0032fe60)
> 10 0x7b85fe84 call_process_entry+0xb() in kernel32 (0x0032fe78)
> 11 0x7b85ffca start_process+0x143(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/kernel32/process.c:1091] in kernel32 (0x0032fec8)
> 12 0x7bc7c104 call_thread_func+0xb() in ntdll (0x0032fed8)
> 13 0x7bc7c142 call_thread_entry_point+0x33(entry=0x7b85fe86, arg=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffb8)
> 14 0x7bc53699 start_process+0x23(kernel_start=0x7b85fe86) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8)
> 15 0x680280b9 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
> 0x68721d5b __divdi3+0x8b in gdi32: divl %esi,%eax
> Modules:
> Module Address Debug info Name (32 modules)
> ELF 68000000-6801d000 Deferred ld-linux.so.2
> ELF 6801f000-68160000 Dwarf libwine.so.1
> ELF 68172000-6818b000 Deferred libpthread.so.0
> ELF 6818b000-682e5000 Deferred libc.so.6
> ELF 682e6000-682ea000 Deferred libdl.so.2
> ELF 682eb000-68311000 Deferred libm.so.6
> ELF 68311000-68319000 Deferred libnss_compat.so.2
> ELF 68319000-68330000 Deferred libnsl.so.1
> ELF 68330000-6833a000 Deferred libnss_nis.so.2
> ELF 6833a000-68346000 Deferred libnss_files.so.2
> ELF 684a3000-6853b000 Dwarf gdi32_test<elf>
> \-PE 684b0000-6853b000 \ gdi32_test
> ELF 6853b000-6868f000 Deferred user32<elf>
> \-PE 68550000-6868f000 \ user32
> ELF 6868f000-6874b000 Dwarf gdi32<elf>
> \-PE 686a0000-6874b000 \ gdi32
> ELF 6874b000-687b1000 Deferred advapi32<elf>
> \-PE 68760000-687b1000 \ advapi32
> ELF 687b1000-687cc000 Deferred version<elf>
> \-PE 687c0000-687cc000 \ version
> ELF 687de000-68854000 Deferred libfreetype.so.6
> ELF 68854000-68869000 Deferred libz.so.1
> ELF 68946000-68956000 Deferred libxext.so.6
> ELF 68956000-68a73000 Deferred libx11.so.6
> ELF 68a78000-68a92000 Deferred libxcb.so.1
> ELF 68a92000-68a96000 Deferred libxau.so.6
> ELF 68a96000-68a9c000 Deferred libxdmcp.so.6
> ELF 7b800000-7b9b1000 Dwarf kernel32<elf>
> \-PE 7b810000-7b9b1000 \ kernel32
> ELF 7bc00000-7bccd000 Dwarf ntdll<elf>
> \-PE 7bc10000-7bccd000 \ ntdll
> ELF 7bf00000-7bf04000 Deferred <wine-loader>
> Threads:
> process tid prio (all id:s are in hex)
> 0000000e services.exe
> 0000001f 0
> 0000001e 0
> 00000015 0
> 00000010 0
> 0000000f 0
> 00000012 winedevice.exe
> 0000001a 0
> 00000019 0
> 00000014 0
> 00000013 0
> 0000001b plugplay.exe
> 00000020 0
> 0000001d 0
> 0000001c 0
> 0000003d explorer.exe
> 0000003e 0
> 00000009 (D) Z:\home\bob\wineslave.dir\sandbox\slave\runtests-default\build\dlls\gdi32\tests\gdi32_test.exe
> 00000026 0 <==
> Backtrace:
> =>0 0x68721d5b __divdi3+0x8b() in gdi32 (0x0032f998)
> 1 0x6870861e muldiv+0x8a(m1=0x7d0, m2=0x1e0, d=0) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/metafile.c:1234] in gdi32 (0x0032fa08)
> 2 0x687087d8 set_window+0xde(hdc=0x6c4, emf=0x6c0, ref_dc=0x34c, map_mode=0x1) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/metafile.c:1269] in gdi32 (0x0032fac8)
> 3 0x68708b3b GetWinMetaFileBits+0xfa(hemf=0x6c0, cbBuffer=0, lpbBuffer=0x0(nil), map_mode=0x1, hdcRef=0x34c) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/metafile.c:1325] in gdi32 (0x0032fb48)
> 4 0x6851848a getwinmetafilebits+0x3f3(mode=0x1, scale=0x1, rc=0x32fc28) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/metafile.c:2869] in gdi32_test (0x0032fbf8)
> 5 0x68519287 test_GetWinMetaFileBits+0xd7() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/metafile.c:3007] in gdi32_test (0x0032fce8)
> 6 0x68519bca func_metafile+0x64() [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/metafile.c:3140] in gdi32_test (0x0032fcf8)
> 7 0x68520bd7 run_test+0x9e(name="metafile.c") [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:556] in gdi32_test (0x0032fd58)
> 8 0x68520fec main+0x23a(argc=<couldn't compute location>, argv=0x1103d0) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/gdi32/tests/../../../include/wine/test.h:624] in gdi32_test (0x0032fe28)
> 9 0x6852107a __wine_spec_exe_entry+0x69(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/winecrt0/exe_entry.c:36] in gdi32_test (0x0032fe60)
> 10 0x7b85fe84 call_process_entry+0xb() in kernel32 (0x0032fe78)
> 11 0x7b85ffca start_process+0x143(peb=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/kernel32/process.c:1091] in kernel32 (0x0032fec8)
> 12 0x7bc7c104 call_thread_func+0xb() in ntdll (0x0032fed8)
> 13 0x7bc7c142 call_thread_entry_point+0x33(entry=0x7b85fe86, arg=0x7ffdf000) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffb8)
> 14 0x7bc53699 start_process+0x23(kernel_start=0x7b85fe86) [/home/bob/wineslave.dir/sandbox/slave/runtests-default/build/dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8)
> 15 0x680280b9 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
> make: *** [metafile.ok] Error 148
> alarum: failed command was ../../../wine gdi32_test.exe.so palette.c
> palette.c:90: Test failed: getColor=00000000
> palette.c:97: Test failed: getColor=00000000
> palette.c:112: Test failed: getColor=00000000
> make: *** [palette.ok] Error 3
> alarum: failed command was ../../../wine gdi32_test.exe.so pen.c
> fixme:gdi:ExtCreatePen PS_COSMETIC | PS_USERSTYLE not handled
> fixme:gdi:ExtCreatePen PS_COSMETIC | PS_USERSTYLE not handled
> pen.c:505: Test failed: Expected 00000080, got 00000000
> pen.c:506: Test failed: Expected 00000080, got 00000000
> pen.c:507: Test failed: Expected 000000a0, got 00000000
> pen.c:508: Test failed: Expected 000000a0, got 00000000
> pen.c:509: Test failed: Expected 00000050, got 00000000
> pen.c:510: Test failed: Expected 00000050, got 00000000
> pen.c:511: Test failed: Expected 0000000a, got 00000000
> make: *** [pen.ok] Error 7
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> * Call to xpconnect wrapped JSObject produced this error: *
> * Call to xpconnect wrapped JSObject produced this error: *
> alarum: failed command was ../../../wine opengl32_test.exe.so opengl.c
> Xlib: extension "GLX" missing on display ":0.0".
> err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
> opengl.c:1295: Test failed: Unable to find pixel format.
> fixme:event:wait_for_withdrawn_state window 0x2300d2/800001 wait timed out
> make: *** [opengl.ok] Error 1
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> alarum: failed command was ../../../wine user32_test.exe.so sysparams.c
> sysparams.c:2399: Test failed: Waiting for the WM_DISPLAYCHANGE message timed out
> sysparams.c:2399: Test failed: Waiting for the WM_DISPLAYCHANGE message timed out
> err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x24 @0! (XRandR)
> sysparams.c:2404: Tests skipped: Setting depth 24 failed(ret = -2)
> sysparams.c:2399: Test failed: Waiting for the WM_DISPLAYCHANGE message timed out
> sysparams.c:2412: Test failed: Set bpp 32, but WM_DISPLAYCHANGE reported bpp -1
> make: *** [sysparams.ok] Error 4
> alarum: failed command was ../../../wine shell32_test.exe.so ebrowser.c
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (1, 0, 0, 0, 0x32fcb8)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 1, 0x32fcb8)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (1, 0, 0, 0, (nil))
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (3, 0, 0, 0, (nil))
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (8, 0, 0, 0, (nil))
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (1, 0, 0, 0, (nil))
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 0, 0, 0, 0x32fcb8)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (1, 0, 0, 0, 0x32fcb8)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (1234, 0, 0, 0, 0x32fcb8)
> fixme:shell:IShellBrowser_fnSetStatusTextSB stub, 0x12d030 ((null))
> fixme:shell:IShellBrowser_fnContextSensitiveHelp stub, 0x12d030 (0)
> fixme:shell:IShellBrowser_fnEnableModelessSB stub, 0x12d030 (1)
> fixme:shell:IShellBrowser_fnSetToolbarItems stub, 0x12d030 ((nil), 1, 0x1)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f9fc)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f9fc)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f9fc)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f9fc)
> fixme:win:DeferWindowPos other process handle 0xdeadbeef?
> fixme:shell:IExplorerBrowser_fnSetOptions Flags 0xdeadbeef contains unsupported options.
> fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains unsupported style(s): 0x00000004
> fixme:shell:IExplorerBrowser_fnSetPropertyBag stub, 0x12d030 ((null))
> fixme:shell:IExplorerBrowser_fnSetPropertyBag stub, 0x12d030 (L"WineTest")
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f9ec)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f9ec)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f9ec)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f9ec)
> err:shell:IExplorerBrowser_fnBrowseToIDList Failed to get absolute pidl.
> err:shell:IExplorerBrowser_fnBrowseToIDList Failed to get absolute pidl.
> err:shell:IExplorerBrowser_fnBrowseToIDList Failed to get absolute pidl.
> err:shell:IExplorerBrowser_fnBrowseToIDList Failed to get absolute pidl.
> err:shell:IExplorerBrowser_fnBrowseToIDList Failed to get parent pidl.
> err:shell:IExplorerBrowser_fnBrowseToIDList Failed to get parent pidl.
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12d030 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f56c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IExplorerBrowser_fnSetOptions Flags 0x00000004 contains unsupported options.
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a003, 0, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1026, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a003, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12f388 (2, 1025, a004, 1, 0x32f5ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1026, a003, 0, 0x32fa0c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1026, a004, 1, 0x32fa0c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1025, a003, 1, 0x32fa0c)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1025, a004, 1, 0x32fa0c)
> fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains unsupported style(s): 0x00000004
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1026, a003, 0, 0x32f7ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1026, a004, 1, 0x32f7ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1025, a003, 1, 0x32f7ac)
> fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x12e808 (2, 1025, a004, 1, 0x32f7ac)
> XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
> after 2790 requests (1173 known processed) with 0 events remaining.
> make: *** [ebrowser.ok] Error 1
> alarum: failed command was ../../../wine shell32_test.exe.so shlexec.c
> fixme:exec:SHELL_execute flags ignored: 0x00004000
> fixme:exec:SHELL_execute flags ignored: 0x00004000
> fixme:exec:SHELL_execute flags ignored: 0x00004000
> fixme:exec:SHELL_execute flags ignored: 0x00004000
> fixme:exec:SHELL_execute flags ignored: 0x00004000
> fixme:exec:SHELL_execute flags ignored: 0x00004000
> fixme:exec:SHELL_execute flags ignored: 0x00004000
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> Application tried to create a window, but no driver could be loaded.
> Make sure that your X server is running and that $DISPLAY is set correctly.
> shlexec.c:1767: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=32
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1767: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=0
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1767: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=32
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1767: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=0
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1767: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=32
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1767: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=0
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1946: Tests skipped: Default DDE application test does not match any available results, using first expected data set.
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> err:exec:dde_connect Unable to find application path for command L"\"C:\\users\\bob\\Temp\\wt1ff9.tmp\\test2 file.exe\""
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> err:exec:dde_connect Unable to find application path for command L"\"C:\\users\\bob\\Temp\\wt1ff9.tmp\\test2 file.exe\" param"
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=11 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> err:exec:dde_connect Unable to find application path for command L"C:\\users\\bob\\Temp\\wt1ff9.tmp\\notexist.exe"
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> err:exec:dde_connect Unable to find application path for command L"C:\\users\\bob\\Temp\\wt1ff9.tmp\\notexist.exe param"
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> shlexec.c:1951: Test failed: ShellExecuteEx(null, "C:\users\bob\Temp\wt1ff9.tmp\test file.sde", null, null) failed: rc=30 err=87
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> err:exec:dde_connect Unable to find application path for command L"xyzwxyzwxyz"
> fixme:exec:SHELL_execute flags ignored: 0x00000100
> err:exec:dde_connect Unable to find application path for command L"xyzwxyzwxyz param"
> CMD Version 1.3.29
>
> Z:\home\bob\wineslave.dir\sandbox\slave\runtests-default\build\dlls\shell32\tests>CMD Version 1.3.29
>
> Z:\home\bob\wineslave.dir\sandbox\slave\runtests-default\build\dlls\shell32\tests>alarum: elapsed time 96 seconds
> make: *** [shlexec.ok] Error 16
> alarum: failed command was ../../../wine shell32_test.exe.so systray.c
> systray.c:52: Test failed: NIM_DELETE failed!
> systray.c:55: Test failed: The icon was not deleted
> systray.c:66: Test failed: NIM_ADD failed!
> systray.c:73: Test failed: NIM_DELETE failed!
> systray.c:76: Test failed: The icon was not deleted
> fixme:event:wait_for_withdrawn_state window 0x160076/c00001 wait timed out
> make: *** [systray.ok] Error 5
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
> ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
> ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
>
> _______________________________________________
> wine-tests-results mailing list
> wine-tests-results(a)winehq.org
> http://www.winehq.org/mailman/listinfo/wine-tests-results
1
0
Re: inetmib1: Avoid idempotent operation in findSupportedQuery function (Clang)
by Alexandre Julliard 08 Oct '11
by Alexandre Julliard 08 Oct '11
08 Oct '11
Frédéric Delanoy <frederic.delanoy(a)gmail.com> writes:
> indexLow is always 0 at that point
This makes it harder to understand what the code is doing here. Probably
needs some restructuring.
--
Alexandre Julliard
julliard(a)winehq.org
1
0
re: Governance of Wine with respect to the Software Freedom Conservancy (update October 2011)
by Dan Kegel 08 Oct '11
by Dan Kegel 08 Oct '11
08 Oct '11
The real way to mount a revolt, of course, would be to
fork wine and maintain a better version of it. The
likelihood of that ever happening seems slim, but
perhaps in 15 years, after HTML 5 takes over and users
no longer run win32 apps, it's possible that something
like that would happen naturally (say, some computer
museum might become the maintainer).
1
0
Am 08.10.2011 12:13, schrieb Alistair Leslie-Hughes:
> Hi,
> The native mpr.DLL doesn't have these functions.
>
>
> Changelog:
> mpr: Remove DllCanUnloadNow and DllGetClassObject
>
>
> Best Regards
> Alistair Leslie-Hughes
>
>
no patch?
--
Best Regards, André Hentschel
1
0
08 Oct '11
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=14764
Your paranoid android.
=== WINEBUILD (build) ===
Make failed
1
0
Re: [PATCH] server: Use syscall(2) instead of inline assembly on Mac OS; too.
by Dan Kegel 07 Oct '11
by Dan Kegel 07 Oct '11
07 Oct '11
Fails tests on x86_64?
On Fri, Oct 7, 2011 at 11:52 AM, <buildbot(a)kegel.com> wrote:
> This is an experimental automated build and test service.
> Please feel free to ignore this email while we work the kinks out.
>
> For more info about this message, see http://wiki.winehq.org/BuildBot
>
> The Buildbot has detected a failed build on builder runtests-default-x86_64 while building Wine.
> Full details are available at: http://buildbot.kegel.com/builders/runtests-default-x86_64/builds/35 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
> BUILD FAILED: failed shell_3
>
> Errors:
> alarum: failed command was ../../../wine rpcrt4_test.exe.so rpc.c
> fixme:rpc:RpcNetworkIsProtseqValidW Unknown protseq L"foo"
> err:rpc:rpcrt4_protseq_ncacn_ip_tcp_open_endpoint couldn't listen on port 4114
> rpc.c:238: Test failed: RpcServerUseProtseqEp failed (1740)
> fixme:rpc:RpcBindingInqAuthInfoExW authorization service not implemented
> make: *** [rpc.ok] Error 1
>
>
2
2