http://bugs.winehq.org/show_bug.cgi?id=19346
Summary: winefile right click=>properties does not work
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Steps to reproduce:
- Open winefile
- Right click any folder in the left panel
- Select "Properties"
Nothing happens, this output is given instead:
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 7013l
Alt+Enter, or File=>Properties, actually work and pop the properties menu.
--
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=10179
Summary: Heap corruption in tiny example program
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The call to GlobalHandle in the following program causes the warning
warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic for
0x110810
To reproduce, copy the following program to dlls/kernel32/tests/bug.c
and compile with
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole
-I../../../include bug.c ../../../libs/port/libwine_port.a -ladvapi32
-lkernel32
then run with
WINEDEBUG=warn+heap ./a.out
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
#include <assert.h>
int main(int argc, char **argv)
{
HGLOBAL hmem,hmem2;
UCHAR *pmem;
SetLastError(NO_ERROR);
hmem=GlobalAlloc(0, 1);
assert(hmem != NULL);
hmem=GlobalReAlloc(hmem,0,GMEM_MODIFY | GMEM_MOVEABLE);
pmem=GlobalLock(hmem);
hmem2=GlobalHandle(pmem); // Here's the line that causes the warning
assert(hmem2==hmem);
assert(pmem!=NULL && !GlobalUnlock(hmem) && GetLastError()==NO_ERROR);
assert(!GlobalFree(hmem));
assert(HeapValidate(GetProcessHeap(), 0, 0));
return 0;
}
This was boiled down from alloc.c (which has a similar warning).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19389
Summary: 7-Zip File Manager: Cannot open up properties dialog
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.7-zip.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frail.knight(a)gmail.com
If a user right clicks a selected file/directory and then selects Properties,
nothing happens. Selecting File -> Properties from the menu or using the key
combination Alt+Enter also fail.
Selecting Properties using the mouse returns the following in the console:
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled string verb "properties"
Using the key combination Alt + Enter returns nothing.
---
wine v1.1.26
7-Zip v4.65
--
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=19704
Summary: odbc native driver crashes
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: odbc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: waraltca(a)gmail.com
CC: waraltca(a)gmail.com
Created an attachment (id=23011)
--> (http://bugs.winehq.org/attachment.cgi?id=23011)
bug generated by terminal
Hi there...
I need help to establish an ODBC connection to a SQL server 2008 express.
When I select the odbc native driver to connect to my sql server, the wine get
closed.
Has anybody an idea about how to fix it?
I attach the message give by terminal.
thanks for any kinf of help
--
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=19711
Summary: add antianalyse to wine
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nadavvin(a)gmail.com
There isn't antianalyse in wine
Firefox look bad under it....
--
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=8692
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frail.knight(a)gmail.com
--- Comment #11 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-12 20:51:26 ---
*** Bug 19389 has been marked as a duplicate of this bug. ***
--
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=8692
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adys.wh(a)gmail.com
--- Comment #10 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-12 20:49:22 ---
*** Bug 19346 has been marked as a duplicate of this bug. ***
--
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=8692
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jan-winehq(a)h-i-s.nl
--- Comment #9 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-12 20:48:10 ---
*** Bug 15560 has been marked as a duplicate of this bug. ***
--
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=19708
Summary: Morrowind: the game freezes with R300 radeon driver
from wine 1.1.26
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Created an attachment (id=23013)
--> (http://bugs.winehq.org/attachment.cgi?id=23013)
console output
When I update wine to version 1.1.26 Morrowind began freezes when i tried load
game, and it freeze X server (but I can`t find anything in logs). When I try to
start new game - game load normally, but it`s freeze when I change location
--
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.