http://bugs.winehq.org/show_bug.cgi?id=10156
Summary: "typos" on some include files
Product: Wine
Version: 0.9.47.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sacrom(a)gmail.com
CC: sacrom(a)gmail.com
Created an attachment (id=8741)
--> (http://bugs.winehq.org/attachment.cgi?id=8741)
File that contains diff's of the current header files with the "fixed" header
files
I'm porting a windows app to Wine (using WineLib) and I found some small
problems in some header files in Wine (that contain different values from the
corresponding Windows header files).
To be able to compile on C++ I did also change some header files.
>From my point of view these are small typos problems (see attachment)
I hope this to be enough!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36748
Bug ID: 36748
Summary: valgrind shows two possible leaks in
d3drm/tests/d3drm.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
follow up to bug 36351
==32094== 120 bytes in 1 blocks are possibly lost in loss record 458 of 686
==32094== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==32094== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==32094== by 0x65A9826: ???
==32094== by 0x6597082: ???
==32094== by 0x4F5EFD8: test_Frame (d3drm.c:930)
==32094== by 0x4F652B2: func_d3drm (d3drm.c:1738)
==32094== by 0x4F6893F: run_test (test.h:584)
==32094== by 0x4F68D2E: main (test.h:654)
==32094==
==32094== 120 bytes in 1 blocks are possibly lost in loss record 459 of 686
==32094== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==32094== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==32094== by 0x65A9826: ???
==32094== by 0x6597082: ???
==32094== by 0x4F5F623: test_Frame (d3drm.c:969)
==32094== by 0x4F652B2: func_d3drm (d3drm.c:1738)
==32094== by 0x4F6893F: run_test (test.h:584)
==32094== by 0x4F68D2E: main (test.h:654)
==32094==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38670
Bug ID: 38670
Summary: advapi32/registry tests shows several uninitialized
values
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p
advapi32_test.exe.so registry && touch registry.ok
==11402== Conditional jump or move depends on uninitialised value(s)
==11402== at 0x47EBEE3: winetest_vok (test.h:333)
==11402== by 0x47EBFD4: winetest_ok (test.h:357)
==11402== by 0x47B6CE8: test_reg_query_info (registry.c:1725)
==11402== by 0x47C08F1: func_registry (registry.c:3177)
==11402== by 0x47EC923: run_test (test.h:584)
==11402== by 0x47ECD6B: main (test.h:666)
==11402== Uninitialised value was created by a stack allocation
==11402== at 0x47B665C: test_reg_query_info (registry.c:1670)
==11402==
==11402== Conditional jump or move depends on uninitialised value(s)
==11402== at 0x47EBEE3: winetest_vok (test.h:333)
==11402== by 0x47EBFD4: winetest_ok (test.h:357)
==11402== by 0x47B73E0: test_reg_query_info (registry.c:1758)
==11402== by 0x47C08F1: func_registry (registry.c:3177)
==11402== by 0x47EC923: run_test (test.h:584)
==11402== by 0x47ECD6B: main (test.h:666)
==11402== Uninitialised value was created by a stack allocation
==11402== at 0x47B665C: test_reg_query_info (registry.c:1670)
==11402== Conditional jump or move depends on uninitialised value(s)
==11402== at 0x47EBEE3: winetest_vok (test.h:333)
==11402== by 0x47EBFD4: winetest_ok (test.h:357)
==11402== by 0x47B7708: test_reg_query_info (registry.c:1771)
==11402== by 0x47C08F1: func_registry (registry.c:3177)
==11402== by 0x47EC923: run_test (test.h:584)
==11402== by 0x47ECD6B: main (test.h:666)
==11402== Uninitialised value was created by a stack allocation
==11402== at 0x47B665C: test_reg_query_info (registry.c:1670)
==11402==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39435
Bug ID: 39435
Summary: The 64 bit mshtml:xmlhttprequest fails on Windows 8/10
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The 64 bit mshtml:xmlhttprequest has six failures on Windows 8/8.1/10:
xmlhttprequest.c:444: Test failed: text == NULL
xmlhttprequest.c:445: Test failed: Expect Server: Apache, got (null)
xmlhttprequest.c:453: Test failed: AllResponseHeaders(ETag:
"33a034e-33-4f1223417ce00"
Content-Length: 51
Keep-Alive: timeout=5, max=1000
Content-Type: application/xml
Last-Modified: Wed, 29 Jan 2014 20:58:32 GMT
) don't have expected substr(Server: Apache)
xmlhttprequest.c:444: Test failed: text == NULL
xmlhttprequest.c:445: Test failed: Expect Accept-Ranges: bytes, got (null)
xmlhttprequest.c:453: Test failed: AllResponseHeaders(ETag:
"33a034e-33-4f1223417ce00"
Content-Length: 51
Keep-Alive: timeout=5, max=1000
Content-Type: application/xml
Last-Modified: Wed, 29 Jan 2014 20:58:32 GMT
) don't have expected substr(Accept-Ranges: bytes)
This is specific to the 64 bit + Windows 8/8.1/10 combination. Note that these
failures don't happen on 64 bit Vista and Windows 7 machines.
Success IE8 wvistau64-64
Success IE9 win7u64-1spie9t64
Success IE11 w7pro64-64
Failure IE?? cw1-hd6800-t64 (Windows 8.1)
Failure IE?? cw2-gtx560-t64 (Windows 8.1)
Failure IE9 fg-acer64-w8-t64 (Windows 8)
Failure IE?? pelzflowin81pronvid
Failure IE?? cw1-hd6800-t64 (Windows 10)
Failure IE?? cw2-gtx560-t64 (Windows 10)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40113
Bug ID: 40113
Summary: mshtml:xmlhttprequest regression
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The commit below introduced 4 new test failures but only in the Windows XP SP2
+ Internet Explorer 7 case (fg-winxp-2spie7 VM).
By very specific I mean that:
* Windows XP SP2 + IE 6 has no failure because IE 6 is too old (fg-winxp-2sp).
* Windows XP SP2 + IE 7 has the 4 extra failures for a total of 28
(fg-winxp-2spie7).
* Windows XP SP3 + IE 7 has the same 24 failures as before the commit
(fg-winxp-3sp).
* Windows XP SP3 + IE 8 has no failures at all (fg-winxp-3spie8).
All four new failures are identical to the one below, in particular due to the
line number being meaningless:
xmlhttprequest.c:551: Test failed: Expected enabled:
(INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA |
INTERFACE_USES_SECURITY_MANAGER), got 0x00000003
Given the existing failures it might make sense to skip all 28 tests on IE < 8.
commit 798b1e06f38328121e0f201a9a44ba020e07e1f2
Author: Zhenbo Li <litimetal(a)gmail.com>
Date: Fri Dec 25 15:30:06 2015 +0800
mshtml: Add IHTMLXMLHttpRequest::responseXML() method implementation.
Signed-off-by: Zhenbo Li <litimetal(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=15537
Summary: PURE DVD : FGLRX GL_INVALID_OPERATION
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bellegueulle.damien(a)neuf.fr
Created an attachment (id=16510)
--> (http://bugs.winehq.org/attachment.cgi?id=16510)
Log
After launch game .... black screen.
I use wine 1.1.5 and fglrx 8.5 ( ATI 4820HD )
View my log in attachment :)
--
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=29319
Bug #: 29319
Summary: Internet Explorer 8 fails to start an InPrivate
Browsing session
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37920
--> http://bugs.winehq.org/attachment.cgi?id=37920
Terminal output
Nothing happens when trying to start an InPrivate Browsing session in IE8.
Steps to reproduce:
1. winetricks ie8
2. Start IE and go to tools -> InPrivate Browsing
Workaround: WINEDLLOVERRIDES=wininet=n
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38971
Bug ID: 38971
Summary: Allied Telesis Switch manager crash
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paul.c.budden(a)gmail.com
Distribution: ---
Created attachment 51922
--> https://bugs.winehq.org/attachment.cgi?id=51922
Backtrace from wine for allied telesis switch manager crash
Attempted to run this application.
It started with a selection of available Ethernet ports, then crashed with the
trace attached.
There was a message to report this here.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38347
Bug ID: 38347
Summary: Program setup for my printer Canon PIXMA MP495 crashes
while installing
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agonapo71(a)yahoo.it
Distribution: ---
Created attachment 51192
--> https://bugs.winehq.org/attachment.cgi?id=51192
This is the crash report
I tried to install the generic drivers for the printer specified above through
the tool embedded in my OS (Ubuntu 14.04 LTS) but after the installation the
printer doesn't work, so I decided to use Wine to run the setup.exe file
directly from CD. Even in this case I could not end the installation process
due to a crash whose details are reported in the attached file. I hope you will
find out a solution soon, thanks
Agostino G. - ITALY
--
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=26942
Summary: CSPRO 4 editing : context menu on grid header not
working properly
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
How to test:
1. download cspro here http://www.census.gov/ipc/www/cspro/download/cspro40.exe
2. Run Cspro 4.0 program
3. Open file/application, goto examples/capi
4. Go to form shown on the screenshoot (attached)
5. Right click on the grid header to show the context menu, the menu will show
after you pressing ALT.
Maybe related to comctl32.
--
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.