https://bugs.winehq.org/show_bug.cgi?id=53386
Bug ID: 53386
Summary: cmd.exe: FOR /F USEBACKQ doesn't handle UTF-16 output
of commands.
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: ahiler(a)codeweavers.com
Distribution: ---
Used by installation script of Septerra Core on Steam.
Easy reproducer:
FOR /F USEBACKQ %F IN (`wmic os get osarchitecture`) DO ECHO %F
Wmic output is UTF-16 and starts with BOM. On Windows the above snipped echoes
whatever wmic spits out. Currently on Wine it gets stuck in infinite loop.
The infinite loop is addressed by
https://gitlab.winehq.org/wine/wine/-/merge_requests/352 but UTF-16 is still
not handled at all.
--
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=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.