http://bugs.winehq.org/show_bug.cgi?id=35651
Bug ID: 35651
Summary: Warcraft III: Some videos are not played
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Created attachment 47608
--> http://bugs.winehq.org/attachment.cgi?id=47608
Console log from wine-1.7.13-27-ge610713
There was a bug 12792 - "Warcraft III videos is not playing" which was closed
as fixed in wine-1.7.13.
Well i noticed, that some videos are played, but not all for example
"Introduction: The Prophecy". I tested this on 64bit Debian Jessie and 32bit
Wheezy.
Results:
* In Wow64 the videos are skipped
* In 32bit version wine crashes
Even though Wow64 log suggest, that 32bit libgstreamer plugins are missing, i
don't think, that this line is correct as i installed them, recompiled and even
configure no longer complains about missing Gstreamer.
--
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=25726
Summary: PDF XChange Viewer corrupt display when scrolling
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schwejk(a)quantentunnel.de
Created an attachment (id=32773)
--> (http://bugs.winehq.org/attachment.cgi?id=32773)
output when program run out of console
When scrolling a document horizontal lines appear and the document is partially
unreadable. (version 2.5 build 190)
http://www.tracker-software.com/product/pdf-xchange-viewer
--
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=54416
Bug ID: 54416
Summary: ntdll:virtual - test_stack_size_thread() sometimes
gets stuck in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:virtual - test_stack_size_thread() sometimes gets stuck in Wine:
virtual.c:693: Test marked todo: unexpected Protect 0x1, expected 0
ntdll:virtual:074c done (258) in 120s 8889B
See https://test.winehq.org/data/patterns.html#ntdll:virtual
The test normally runs in under 1 second and when it times out this is always
the last line in the log:
/* reserved area shrinks whenever stack grows */
...
todo_wine ok( mbi.Protect == 0, "unexpected Protect %#lx, expected %#x\n",
mbi.Protect, 0 );
The timeout happens twice per month on average, mostly on my desktop (fg-deb64)
but it did happen on the TestBot's debiant VM recently.
In all cases this happens in the 32-bit test.
--
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=54415
Bug ID: 54415
Summary: mshtml:misc may crash because of an ole32
MapViewOfFile() failure in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
In MR2024 mshtml:misc crashed:
mshtml:misc start dlls/mshtml/tests/misc.c
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x6ab29755).
...
Backtrace:
=>0 0x6ab29755 in ucrtbase (+0x69755) (0x0075f758)
1 0x6ab310de memcpy+0x4e(dst=0x000000000, src=0B7F6EF8, n=0x44)
[Z:\home\winetest\tools\testbot\var\wine\dlls\msvcrt\string.c:3063] in ucrtbase
(0x0075f758)
2 0x008ce97c create_map_from_stream+0xbc(map=<internal error>,
stream=<internal error>)
[Z:\home\winetest\tools\testbot\var\wine\dlls\ole32\ole2.c:335] in ole32
(0x0075f7b8)
3 0x008ce97c RegisterDragDrop+0x23c(hwnd=<couldn't compute location>,
pDropTarget=<couldn't compute location>)
[Z:\home\winetest\tools\testbot\var\wine\dlls\ole32\ole2.c:615] in ole32
(0x0075f7b8)
4 0x11a9a2d7 in xul (+0x1a9a2d7) (0x0075f7ec)
...
mshtml:misc:093c done (-1073741819) in 0s 10696B
This does not seem to have ever happened in the WineTest runs so that the above
merge request is the only known instance.
Looking at create_map_from_stream() it looks like:
* CreateFileMappingW() succeeded
* MapViewOfFile() failed, returning NULL...
* ...which caused memcpy(NULL, ...) to crash
Unfortunately there is no trace that would explain why MapViewOfFile() failed.
I'm also unsure of the connection between mshtml:misc and RegisterDragDrop().
--
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=54348
Bug ID: 54348
Summary: rpcrt4:server - run_client() sometimes times out
waiting for the child process on Debian
Product: Wine
Version: 8.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: fgouget(a)codeweavers.com, huw(a)codeweavers.com,
z.figura12(a)gmail.com
Distribution: ---
rpcrt4:server - run_client() sometimes times out waiting for the child process
on Debian:
rpcrt4:server start dlls/rpcrt4/tests/server.c
server.c:2172: Using RpcServerRegisterIfEx
server.c:1228: Test failed: Timed out waiting for the child process
server.c:1015: Test marked todo: object_uuid is (null)
server.c:1016: Test marked todo: endpoint is (null)
server.c:1017: Test marked todo: network_options is (null)
0a04:server: 154 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0
skipped.
08a8:server: 11 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0
skipped.
server.c:1015: Test marked todo: object_uuid is (null)
server.c:1016: Test marked todo: endpoint is (null)
server.c:1017: Test marked todo: network_options is (null)
0858:server: 148 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0
skipped.
server.c:1015: Test marked todo: object_uuid is (null)
server.c:1016: Test marked todo: endpoint is (null)
server.c:1017: Test marked todo: network_options is (null)
0564:server: 156 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0
skipped.
rpcrt4:server:0224 done (258) in 120s 1063B
--
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=50780
Bug ID: 50780
Summary: ALT+TAB freezes game Stronghold (Crusader)
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: geist1(a)sms.at
Distribution: ---
Game "Stronghold Crusader HD" as well "Stronghold Crusader" , "Stronghold I" -
Stronghold Extreme will freeze after ALT+TAB to Desktop and back switching with
ALT+TAB to the game.
If you tab out on the title screen of Stronghold and tab back in, the screen is
correctly restored but game freezes.
If you TAB out and back in during the game (not on the main screen) , the game
window is not restored correctly, only a black window is visible with no sound.
It worked correctly until 4.9.
All Version starting from 4.10 up current one (6.3) will fail.
Game run in fulscreen at 1280X720.
Desktop resolution is 1920X1080.
--
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=54412
Bug ID: 54412
Summary: Setup failed when run ExamBible.exe with wine
Product: Wine
Version: 7.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: luoriyuhui21(a)163.com
Distribution: ---
Created attachment 73971
--> https://bugs.winehq.org/attachment.cgi?id=73971
the error log file
when using wine to load ExamBible.exe, this program cannot setup. The error
is as ,
0020:0024:err:module:import_dll Library oleaut32
oleaut32.dll (which is needed by
L"Z:\\home\\keming\\JC_EJJZS_GGKM2.3\\ExamBible.exe") not found
0020:0024:err:module:import_dll loadpath (null) (which is needed by
L"Z:\\home\\keming\\JC_EJJZS_GGKM2.3\\ExamBible.exe") not found
0020:0024:err:module:LdrInitializeThunk Importing dlls for
L"Z:\\home\\keming\\JC_EJJZS_GGKM2.3\\ExamBible.exe" failed, status c0000135
keming@keming-VirtualBox:~/JC_EJJZS_GGKM2.3$
0038:00fc:err:module:LdrInitializeThunk end.
--
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=54411
Bug ID: 54411
Summary: ntoskrnl.exe:ntoskrnl - test_pnp_devices() sometimes
gets an unexpected success in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntoskrnl.exe:ntoskrnl - test_pnp_devices() sometimes gets an unexpected success
in Wine:
ntoskrnl.c:1715: Test succeeded inside todo block: got error 997
See https://test.winehq.org/data/patterns.html#ntoskrnl.exe:ntoskrnl
Where 997 == ERROR_IO_PENDING
The test happens about once per month but has been known to impact merge
requests (e.g. MR2039).
This looks like a race condition. Mark the test as flaky in Wine?
--
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=54283
Bug ID: 54283
Summary: dinput:force_feedback - test_windows_gaming_input()
sometimes crashes on Windows and Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dinput:force_feedback - test_windows_gaming_input() sometimes crashes on
Windows :
force_feedback.c:6324: Test failed: TryResetAsync returned 0x86854001
force_feedback.c:6324: this is the last test seen before the exception
06a0:force_feedback: unhandled exception c0000005 at 000000000041B540
And Wine:
force_feedback.c:6479: Test marked todo: Stop returned 0x8000ffff
force_feedback.c:4864: iface 006C886C, async 019D8AF8, status 1
force_feedback.c:4779: iface 006C886C, async 019D8AF8, status 1
force_feedback.c:4864: iface 006C886C, async 019D8AF8, status 1
force_feedback.c:4779: iface 006C886C, async 019C09E0, status 1
force_feedback.c:4864: iface 006C886C, async 019C09E0, status 1
force_feedback.c:4779: iface 006C886C, async 019C09E0, status 1
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code
(0x6fc81461).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:6fc81461 ESP:0389fdc0 EBP:0389fe08 EFLAGS:00010206( R- -- I - -P- )
EAX:00000000 EBX:0389fde0 ECX:006c886c EDX:00000000
ESI:019d8af8 EDI:019d9b28
Stack dump:
0x0389fdc0: 006c886c 019d8af8 00000001 00000001
0x0389fdd0: 00184f80 00000001 019d9b48 006c886c
0x0389fde0: 00000013 00000000 00000000 7bc5c97f
0x0389fdf0: 00184fc4 00000000 0389fe20 00185024
0x0389fe00: 00184f80 019d9b28 0389feb8 7bc602c6
0x0389fe10: 00000000 00000000 0389fe40 7bc602c6
Backtrace:
=>0 0x6fc81461
__x_ABI_CWindows_CGaming_CInput_CCustom_CIWineAsyncOperationCompletedHandler_Release+0xb(This=<internal
error>)
[Z:\home\winetest\tools\testbot\var\wine-win32\dlls\windows.gaming.input\provider.h:386]
in windows.gaming.input (0x0389fe08)
1 0x6fc81461 async_info_callback+0xc1(instance=<couldn't compute location>,
iface=<couldn't compute location>, work=<couldn't compute location>)
[Z:\home\winetest\tools\testbot\var\wine\dlls\windows.gaming.input\async.c:321]
in windows.gaming.input (0x0389fe08)
2 0x7bc602c6 tp_object_execute+0x2b6(object=<register ESI not accessible in
this frame>, wait_thread=0)
[Z:\home\winetest\tools\testbot\var\wine\dlls\ntdll\threadpool.c:2242] in ntdll
(0x0389feb8)
3 0x7bc60770 threadpool_worker_proc+0x110(param=<couldn't compute location>)
[Z:\home\winetest\tools\testbot\var\wine\dlls\ntdll\threadpool.c:2356] in ntdll
(0x0389ff28)
4 0x7b62a290 in kernel32 (+0x2a290) (0x0389ff48)
5 0x7bc5cfa7 in ntdll (+0x5cfa7) (0x0389ff5c)
6 0x7bc5d7d0 RtlCreateUserThread(entry=7BC60660, arg=00185018)
[Z:\home\winetest\tools\testbot\var\wine\dlls\ntdll\thread.c:306] in ntdll
(0x0389ffec)
0x6fc81461 async_info_callback+0xc1
[Z:\home\winetest\tools\testbot\var\wine\dlls\windows.gaming.input\async.c:321]
in windows.gaming.input: call *0x8(%eax)
321 LeaveCriticalSection( &impl->cs );
See https://test.winehq.org/data/patterns.html#dinput:force_feedback
This failure was first seen on 2023-01-06 and can happen on Windows 10 (e.g.
w1064-tsign-64) as well as Wine.
--
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=53479
Bug ID: 53479
Summary: dxgi:dxgi - Failed twice due to occlusion while
testing an invisible window vs a fullscreen swapchain
on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dxgi:dxgi - Failed twice in test_swapchain_present() due to occlusion while
testing an invisible window vs a fullscreen swapchain on Windows:
dxgi.c:4792: Test failed: Test 0: Got unexpected hr 0x87a0001.
dxgi.c:4796: Test failed: Test 0: Got unexpected fullscreen status.
https://test.winehq.org/data/patterns.html#dxgi:dxgi
Where 0x87a0001 == DXGI_STATUS_OCCLUDED
This only happened on w1064v1507, on 2022-05-24 (32-bit) and 2022-07-27
(64-bit).
Maybe there's a window popping up that's causing the occlusion (from a previous
test crashing or a Windows notification)? Or maybe there is a message ordering
issue such that the windows states are not always as expected.
The only other case of occlusion issue happened on cw-rx460 when running
Windows 10 21H2. In that case the issue was systematic and happened earlier in
test_swapchain_present(), in the minimized window test and the set of failures
was different:
dxgi.c:4714: Test failed: Test 0: Got unexpected hr 0x87a0001.
dxgi.c:4735: Test failed: Test 0: Got unexpected hr 0x8876086a.
dxgi.c:4744: Test failed: Test 0: Got unexpected fullscreen status.
dxgi.c:4745: Test failed: Test 0: Got unexpected output.
dxgi.c:4753: Test failed: Test 0: Got unexpected fullscreen status.
dxgi.c:4765: Test failed: Test 0: Got unexpected fullscreen status.
--
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.