https://bugs.winehq.org/show_bug.cgi?id=39516
Bug ID: 39516
Summary: Listview tests consistently fail
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
After commit
http://source.winehq.org/git/wine.git/commit/4dd26ee814abb66731d075eb871f63…
>From 4dd26ee814abb66731d075eb871f6367994f2682 Mon Sep 17 00:00:00 2001
From: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue, 6 Oct 2015 16:19:42 +0200
Subject: [PATCH] comctl32: Don't ask for WM_MOUSEHOVER messages when
LVS_EX_TRACKSELECT was not specified.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
make listview.ok fails on every run for me, errors are:
---
../../../../wine-git/tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so listview && touch listview.ok
listview.c:5804: Test failed: hwndTrack != hwnd
listview.c:5805: Test failed: dwFlags = 0
Makefile:525: recipe for target 'listview.ok' failed
make: *** [listview.ok] Error 2
---
reverting this patch helps.
--
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=36280
Bug ID: 36280
Summary: valgrind shows a possible leak in
gameux/tests/gamestatistics.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gameux
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==16163== 96 bytes in 3 blocks are possibly lost in loss record 488 of 769
==16163== at 0x7BC4C735: notify_alloc (heap.c:255)
==16163== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==16163== by 0x6A25B38: heap_alloc (msxml_private.h:169)
==16163== by 0x6A2AF61: create_element (element.c:1836)
==16163== by 0x6A4751E: create_node (node.c:1996)
==16163== by 0x6A2094D: domdoc_createNode (domdoc.c:2045)
==16163== by 0x67D7237: GAMEUX_updateStatisticsFile (msxml2.h:3411)
==16163== by 0x67D9AD5: GameStatisticsImpl_Save (gamestatistics.c:952)
==16163== by 0x49588AA: test_gamestatisticsmgr (gameux.h:444)
==16163== by 0x4959A02: func_gamestatistics (gamestatistics.c:444)
==16163== by 0x495A864: run_test (test.h:584)
==16163== by 0x495AC53: main (test.h:654)
==16163==
==16163== 96 bytes in 3 blocks are possibly lost in loss record 489 of 769
==16163== at 0x7BC4C735: notify_alloc (heap.c:255)
==16163== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==16163== by 0x6A47769: heap_alloc (msxml_private.h:169)
==16163== by 0x6A48792: create_children_nodelist (nodelist.c:414)
==16163== by 0x6A43451: node_get_child_nodes (node.c:372)
==16163== by 0x6A26867: domelem_get_childNodes (element.c:242)
==16163== by 0x67D859E: GAMEUX_loadStatisticsFromFile (msxml2.h:8669)
==16163== by 0x67D8B6C: GAMEUX_loadGameStatistics (gamestatistics.c:631)
==16163== by 0x67DA167: GameStatisticsMgrImpl_GetGameStatistics
(gamestatistics.c:1101)
==16163== by 0x4958A87: test_gamestatisticsmgr (gameux.h:644)
==16163== by 0x4959A02: func_gamestatistics (gamestatistics.c:444)
==16163== by 0x495A864: run_test (test.h:584)
==16163== by 0x495AC53: main (test.h:654)
==16163==
--
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=12474
Summary: Resolume - Black preview windows
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.resolume.com/download/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Created an attachment (id=12030)
--> (http://bugs.winehq.org/attachment.cgi?id=12030)
The few lines outputed in the terminal
Resolume has several preview windows in it's interface and they are all black
making the application useless.
--
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=36291
Bug ID: 36291
Summary: valgrind shows a leak msctf/tests/inputprocessor.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30336== 12 bytes in 1 blocks are definitely lost in loss record 95 of 698
==30336== at 0x7BC4C735: notify_alloc (heap.c:255)
==30336== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30336== by 0x5D621D9: ???
==30336== by 0x5D5DD8D: ???
==30336== by 0x4958885: test_Activate (msctf.h:1860)
==30336== by 0x495DEC8: func_inputprocessor (inputprocessor.c:2213)
==30336== by 0x495ED34: run_test (test.h:584)
==30336== by 0x495F122: main (test.h:654)
==30336==
--
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=37932
Bug ID: 37932
Summary: Evil Genius from GOG crashes unexpectedly
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: salkhalifa(a)me.com
Created attachment 50527
--> https://bugs.winehq.org/attachment.cgi?id=50527
back trace
Evil Genius crashes unexpectedly Wine via GOG.COM Run on Macbook pro OS X
10.10.1
--
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=34559
Bug #: 34559
Summary: Call to Power II: Scrolling causes mouse and screen to
lock
Product: Wine
Version: 1.7.2
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Created attachment 46011
--> http://bugs.winehq.org/attachment.cgi?id=46011
Last Run Wine Log
When trying to scroll in the game, the screen just locks at the top of the map
and the mouse freezes. There are test results for the GOG version that confirm
this.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24835
--
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=17693
Summary: Silkypix 3.0 menus are invisible until clicked
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Running Silkypix 3.0:
http://www.isl.co.jp/SILKYPIX/english/p/
The application menus are invisible until I blindly click on one of them, then
move the mouse left/right. After a while they disappear again.
System is ThinkPad T61 running Ubuntu 8.10 32 bit fully updated.
Wine version is 1.1.16
Silkypix 3.0.1.6
Here's a RAW file to test the application with:
http://dl.getdropbox.com/u/29966/wine-bugzilla/P1010588.RW2
--
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=37956
Bug ID: 37956
Summary: Photoshop 64bit crash when you press "cancel" button
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morosakubek(a)go2.pl
Distribution: ---
Photoshop 64bit crash when you press "cancel" button on any dialog.
--
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.