http://bugs.winehq.org/show_bug.cgi?id=5397
Summary: gpstrack
Product: Wine
Version: 0.9.14.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epistemepromeneur(a)free.fr
Linux Mandriva 2006
Gpstrack 2006 10.6
see the joinded exe
see the joined capture
i try to edit away point menu waypoints/edition
i fill various field then i press "OK" then i have an error windows:
"erreur d'exécution 458" (executing error)
"la variable utilise un type Automation non gérée par Visual Basic"(the
variable uses an "Automation" type not managed by Visual Basic)
then i press "OK" and gpstrack disappears!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3676
Pawel.Rozanski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Pawel.Rozanski(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5311
------- Additional Comments From qingdao33122(a)yahoo.com 2006-10-06 04:51 -------
Created an attachment (id=2609)
--> (http://bugs.winehq.org/attachment.cgi?id=2609&action=view)
Bug compatibility patch
The initial value of iImage and iSelectedImage, which is -1, coincides with
_IMAGECALLBACK. Normally it should be OK as we keep track of a callback mask
for each treeview item. But intermixed with a bug in native comctl32 bad things
can happen such as this one.
If an app never sets the iImage(or iSelectedImage), but queries for this value
anyway with TreeView_GetItem, instead of failing the call, native
implementation just sets the field to 0. This of course is buggy bevavior, but
if we don't set iImage and iSelectedImage explicitly, zero initialization done
in Alloc happens to take care of that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5396
------- Additional Comments From mike(a)codeweavers.com 2006-10-06 03:01 -------
Please provide an application that shows the bug. Without a way to reproduce
the bug, it is invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5396
Summary: Tabbed Text
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: temp2(a)arrowe.seriouslyinternet.com
Wine 0.9.9 does not process equivalent of Windows API 'TabbedTextOut 'correctly.
Tab stop positions do not line up on adjacent lines of text.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1001
------- Additional Comments From quintok(a)gmail.com 2006-10-06 02:09 -------
>From the article previous pointed to from support.microsoft.com and information
in /include/winerror.h
STATUS_DISCONNECTED = ERROR_DEV_NOT_EXIST = 55
STATUS_NONEXISTENT_NET_NAME = ERROR_DEV_NOT_EXIST = 55
STATUS_ENDPOINT_CLOSED = ERROR_DEV_NOT_EXIS = 55
now I assume that just means it needs:
#define STATUS_DISCONNECTED 55
#define STATUS_NONEXISTENT_NET_NAME 55
#define STATUS_ENDPOINT_CLOSED 55
placed into /include/ntstatus.h
but as this is my first attempt at a bug fix I'll play it safe and post it here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.