http://bugs.winehq.org/show_bug.cgi?id=14867
Summary: TrackMouseEvent thinko / valgrind warning?
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
An app I'm looking at is doing
TRACKMOUSEEVENT tme;
tme.cbSize = sizeof(TRACKMOUSEEVENT);
tme.dwFlags = TME_LEAVE;
tme.hwndTrack = my_hWnd;
TrackMouseEvent(&tme);
which causes the following valgrind complaint:
Conditional jump or move depends on uninitialised value(s)
at TrackMouseEvent (input.c:1043)
by MyTrackMouseLeave (in app)
...
Uninitialised value was created by a stack allocation
at MyTrackMouseLeave (in app)
Looking at git blame user32/input.c, I see line 1043 is the if:
hover_time = ptme->dwHoverTime;
if (hover_time == HOVER_DEFAULT || hover_time == 0 ||
!(ptme->dwHoverTime&TME_HOVER))
Squinting at that a bit, it get the feeling the bitmask check is a typo;
shouldn't that be dwFlags, not dwHoverTime?
Also, if TME_HOVER is not set, we probably shouldn't
be looking at dwHoverTime, right?
FWIW, that bitmask check was added by
http://www.winehq.org/pipermail/wine-patches/2006-October/031794.html
Incidentally, while playing around, I noticed that the test
crashes if you get too many events. I'll attach a little patch to
fail more gracefully.
--
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=10502
Summary: Zoundry Blogwriter crashes on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.zoundry.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://justanystuff.blogspot.com/2007/11/running-zoundry-blog-editor-under-…
says that Zoundry BlogWriter runs ok in Wine iff you have IE6
installed, crashes otherwise. I verified that it crashes on vanilla wine
without IE6.
The +relay log looks like it's checking gecko
for a bunch of properties, e.g. browser.visited_color,
image.animation_mode, bidi., unloads gecko when
it can't find them, and then crashes.
--
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=10000
Summary: The original win32 api is still more popular then wine.
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.winehq.org
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M.B.Lankhorst(a)gmail.com
Microsoft has a majority market share in the new desktop PC marketplace. A lot
of software depends on the win32 api, so wine should eventually have to be the
most popular implementation of it.
This idea came from https://bugs.launchpad.net/ubuntu/+bug/1 ;-)
--
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=12732
Summary: Nota Bene crashes on install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: https://www.notabene.com/download/demos/nbdemo80.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, win16
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Testing for bug 11023 I found that nota bene will no longer install. I'll start
the regression test...
--
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=11846
Summary: tablet pressure sensitivity not working in Sai and many
other key graphic applications
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blurymind(a)gmail.com
tablet pressure sensitivity still not working on crucial graphic software that
is made to be used with tablets.
I am not sure if thats due wintab32,because im not a developer.
Applications like SAI that are wonderfully small ,full featured and even better
than photoshop for CG coloring (better brushes,other key features) work almost
perfectly fine on wine, but their practically useless when tablet pressure
doesnt work..
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11044
another application that is a freeware and a fine substitute for painter is
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7425&iTestingI…
tablet pressure works on photoshop and artrage,but not on many other key
applications in the graphic world that crucially depend on it. This feature is
very important,since there are absolutely no alternatives to these applications
on linux (if you study their key features you'll see there arent any on windows
too at the moment,especially Sai). The applications work almost perfectly on
wine,but that lack of this feature stops people from taking advantage of that.
Another application is Open Canvas...
But especially Sai- If there is any hack or workaround to get pressure
sensitivity working on sai, even a patch..i would gladly test it and report any
progress on Sai on wine.
--
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=10206
Summary: Crysis has huge graphical errors on certain systems
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.fileplanet.com/168866/160000/fileinfo/Crysis-
Demo-(Singleplayer)
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=8816)
--> (http://bugs.winehq.org/attachment.cgi?id=8816)
Screenshot from the start of the game
Crysis fails to render properly at all for me (see attachment), whereas on
other systems, such as this user's (screenshot from the same section):
http://appdb.winehq.org/appimage.php?iId=14046
It looks fairly good.
The only difference is that that user is running a Geforce 8600 GT and I am
running a 7900 GTX. Same Wine version and settings, and same driver version.
--
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=12243
Summary: Skype: 'Access Violation' crash after 5mn
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)konsoletek.com
Created an attachment (id=11678)
--> (http://bugs.winehq.org/attachment.cgi?id=11678)
Wine log of Skype Crash
Skype 3.6 for Windows runs normally for about 5 minutes then crashes with the
following error message: "Access violation at address 00595FFF in module
'Skype.exe'. Read of address FFFFFFFF." Seems to happen regardless of what is
being done in the application.
Additionally when Skype starts, I receive "OLE error 80004001" - not sure if
its related or not.
Downloaded from: http://www.skype.com/download/skype/windows/downloading/
--
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=10571
Summary: scsi controller IDs mapped to wrong ASPI IDs
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wbreyha(a)gmx.net
Hi!
The builtin wnaspi32.dll seems to number SCSI Port IDs 0,1,2,4,8,0x10,....
(like the native linux controller IDs), instead of 0,1,2,3,4,5..... (as
required by ASPI as far as I was told). So every device connected to a SCSI
Port ID larger then 2 is not visible to applications.
At least on my machine I see this numbering in the
HKLM/Hardware/DEVICEMAP/Scsi/
tree. "Scsi Port x" where x=0,1,2,4,8,.....
I tried to run "Easy CD-CA Extractor" and my DVD-Drive is connected to
controller id 4 (which should be 3 in ASPI aspects). Copying the whole tree
from "Scsi Target 4" to "Scsi Target 3" worked.
The developer of "Easy CD-DA Extractor" told me that ASPI requires a
0,1,2,3,4,5,... numbering.
Regards, Wolfgang Breyha
--
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=10003
Summary: Illustrator CS2 installer can't show image
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/illustrator/win/cs2/Illust
rator_CS2_ue_TryOut.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Illustrator CS2 installer is probably missing
a bitmap (though I haven't seen it in action on
Windows, so I can't say), as one sees the following scroll by:
fixme:ole:OLEPictureImpl_Load Unknown stream header magic: 00905a4d
fixme:ole:OLEPictureImpl_Load Unknown stream header magic: 00000004
fixme:ole:OLEPictureImpl_Load Could only read 65520 of 65535 bytes out of
stream?
fixme:ole:OLEPictureImpl_Load Unknown magic 00b8, 65520 read bytes:
b8 00 00 00 00 00 00 00 b8 00
00 00 00 00 00 00 40 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 f0 00 00 00 0e 1f ba 0e
00 b4 09 cd 21 b8 01 4c cd 21
54 68 69 73 20 70 72 6f 67 72
61 6d 20 63 61 6e 6e 6f 74 20
...
err:msi:msi_load_picture failed to get bitmap size
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"NewBinary1"
when the installer is on its third or so screen.
Native dcom98 doesn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.