http://bugs.winehq.org/show_bug.cgi?id=8988
--- Comment #38 from Piotr Makowski <oponek(a)gmail.com> 2007-08-29 05:13:42 ---
Bug still occurs in System Shock 2. Should report another bug for this SS2
problem?
--
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=7578
--- Comment #5 from Georg Hennig <georg298(a)gmx.de> 2007-08-29 04:45:20 ---
Created an attachment (id=7867)
--> (http://bugs.winehq.org/attachment.cgi?id=7867)
A raw avi file (just 2 frames).
I can open searching.avi, too, but not this avi file attached.
It is in raw format, so there should not be any codec issue.
It also doesn't work in colorspace yv12 (raw format), or compressed as xvid or
mjpeg.
If you want to, I could provide those video clips, too.
--
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=9093
David Masover <ninja(a)slaphack.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ninja(a)slaphack.com
--- Comment #12 from David Masover <ninja(a)slaphack.com> 2007-08-29 03:19:22 ---
0.9.44 also affected.
It works on 0.9.40, but now I get to see just how "experimental" the
DirectDraw/OpenGL renderer is. It works with the GDI renderer, though.
--
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=9009
Robert <robi(a)hipnos.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7329 is|0 |1
obsolete| |
--- Comment #8 from Robert <robi(a)hipnos.net> 2007-08-29 02:56:35 ---
Created an attachment (id=7866)
--> (http://bugs.winehq.org/attachment.cgi?id=7866)
Terminal output
Terminal output with wine version 0.9.44
--
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=8979
fernando_rg <gomes26(a)superig.com.br> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gomes26(a)superig.com.br
--- Comment #5 from fernando_rg <gomes26(a)superig.com.br> 2007-08-28 22:49:45 ---
To reinforce. Exactly the same behavior here, wine-0.9.43 with the framerate
capped at 76. I didn't notice any difference using a native dinput.dll. The
mouse feels better when setting maxfps to 0, but it still jerks.
--
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=8770
--- Comment #21 from Eric J <ericjupina(a)hotmail.com> 2007-08-28 22:03:13 ---
7.04 Fiesty Fawn Ubuntu, Radeon 9800 Pro, and then I installed the ATI driver
using Envy and everything seemed to go according to plan.
--
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=7316
--- Comment #8 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-28 20:52:04 ---
Created an attachment (id=7863)
--> (http://bugs.winehq.org/attachment.cgi?id=7863)
SDK example programs
If someone is interested I attach example programs from the SDK. The tablet
seems to behave differently if it is configured as an X input device (i.e. it
works like a mouse) with "SendCoreEvents" in /etc/X11/xorg.conf or not. In the
second case the syspress nearly works - with a frequent mouse moves the tablet
presses are drawn. But the first case is more interesting as this is how newer
distributions are automatically configured and what Windows apps expects - e.g.
both syspress and Photoshop check for new packets in WM_MOUSE* event handlers.
So far I've found two problems. The first is that the touchpad of my laptop is
wrongly detected as a tablet device. As Wine assumes there is one device thus
there is also the same resolution and the resolution of the touchpad (1280x800)
is used to calculate tablet events (resolution 10200x7400) what gives pixels
out of the screen. The second is that syspress assumes that if the pen is on
the tablet (i.e. pressure > 0) then also there is a button pressed. Probably
there is how native works. Wine delivers packets with pressure>0 and buttons=0.
Tomorrow I will try to look into it deeper.
--
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=5877
Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikolaj.zalewski(a)gmail.com
--- Comment #16 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-08-28 17:23:10 ---
The tmPitchAndFamily/lfPitchAndFamily also differs between Wine and Windows
(0x27 instead of 0x2b). I tried to hack WineEngEnumFonts to change the type
and PitchAndFamily but that caused the font to disappear from the fonts list.
So something more is missing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.