http://bugs.winehq.org/show_bug.cgi?id=7711
Rob Hills <rhills(a)medimorphosis.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rhills(a)medimorphosis.com.au
--
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 …
[View More]because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26124
Summary: msi/install tests show a leak in shell32?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 1 blocks are definitely lost
at …
[View More]notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IDefClF_fnConstructor (shellole.c:386)
by DllGetClassObject (shellole.c:219)
by apartment_getclassobject (compobj.c:806)
by apartment_hostobject (compobj.c:879)
by apartment_wndproc (compobj.c:900)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by call_window_proc (message.c:2201)
by peek_message (message.c:2775)
by GetMessageW (message.c:3511)
by apartment_hostobject_thread (compobj.c:942)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
also, a possible leak in rpcrt4:
144 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by rpcrt4_conn_np_alloc (rpc_transport.c:120)
by RPCRT4_CreateConnection (rpc_transport.c:2939)
by rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:285)
by RPCRT4_use_protseq (rpc_server.c:810)
by RpcServerUseProtseqEpExW (rpc_server.c:1022)
by RpcServerUseProtseqEpW (rpc_server.c:907)
by RPC_StartRemoting (rpc.c:1626)
by StdMarshalImpl_MarshalInterface (marshal.c:1245)
by CoMarshalInterface (marshal.c:1797)
by apartment_hostobject (compobj.c:884)
by apartment_wndproc (compobj.c:900)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by call_window_proc (message.c:2201)
by peek_message (message.c:2775)
by GetMessageW (message.c:3511)
by apartment_hostobject_thread (compobj.c:942)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26116
Summary: hlink/hlink tests show some memory leaks
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
24 bytes in 1 blocks are definitely lost
at …
[View More]notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ItemMonikerCF_CreateInstance (itemmoniker.c:1008)
by CoCreateInstance (compobj.c:2512)
by OleLoadFromStream (storage32.c:7897)
by HlinkClone (hlink_main.c:484)
by test_HlinkClone (hlink.c:1777)
by func_hlink (hlink.c:1845)
by run_test (test.h:556)
by main (test.h:624)
...
24 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ItemMonikerCF_CreateInstance (itemmoniker.c:1008)
by CoCreateInstance (compobj.c:2512)
by OleLoadFromStream (storage32.c:7897)
by HlinkClone (hlink_main.c:484)
by test_HlinkClone (hlink.c:1808)
by func_hlink (hlink.c:1845)
by run_test (test.h:556)
by main (test.h:624)
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34084
Bug #: 34084
Summary: EnumWindows and 1.6rc*
Product: Wine
Version: 1.6-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugtrack(a)roumenpetrov.info
Classification: Unclassified
I use wine to run preliminary python …
[View More]regression tests cross-build from linux to
windows 32
Following test fail (Segmentation fault) in 1.6rc1,3,4,5:
-----------------------
def test_issue_8959_b(self):
from ctypes.wintypes import BOOL, HWND, LPARAM
global windowCount
windowCount = 0
@WINFUNCTYPE(BOOL, HWND, LPARAM)
def EnumWindowsCallbackFunc(hwnd, lParam):
global windowCount
windowCount += 1
return True #Allow windows to keep enumerating
windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0)
-----------------------
Test pass with wine version 1.5.16. Also pass with 1.6rc{1,3,4,5} if is run in
X terminal with unset DISPLAY variable.
All above mentioned wine versions are build in one and the same environment,
i.e. compiler, packages etc.
Severity is set to minor as "Segmentation fault" is in development
environment.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34114
Bug #: 34114
Summary: [PATCH] Ignore MotionNotify when XI2 is handling mouse
motion
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sgtcapslock(a)lavabit.com
…
[View More]Classification: Unclassified
Created attachment 45360
--> http://bugs.winehq.org/attachment.cgi?id=45360
Ignore MotionNotify events when XI2 is enabled
When XInput2 takes over the mouse, regular MotionNotify events continue to be
handled alongside it. This causes the cursor to erratically skip around when
the slower method (X11 input) tries to reposition the cursor while XInput2 is
already handling future events.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=28711
Bug #: 28711
Summary: Internet Explorer 8 crashes with Wine error message
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reidw(a)rawsound.com
Classification: Unclassified
Created …
[View More]attachment 36899
--> http://bugs.winehq.org/attachment.cgi?id=36899
zipped terminal output and screenshot PNG
Attempting to launch IE8 only produces attached error messages. Mac OX X
10.6.8, MacPort install of wine-devel on 10/13/2011.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34145
Bug #: 34145
Summary: Wine crashes when i try to run windows applications...
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winscard
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgosie.rankaba(a)gmail.com
Classification: Unclassified
Created …
[View More]attachment 45414
--> http://bugs.winehq.org/attachment.cgi?id=45414
photos
Wine crashes when i try to run windows applications....
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=34062
Bug #: 34062
Summary: Cannot download Wine 1.6-rc5 using Macports
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewsuicune(a)gmail.com
Classification: Unclassified
When …
[View More]trying to download Wine 1.6-rc5 using Macports, Macports states that
1.6-rc4 is the latest version. As a result, it is not possible to provide AppDB
test data for 1.6-rc5 on MacOSX using MacPorts.
OS: OSX Lion 10.7.5
Macports version: 2.1.3
Wine-devel version: 1.6-rc4
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33879
Bug #: 33879
Summary: Cannot see mouse in menu/ character is also invisible
in menu
Product: Wine
Version: 1.6-rc2
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification:…
[View More] Unclassified
Created attachment 44951
--> http://bugs.winehq.org/attachment.cgi?id=44951
Star Wars KOTOR II Wine Log
After starting KOTOR II through steam, when you get to the menu, the mouse is
invisible and the character that should be displayed is missing.
--
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.
[View Less]