http://bugs.winehq.org/show_bug.cgi?id=19081
Summary: Force closing winhlp32 without a file loaded pops up
an error dialog (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=22023)
--> (http://bugs.winehq.org/attachment.cgi?id=22023)
ahk test
A bit hard to explain...but launching 'wine winhlp32' with no arguments open
wine help, along with a file open dialog. That's all well and good, same as
windows. Now, let's get tricky. Force the winhlp32 window to close (not the
file open dialog). On windows, exits with no problems. On wine, pops up a
dialog:
ERROR
Cannot find ''. Do you want to find this file yourself?
I'll attach an AHK script to show what I mean...If you want to verify on
windows, change 'Wine' to 'Windows'.
--
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=40331
Bug ID: 40331
Summary: The Legend of Heroes Trails in the Sky SC crashes on
start with runtime error R6025
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
CC: piotr.caban(a)gmail.com
Regression SHA1: f085be3028e86ebc6666d20a4802831bf7b3f3bc
Distribution: Other
The Legend of Heroes Trails in the Sky SC crashes on start with runtime error
R6025.
--- system info ---
SolydK 8
Kernel: 3.16.0-4-amd64 x86_64 (64 bit)
Card: NVIDIA G80 [GeForce 8800 GTX]
GLX Renderer: GeForce 8800 GTX/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 340.76
--- system info ---
Bisecting returns:
--- snip ---
f085be3028e86ebc6666d20a4802831bf7b3f3bc is the first bad commit
commit f085be3028e86ebc6666d20a4802831bf7b3f3bc
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue Mar 15 13:41:20 2016 +0100
msvcrt: Destroy exception object when frame storing it is unwound.
Thrown object was incorrectly freed in following situation:
try {
throw obj;
} catch(object &obj) {
try {
throw 1;
} catch(...) {}
//use object here
}
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 01fcdd5769307155786c609376bafcfb08aec222
86372853b0bd9c65d2cf021bee744b795897069a M dlls
--- snip ---
--
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=36383
Bug ID: 36383
Summary: valgrind shows several uninitialized values in
ddraw_CreateSurface() in ddraw/tests/dsurface.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
fixme:win:EnumDisplayDevicesW ((null),0,0x549f568,0x00000000), stub!
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E72E: SrcColorKey32BlitTest (dsurface.c:240)
==5763== by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E7C8: SrcColorKey32BlitTest (dsurface.c:251)
==5763== by 0x516CEB4: func_dsurface (dsurface.c:3949)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515E671: SrcColorKey32BlitTest (dsurface.c:217)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E224: PaletteTest (dsurface.c:2225)
==5763== by 0x516E484: func_dsurface (dsurface.c:3962)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763==
==5763== Conditional jump or move depends on uninitialised value(s)
==5763== at 0x4AEBCC2: ddraw_surface_create (surface.c:5849)
==5763== by 0x4AC147F: ddraw1_CreateSurface (ddraw.c:2962)
==5763== by 0x515E003: PaletteTest (dsurface.c:2260)
==5763== by 0x516E484: func_dsurface (dsurface.c:3962)
==5763== by 0x50CC30B: main (test.h:584)
==5763== Uninitialised value was created by a stack allocation
==5763== at 0x515DB07: PaletteTest (dsurface.c:2137)
==5763==
--
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=28172
Summary: Civilization II crashes on startup
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charlespigott(a)googlemail.com
Created an attachment (id=36092)
--> (http://bugs.winehq.org/attachment.cgi?id=36092)
backtrace(s) + some notes
see attachment
starting civ2.exe (from anywhere) results in this error
note that nothing happens except this output/backtrace
--
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=40182
Bug ID: 40182
Summary: Elder Scrolls Online: Login connection issues
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amgeddis(a)msn.com
Distribution: ---
Disclosure: I am using Wine-staging 1.9.3
Since patch 2.2.11 on 2/8/2016 Elder Scrolls Online cannot be played in WINE.
Logging in usually works but trying to load a character either results in
1. The animation icon eventually freezing and the app hanging
or
2. Getting booted back to the login screen with the error: "An error has
occurred. Please try again in a few minutes". All subsequent logins after the
error message give the error code 301 which according to the codes sheet
means:"Lobby connection failed"
When logging in doesn't work there is only error code 301.
Steps to recreate: Run Bethesda.net_Launcher.exe, hit "Play", log into
account, select "Play" below the character.
Game used to play great with 32-bit prefix, corefonts, and vcrun2013 installed.
Tried creating clean new prefixes in both 32-bit and 64-bit but neither worked
with or without corefonts and vcrun2013 also installed.
On the Elder Scrolls Online forums there are three other WINE users that have
come out and said they've had the same problem since patch 2.2.11 and
contacting the developer Zenimax Online support only gave back generic messages
of "We do not support Linux".
One of the other WINE users also said they have the same problem in their
Windows dualboot installation as well.
There are also several other Windows users on the Elder Scrolls Online forums
complaining of the same problem and all still report this being a problem for
them.
--
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=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.