https://bugs.winehq.org/show_bug.cgi?id=5551
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=18741
Depends on|18741 |
--- Comment #13 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Does this still occur in Wine 1.7.44 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38082
Bug ID: 38082
Summary: keyboard sending several wrong keys using RAdmin
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rdunkle(a)smallcatbrain.com
FreeBSD 10.1-STABLE #0 r278466 amd64
i386-wine-devel-1.7.35,1
gnome3-3.14.2
xorg-server-1.14.7_2,1
While using certain keys in RAdmin the wrong output is produced.
Numpad works OK.
Some I have discovered with problems.
top row of keyboard:
Key Output
2 -> -
7 -> /
- -> .
= -> ;
\ -> '
some other keys
; -> \
' -> ]
dead keys
, . /
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6230
--- Comment #21 from auxsvr(a)yahoo.com ---
I didn't check inside the game, because I don't have the DVD available at the
moment. The problem with incorrect drawing also appears in the screen with the
logo and new game/load game with wine-1.7.44.
--
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=27200
Summary: Crazy Machines Demo crashes on start
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamershell.com/download_7568.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=34757)
--> (http://bugs.winehq.org/attachment.cgi?id=34757)
backtrace
Installs fine. If you decline directx9 setup, you'll want to run 'winetricks
xact d3dx9_36' to get the missing dlls. After that, crashes on start.
Backtrace attached.
--
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=37068
Bug ID: 37068
Summary: XIII: Canyon levels not rendered correctly
Product: Wine
Version: 1.7.0
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Regression SHA1: ba61730daa6a614ef07128a69a0bbca819e716b4
Once there was bug #30194 and the issue was gone between Wine 1.6-rc3 and 1.6.
Sadly, the exact same issue has been re-introduced since Wine 1.7.0, the Canyon
levels are unplayable, because the whole screen is filled with some fog.
This is after
ba61730daa6a614ef07128a69a0bbca819e716b4 is the first bad commit
commit ba61730daa6a614ef07128a69a0bbca819e716b4
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Aug 1 12:25:55 2013 +0200
wined3d: Avoid calculating 1 / (fog_end - fog_start) in the shader.
:040000 040000 def6053aef8ca5551147e39fd1534f68e08ed32b
90db6148516cc12e0a95ca2e2857af700dc0dd83 M dlls
The patch can be reverted cleanly on 1.7.23 and it fixes the problem.
Disabling GLSL doesn't help.
I can't reproduce the problem with the open source nouveau driver, this may be
a bug in the Nvidia driver. I don't have Intel or AMD gfx card to test it.
Terminal output:
>fixme:win:EnumDisplayDevicesW ((null),0,0x32db08,0x00000000), stub!
>fixme:d3d8:ValidateVertexShader (0x17e3900 (nil) (nil) 1 0x32d7d8): stub
>fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
Let me know if you need further tests or debug logs.
Fedora 20
Nvidia binary drivers 340.24
wine-1.7.23-90-gbdeb761
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38729
Bug ID: 38729
Summary: valgrind shows a possible leak in
dlls/user32/clipboard.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
==4874== 8 bytes in 1 blocks are possibly lost in loss record 54 of 650
==4874== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==4874== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==4874== by 0x7B84351C: HeapAlloc (heap.c:271)
==4874== by 0x7B84379C: GlobalAlloc (heap.c:377)
==4874== by 0x47A4B47: create_text (clipboard.c:222)
==4874== by 0x47A5921: clipboard_thread (clipboard.c:411)
==4874== by 0x7BC81BB7: ??? (signal_i386.c:2682)
==4874== by 0x7BC81BFE: call_thread_func (signal_i386.c:2741)
==4874== by 0x7BC81B95: ??? (signal_i386.c:2682)
==4874== by 0x7BC88D78: start_thread (thread.c:443)
==4874== by 0x4F88F37F: start_thread (in /usr/lib/libpthread-2.21.so)
==4874== by 0x4F7ABD4D: clone (in /usr/lib/libc-2.21.so)
==4874==
--
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=29347
Bug #: 29347
Summary: Preview pane in office 2007 file browser does not show
files
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jack(a)codeweavers.com
Classification: Unclassified
>From within an Office 2007 app, going to "open file", and switching the
explorer View to "preview", no Office app except Word will actually generate a
preview (and at that, only with .doc/.docx files - not rtf, for instance).
All other office apps, when looking at files of the type opened by the
respective program, report that the "preview is unavailable."
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7316
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3158
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |3161
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3161
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |3158
--
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.