http://bugs.winehq.org/show_bug.cgi?id=16758
Summary: tools/winapi/winapi_test: The generated tests produce
thousands of failures on 64bit.
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://test.winehq.org/data/bf25837eb7c08dc7faf13b886f6a
ed79a02506b8/#group_Vista
OS/Version: Windows Vista
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
tools/winapi/winapi_test* creates tests, that produce thousands of failures
with winetest64 on Windows.
winapi_test and winapi_test_options.pm are perl:
229 } elsif (/^LP(?:BYTE|CSTR|CWSTR|DWORD|STR|VOID|WSTR)$/) {
230 $align = 4;
231 $kind = "pointer";
232 $size = 4;
233 } ...
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13700
Summary: user32 test fail on XP SP2
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13695)
--> (http://bugs.winehq.org/attachment.cgi?id=13695)
broadcast failures
Many of the user32 tests fail on my laptop running Windows XP SP2 with a Radeon
Mobility 9000 card. Most of the failures have to do with unexpected sizes (of
windows, menu items, rects, ...)
The broadcast failures are attached in this go round, more will be attached
soon.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13649
Summary: d3d9 visual tests hang XP SP2 with Radeon Mobility 9000
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13633)
--> (http://bugs.winehq.org/attachment.cgi?id=13633)
d3d9 visual test output until hang
The d3d9 visual tests hang on my system running Windows XP SP2 with a Radeon
Mobility card. Worse, they also hang (not crash) Windows XP.
The test is stuck with a four-square tile in the center of the screen, with a
yellow background. After 15 minutes with no change in the display, I tested
the mouse as the cursor was still visible. The mouse moved the cursor. I also
checked the keyboard LEDs (e.g. caps lock), and they were still responsive. So
far so good.
Attempting to stop the test by pressing Alt-Tab, Ctrl-Alt-Del, or
Ctrl-Shift-Esc (I've tried all three variations now) makes the mouse cursor
disappear and makes the keyboard unresponsive. At this point I must power down
the machine.
The log of the visual test up until failure is attached. (Notice there are
also many test failures.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13643
Summary: ddraw tests fail on XP SP2 with Radeon Mobility 9000
card
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13624)
--> (http://bugs.winehq.org/attachment.cgi?id=13624)
d3d test failures
The ddraw d3d tests produce 22 failures, and the dsurface test produces 1
failure, on my laptop running Windows XP SP2. The graphics card is a Radeon
Mobility 9000. The d3d failures are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18139
Summary: WineD3D: add version information to DLL
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrejohn.mas(a)gmail.com
The WineD3D DLL which is made available to users of VirtualBox lacks any
version meta data. This means if I right-click and show the properties there is
no version tab. It would be useful to have this information, since if a user
runs into issues this would allow them to know when version they have
installed, and report this information. Since there is no other way to know the
version, that I can find, this is one approach.
I was using 1.1.19 (I believe, can't be 100% sure since there in no version)
when I made this observation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10783
Summary: D3D applications crash with native d3d dlls
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
Created an attachment (id=9638)
--> (http://bugs.winehq.org/attachment.cgi?id=9638)
output with +d3d (on Linux)
Direct3D applications crash on startup when using native wine d3d dlls (built
using mingw). One that crashes is 'rthdribl'. Happens both in WinXP and with
Wine in Linux with d3d8,d3d9,wined3d overridden. Works in 0.9.50, broken by the
following commit:
9bc6200ecef40fe65d38fda2c7d0f4b8f4c71767 wined3d: Add a method for querying the
gl drawable size of rendertarget.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16537
Summary: Wine/Windows Conformance Tests - file too big
Product: Wine
Version: unspecified
Platform: Other
URL: http://test.winehq.org/data/
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=17995)
--> (http://bugs.winehq.org/attachment.cgi?id=17995)
Winetest result
Prompted by todays wine news, I tried the winetest-latest.exe on my windows xp
sp2 machine and received the following notification at the end of the test.
---------------------------
Warning
---------------------------
File too big (5.7 MB > 1.5 MB); submitting partial report.
---------------------------
OK
---------------------------
Is this normal?
--
Austin987:
No, pretty rare, actually. Would you file a bug report? Attach a
compressed copy to it.
--
As requested.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17937
Summary: Cygwin compilation fails in rpc_transport.c
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dgerard(a)gmail.com
./configure --without-freetype && make depend && make bombs out during the
make:
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_RPCRT4_
-DCOM_NO_WINDOWS_H -DMSWMSG -D_REENTRANT -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o
rpc_transport.o rpc_transport.c
rpc_transport.c: In function `rpcrt4_ncacn_ip_tcp_open':
rpc_transport.c:797: error: storage size of 'hints' isn't known
rpc_transport.c:813: warning: implicit declaration of function `getaddrinfo'
rpc_transport.c:816: warning: implicit declaration of function `gai_strerror'
rpc_transport.c:816: warning: format argument is not a pointer (arg 7)
rpc_transport.c:821: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: `AF_INET6' undeclared (first use in this function)
rpc_transport.c:825: error: (Each undeclared identifier is reported only once
rpc_transport.c:825: error: for each function it appears in.)
rpc_transport.c:835: warning: implicit declaration of function `getnameinfo'
rpc_transport.c:835: error: dereferencing pointer to incomplete type
rpc_transport.c:835: error: dereferencing pointer to incomplete type
rpc_transport.c:837: error: `NI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:837: error: `NI_NUMERICSERV' undeclared (first use in this
function)
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:848: error: dereferencing pointer to incomplete type
rpc_transport.c:848: error: dereferencing pointer to incomplete type
rpc_transport.c:862: warning: implicit declaration of function `freeaddrinfo'
rpc_transport.c:797: warning: unused variable `hints'
rpc_transport.c: In function `rpcrt4_protseq_ncacn_ip_tcp_open_endpoint':
rpc_transport.c:879: error: storage size of 'hints' isn't known
rpc_transport.c:884: error: `AI_PASSIVE' undeclared (first use in this
function)
rpc_transport.c:896: warning: format argument is not a pointer (arg 6)
rpc_transport.c:898: error: `EAI_SERVICE' undeclared (first use in this
function)
rpc_transport.c:898: error: `EAI_NONAME' undeclared (first use in this
function)
rpc_transport.c:903: error: dereferencing pointer to incomplete type
rpc_transport.c:909: error: `NI_MAXSERV' undeclared (first use in this
function)
rpc_transport.c:911: error: dereferencing pointer to incomplete type
rpc_transport.c:911: error: dereferencing pointer to incomplete type
rpc_transport.c:911: error: `AF_INET6' undeclared (first use in this function)
rpc_transport.c:920: error: dereferencing pointer to incomplete type
rpc_transport.c:920: error: dereferencing pointer to incomplete type
rpc_transport.c:922: error: `NI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:922: error: `NI_NUMERICSERV' undeclared (first use in this
function)
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:934: error: dereferencing pointer to incomplete type
rpc_transport.c:934: error: dereferencing pointer to incomplete type
rpc_transport.c:959: warning: format argument is not a pointer (arg 5)
rpc_transport.c:909: warning: unused variable `service'
rpc_transport.c:879: warning: unused variable `hints'
rpc_transport.c: In function `rpcrt4_ip_tcp_get_top_of_tower':
rpc_transport.c:1178: error: storage size of 'hints' isn't known
rpc_transport.c:1200: error: `AI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:1216: warning: format argument is not a pointer (arg 5)
rpc_transport.c:1221: error: dereferencing pointer to incomplete type
rpc_transport.c:1223: error: dereferencing pointer to incomplete type
rpc_transport.c:1229: error: dereferencing pointer to incomplete type
rpc_transport.c:1178: warning: unused variable `hints'
make[2]: *** [rpc_transport.o] Error 1
make[2]: Leaving directory `/cygdrive/d/wine-git/dlls/rpcrt4'
make[1]: *** [rpcrt4] Error 2
make[1]: Leaving directory `/cygdrive/d/wine-git/dlls'
make: *** [dlls] Error 2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23200
Summary: cygwin build broken in dlls/ws2_32/tests/sock.c
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=28867)
--> (http://bugs.winehq.org/attachment.cgi?id=28867)
make log
After ba9ec152e17f436fb3e73d8e08af811ba3520cef, the build gets past
dlls/msvcrt/tests, and now fails in dlls/ws2_32/tests/sock.c:
sock.c: In function `select_server':
sock.c:473: error: variable `timeout' has initializer but incomplete type
sock.c:473: warning: excess elements in struct initializer
sock.c:473: warning: (near initialization for `timeout')
sock.c:473: warning: excess elements in struct initializer
sock.c:473: warning: (near initialization for `timeout')
sock.c:473: error: storage size of 'timeout' isn't known
sock.c:474: error:
`Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' undeclared (first
use in this function)
sock.c:474: error: (Each undeclared identifier is reported only once
sock.c:474: error: for each function it appears in.)
sock.c:474: error: parse error before "fds_recv"
sock.c:488: warning: implicit declaration of function
`Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library'
sock.c:488: error: `fds_openrecv' undeclared (first use in this function)
sock.c:489: error: `fds_recv' undeclared (first use in this function)
sock.c:490: error: `fds_send' undeclared (first use in this function)
sock.c:491: error: `fds_opensend' undeclared (first use in this function)
sock.c:473: warning: unused variable `timeout'
sock.c: In function `SelectReadThread':
full error attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20682
Summary: Winetest does not see game controllers
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=24708)
--> (http://bugs.winehq.org/attachment.cgi?id=24708)
calibrated and working game controllers
Hi, i have to game controllers attached to WinXP:
* Microsoft SideWinder Force Feedback Wheel
* Logitech WingMan Formula Force GP USB
They are calibrated and working fine. But when i run latest wine test suite
(winetest-20091112-459a0c4de9ab.exe), i'll get:
xinput1_3:xinput start dlls/xinput1_3/tests/xinput.c -
xinput.c:79: Tests skipped: Controller 0 is not connected
xinput.c:79: Tests skipped: Controller 1 is not connected
xinput.c:79: Tests skipped: Controller 2 is not connected
xinput.c:79: Tests skipped: Controller 3 is not connected
xinput.c:141: Tests skipped: Controller 0 is not connected
xinput.c:141: Tests skipped: Controller 1 is not connected
xinput.c:141: Tests skipped: Controller 2 is not connected
xinput.c:141: Tests skipped: Controller 3 is not connected
xinput.c:164: Tests skipped: Controller 0 is not connected
xinput.c:164: Tests skipped: Controller 1 is not connected
xinput.c:164: Tests skipped: Controller 2 is not connected
xinput.c:164: Tests skipped: Controller 3 is not connected
xinput.c:188: Tests skipped: Controller 0 is not connected
xinput.c:188: Tests skipped: Controller 1 is not connected
xinput.c:188: Tests skipped: Controller 2 is not connected
xinput.c:188: Tests skipped: Controller 3 is not connected
xinput: 38 tests executed (0 marked as todo, 0 failures), 16 skipped.
I get same "not connected" messages even when no game controller is pluged in,
i.e. wine test suite does not see these two controllers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.