https://bugs.winehq.org/show_bug.cgi?id=36572
Bug ID: 36572
Summary: valgrind shows a definite leak in
shlwapi/tests/ordinal.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15716== 28 bytes in 1 blocks are definitely lost in loss record 223 of 693
==15716== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==15716== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==15716== by 0x7B8457FF: HeapAlloc (heap.c:271)
==15716== by 0x7B845A26: GlobalAlloc (heap.c:364)
==15716== by 0x7B846E63: LocalAlloc (heap.c:967)
==15716== by 0x61A6796: ???
==15716== by 0x6193538: ???
==15716== by 0x4CB72F9: test_SHIShellFolder_EnumObjects (ordinal.c:2657)
==15716== by 0x4CB95D6: func_ordinal (ordinal.c:3084)
==15716== by 0x4CD34BC: run_test (test.h:584)
==15716== by 0x4CD38AB: main (test.h:654)
==15716==
--
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=21116
Summary: page fault when running
SoftwarePhoenix.BIOS.Editor.Pro.2.2.0.2.45094.exe
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: estellnb(a)gmail.com
wget
http://mediatoolsonline.com/SoftwarePhoenix.BIOS.Editor.Pro.2.2.0.2.45094.e…
wine SoftwarePhoenix.BIOS.Editor.Pro.2.2.0.2.45094.exe
-> unhandeled page fault.
--
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=36553
Bug ID: 36553
Summary: Tomb Raider Chronicles crashes in 32 bit color mode
Product: Wine
Version: 1.7.7
Hardware: x86
URL: http://www.tombraiderchronicles.com/tr5/demo.html
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 7c928b6c5cddbe5305ce0f3e98822520086ce922
Created attachment 48652
--> http://bugs.winehq.org/attachment.cgi?id=48652
terminal output
When you choose any screen resolution in 32 bit color mode in the configuration
tool, the game crashes on start. 16 bit color modes work.
A regression from 1.7.7:
7c928b6c5cddbe5305ce0f3e98822520086ce922 is the first bad commit
commit 7c928b6c5cddbe5305ce0f3e98822520086ce922
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Nov 13 10:12:09 2013 +0100
wined3d: Create textures for converted surfaces.
:040000 040000 decadd3d4efdcd5c6764318cfa35e0fa9e881fc2
af8ac352f4c32f006a70c3308251a5116d778872 M dlls
To reproduce the problem with the demo:
1. download 'Tomb Raider Chronicles Demo' (not the 1hr trial version) from the
above url and install
2. when you start the game the first time a setup window appears, select a
screen resolution with 32 bit color mode support and click on <OK>. Also make
sure that <Hardware acceleration> is enabled
3. if you want to re-run the configuration tool, start the demo with
'PCTOMB5.EXE setup' parameter
Fedora 20
Nvidia binary drivers 337.19
wine-1.7.19-70-gd6a59f7
--
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=36287
Bug ID: 36287
Summary: valgrind shows some uninitialized memory use in
kernel32/tests/format_msg.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==28883== Conditional jump or move depends on uninitialised value(s)
==28883== at 0x7B844447: format_add_char (format_msg.c:300)
==28883== by 0x7B8449BF: format_message (format_msg.c:432)
==28883== by 0x7B844C59: FormatMessageA (format_msg.c:507)
==28883== by 0x4A75F89: test_message_wrap (format_msg.c:1013)
==28883== by 0x4A7B0C8: func_format_msg (format_msg.c:1785)
==28883== by 0x4B0C7A8: run_test (test.h:584)
==28883== by 0x4B0CB97: main (test.h:654)
==28883== Uninitialised value was created by a client request
==28883== at 0x7BC4C52C: mark_block_uninitialized (heap.c:209)
==28883== by 0x7BC4C697: initialize_block (heap.c:240)
==28883== by 0x7BC50FA3: RtlAllocateHeap (heap.c:1717)
==28883== by 0x7B84586B: HeapAlloc (heap.c:271)
==28883== by 0x7B844608: format_message (format_msg.c:337)
==28883== by 0x7B844C59: FormatMessageA (format_msg.c:507)
==28883== by 0x4A75F89: test_message_wrap (format_msg.c:1013)
==28883== by 0x4A7B0C8: func_format_msg (format_msg.c:1785)
==28883== by 0x4B0C7A8: run_test (test.h:584)
==28883== by 0x4B0CB97: main (test.h:654)
==28883==
--
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=28756
Bug #: 28756
Summary: ws2_32/tests/sock.ok: uninitialised value created in
test_events(), used in get_cached_fd()?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make sock.ok" in ws2_32/tests, valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at get_cached_fd (server.c:506, 508, 510, 511)
by server_get_unix_fd (server.c:551)
by wine_server_handle_to_fd (server.c:636)
by WS2_recv_base (socket.c:751)
by WSARecv (socket.c:5662)
by recv_thread (sock.c:4045)
Uninitialised value was created by a stack allocation
at test_events (sock.c:3453)
...
Syscall param write(buf) points to uninitialised byte(s)
at ??? (syscall-template.S:82)
by wine_server_call (server.c:288)
by server_get_unix_fd (server.c:557)
by wine_server_handle_to_fd (server.c:636)
by WS2_recv_base (socket.c:751)
by WSARecv (socket.c:5662)
by recv_thread (sock.c:4045)
Address 0x7f42e7c8 is on thread 1's stack
Uninitialised value was created by a stack allocation
at test_events (sock.c:3453)
--
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=30966
Bug #: 30966
Summary: firefox 13.0 displaying black in wine 1.5.6
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jordan(a)jordanhenderson.com
Classification: Unclassified
I have 1.5.6 installed, downloaded from openSuse.org running under opensuse
12.1. I have been using Firefox 12.0 and upgraded to 13.0 yesterday. Firefox
is not redrawing screen regions. They appear as black. A resize of the window
causes the window to display correctly. However updates to the window appear
in black after that. Again then a resize will cause the display to become
correct.
For example, the URL bar and the tab labels will appear in black.
--
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=36285
Bug ID: 36285
Summary: valgrind shows several leaks in
kernel32/tests/debugger.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==28825== 99 bytes in 1 blocks are definitely lost in loss record 135 of 229
==28825== at 0x7BC4C735: notify_alloc (heap.c:255)
==28825== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28825== by 0x4B4AB31: doChildren (debugger.c:703)
==28825== by 0x4B4B71F: func_debugger (debugger.c:840)
==28825== by 0x4C087A8: run_test (test.h:584)
==28825== by 0x4C08B97: main (test.h:654)
==28825==
--
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=29790
Bug #: 29790
Summary: popo 2011 crash with builtin msvcrt
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download POPO2011-Full-installer.exe
http://dl.163.com/popo_2011/update/installer/POPO2011-Full-installer.exe
2. install
$ wine POPO2011-Full-installer.exe
3. set builtin msvcr71 force using in winecfg
4. start POPO2011
$ wine '/home/fracting/.wine/drive_c/Program Files/Netease/POPO/Start.exe'
POPO2011 crash
Backtrace:
=>0 0x7e58c229 _mbscmp+0x4a(str=*** invalid address 0x20a170 ***, cmp=0x0(nil))
[/home/fracting/wine-git/dlls/msvcrt/mbcs.c:701] in msvcrt (0x0033e8ec)
701 if(!*cmp)
WineDbg starting on pid 0027
--
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=27549
Summary: Frozen Synapse crash
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nt(a)divzero.at
after a while later in the game in a mission where you have to defend a room,
i'm getting an error message and then the debugger prints a message i'll
attach. interestingly enough i can play on some times, but most of the time i
have to restart the game after that error.
--
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=15478
Summary: Unity Web Player 2.1.0 doesn't show graphics in browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://unity3d.com/unity-web-player-2.x.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Unity Web Player is a browser plugin for Firefox for running rich 3d
applications.
After installing Firefox 3 then installing the Unity Web Player, visiting
http://unity3d.com/gallery/live-demos/tropical-paradise loads a demo (you can
hear the audio, birds chirping) where you're supposed to see and navigate a 3d
tropical paradise.
The graphics are not drawn in the display area of the page.
Right clicking on where the graphics are supposed to be gives an option for
fullscreen, which appears to work sometimes.
wine-1.1.5-207-gc425c8a, NVIDIA 8800, 177.13.
--
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.