https://bugs.winehq.org/show_bug.cgi?id=43380
Bug ID: 43380
Summary: valgrind shows an uninitialized memory in
dlls/ntdll/tests/pipe.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so
pipe && touch pipe.ok
==30664== Syscall param write(buf) points to uninitialised byte(s)
==30664== at 0x424CE7F: ??? (syscall-template.S:84)
==30664== by 0x7BC4A163: NtWriteFile (file.c:1314)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6D51F: read_pipe_test (pipe.c:810)
==30664== by 0x4A7031A: func_pipe (pipe.c:1133)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1c is on thread 1's stack
==30664== in frame #3, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
==30664== Syscall param write(buf) points to uninitialised byte(s)
==30664== at 0x424CE7F: ??? (syscall-template.S:84)
==30664== by 0x7BC4A163: NtWriteFile (file.c:1314)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6DE84: read_pipe_test (pipe.c:876)
==30664== by 0x4A7031A: func_pipe (pipe.c:1133)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1d is on thread 1's stack
==30664== in frame #3, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
==30664== Syscall param writev(vector[...]) points to uninitialised byte(s)
==30664== at 0x433804F: ??? (syscall-template.S:84)
==30664== by 0x7BC8946B: send_request (server.c:228)
==30664== by 0x7BC89626: wine_server_call (server.c:309)
==30664== by 0x7BC4867A: server_write_file (file.c:624)
==30664== by 0x7BC49E71: NtWriteFile (file.c:1238)
==30664== by 0x7B441F2B: WriteFile (file.c:570)
==30664== by 0x4A6D51F: read_pipe_test (pipe.c:810)
==30664== by 0x4A70352: func_pipe (pipe.c:1135)
==30664== by 0x4AA25B4: run_test (test.h:603)
==30664== by 0x4AA2A13: main (test.h:687)
==30664== Address 0x4befc1c is on thread 1's stack
==30664== in frame #6, created by read_pipe_test (pipe.c:787)
==30664== Uninitialised value was created by a stack allocation
==30664== at 0x4A6D285: read_pipe_test (pipe.c:787)
==30664==
--
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=26044
Summary: atl/atl_ax tests show several valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Most seem related to:
Conditional jump or move depends on uninitialised value(s)
at USER_SetWindowPos (winpos.c:2039)
by SetWindowPos (winpos.c:2141)
by activate_inplace (oleobject.c:148)
by OleObject_DoVerb (oleobject.c:454)
by IOCS_Init (atl_ax.c:919)
by IOCS_Create (atl_ax.c:952)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:96)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at IOCS_Init (atl_ax.c:911)
there's also:
64 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IOCS_Create (atl_ax.c:934)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:96)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
64 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IOCS_Create (atl_ax.c:934)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:109)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
and perhaps a few more. I'll attach the full log.
--
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=42593
Bug ID: 42593
Summary: CEMU crashes on radeonsi mesa
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: giovanni.nicola(a)ticino.com
Distribution: ---
Created attachment 57529
--> https://bugs.winehq.org/attachment.cgi?id=57529
log of the crash
When launching cemu 1.7.2 the screen becomes black and after a while it crashes
attached log (happens with wine and wine staging)
--
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=39562
Bug ID: 39562
Summary: Fable 3 crashes
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theatrex(a)riseup.net
Distribution: ---
Created attachment 52709
--> https://bugs.winehq.org/attachment.cgi?id=52709
F3 backtrace
Whenever I launch Fable 3, I get an error that says this:
"The program F3Secu.exe has encountered a serious error and needs to close".
Backtrace is attached
--
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=45059
Bug ID: 45059
Summary: Every test crashes under valgrind (kernel32/timezinfo)
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: fracting(a)gmail.com, leslie_alistair(a)hotmail.com
Regression SHA1: 4c2cc57c7f43237afd58bd747e0b2ec13a386702
Distribution: Gentoo
Regression introduced by:
commit 4c2cc57c7f43237afd58bd747e0b2ec13a386702
Author: Qian Hong <qhong(a)codeweavers.com>
Date: Wed Apr 18 07:44:29 2018 +0000
kernel32: Init TimezoneInformation registry.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.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=23526
Summary: Daytona USA Evolutions: menu bar shows in fullscreen,
doesn't in windows
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://sega.jp/pc/daytonae/trial.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29368)
--> (http://bugs.winehq.org/attachment.cgi?id=29368)
screenshot
It's an old Direct 6.1 game...luckily, it's got a free download (only 42 mb).
Run the game. It'll start in fullscreen, but its toolbar shows at the top of
the screen. In windows, it doesn't appear, unless you press 'Alt'.
Terminal output is pretty short:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x163a00,0x1641c8): stub
austin@laptop:~/.wine/drive_c$ fixme:d3d:swapchain_init The application
requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
err:ole:CoUninitialize Mismatched CoUninitialize
--
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=35666
Bug ID: 35666
Summary: HEDZ crashes on startup
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cweiske(a)cweiske.de
Created attachment 47627
--> http://bugs.winehq.org/attachment.cgi?id=47627
hedz 1.6.1 crash
When starting HEDZ (aka H.E.D.Z.) using
$ xinit /usr/bin/wine HEDZ.EXE -- :1 -ac -depth 16
I get a crash "Unhandled exception: page fault on read access to 0x00000000 in
32-bit code (0x7d6be628)."
--
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=45204
Bug ID: 45204
Summary: Rendering issues in Guild Wars since 3.7
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnvsor(a)gmail.com
Distribution: ---
Somewhere between 3.6 and 3.7 rendering order and text rendering broke in Guild
Wars.
Compare the attached screenshot: The top with the crisp text and character
boxes rendered in front of the environment is 3.6, the one with blurry text
where the character boxes are rendered behind the environment is 3.7 (And 3.8)
--
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=27124
Summary: Happy Cloud can't download game
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Their plugin seems to install ok.
winetricks ie6 or ie7 are needed for the web page to show up (ie7 looks
better),
you can request an account and log in ok,
and you can "purchase" one of the free demos in that web page,
but when you try to play, it complains
"The game requires that you have the latest version of Happy Cloud installed."
--
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=42237
Bug ID: 42237
Summary: UnrealEngine has low fps when window is focused
Product: Wine
Version: 2.0-rc5
Hardware: x86
URL: http://download.informer.com/win-1192762707-d95684bc-5
71071e5/udkinstall-dln.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 56896
--> https://bugs.winehq.org/attachment.cgi?id=56896
Screenshot showing the fps drop
I assume this issue is specific to UnrealEngine, I tested it with two different
games "Hunted - Demon Forge" from Steam, and the free horror game "Don't Look
now."
I linked to the installer of the second game, taken from a mirror since the
original is down.
Both games have exactly the same issue, low framerate that makes it unplayable.
But interestingly only as long as the window is focused, if you just watch it
while another window is focused, the fps shoot up. Note that the game isn't
paused, it's still rendering everything, just up to 10 times quicker.
If you look at the attached screenshot, you see very clearly where I unfocused
the window, and where I focused it again.
Also, while the window is focused it doesn't use up more CPU, there's plenty
resources left.
Tested with mesa 13.0.3 on a Radeon R9 285. FPS taken from the
"GALLIUM_HUD=fps" environment setting, but the stuttering is pretty obvious,
too.
Ideas what could cause this issue?
--
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.