http://bugs.winehq.org/show_bug.cgi?id=32694
Bug #: 32694
Summary: NVIDIA GTX 690 not in the list of recognized cards.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: romeo.mihalcea(a)gmail.com
Classification: Unclassified
NVIDIA GTX 690 not in the list of recognized cards.
--
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=29916
Bug #: 29916
Summary: ElsterFormular cannot make use of default PDF viewer
(e. g. Okular)
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannesobermayr(a)gmx.de
Classification: Unclassified
I will add a patch in a few minutes.
This bug report is just a reminder that the bug is/will be fixed.
--
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=35025
Bug #: 35025
Summary: Max Payne 2 Demo: checkboxes in options dialog have
missing window styles
Product: Wine
Version: 1.7.7
Platform: x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gohabsgo60(a)yahoo.ca
Classification: Unclassified
Created attachment 46685
--> http://bugs.winehq.org/attachment.cgi?id=46685
dialog wine
launch the game, and click the options button. the options dialog appears, and
all of its checkboxes are rendered incorrectly due to a missing BS_LEFTTEXT
window style (aka BS_RIGHTBUTTON). instead of the label being placed to the
left of the box as it is on windows, wine places it to the right.
the BS_RIGHT style is also missing from the checkboxes, however it has no
effect because extended window style WS_EX_RIGHT is already set.
all this can be verified by running WinSpy++ on wine and windows and comparing
the checkboxes' window styles on both platforms.
note: i haven't checked the window styles of the other controls in the dialog.
i leave that as an exercise.
--
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=33636
Bug #: 33636
Summary: wine cmd: invalid behaviour of '&' operator
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loentar(a)gmail.com
Classification: Unclassified
Commands after '&' is executed, even under negative 'if'.
if "0"=="1" echo 1 & echo 2
Will output "2", but must not output nothing, because this line is equivalent
to
if "0"=="1" (
echo 1
echo 2
)
--
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=30368
Bug #: 30368
Summary: AMD Radeon 6480g detected as ATI Radeon 3200
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sk8er_4lyfe16(a)hotmail.com
Classification: Unclassified
I can not run any 3D applications due to a conflict between the system's
graphics card or driver with wine. I noticed while trying to launch Crysis 2
that my card was detected as a AMD Radeon 3200
--
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=29661
Bug #: 29661
Summary: wineboot unable to create win32 prefix under certain
conditions
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonasa(a)gmail.com
Classification: Unclassified
wineboot is unable to create 32bit prefix on 64bit linux if when the folder
exists because existings (empty or otherwise) folders are treated as 64bit
prefixes.
To reproduce:
Create 32bit prefix:
# Create empty folder
mkdir /home/wine/photoshop
# Try setup a new 32bit prefix
WINEPREFIX='/home/wine/photoshop' WINEARCH='win32' wine 'wineboot'
Result wine gives this error:
wine: WINEARCH set to win32 but '/home/wine/photoshop' is a 64-bit
installation.
Remove the folder and you are able to created the prefix.
Create 64bit prefix:
# Create empty folder
mkdir /home/wine/photoshop
# Try setup a new 64bit prefix
WINEPREFIX='/home/wine/photoshop' WINEARCH='win32' wine 'wineboot'
Result:
64bit prefix is created!
I don't know if this is the intended behavior, but it is not intuitive and the
error message is not helpful.
The error is generated in /wine/dlls/ntdll/server.c on line 1116
--
Wine version: 1.3.37
OS: Arch Linux 64bit
--
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=35658
Bug ID: 35658
Summary: Anthem Room Correction 2 v1.0.1: Unknown COM error
0x80004001
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.anthemav.com/downloads/ARC-2%20Setup.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: tristan.schmelcher(a)gmail.com
Created attachment 47623
--> http://bugs.winehq.org/attachment.cgi?id=47623
Console output when the error occurs once
The application Anthem Room Correction 2 v1.0.1 reports "Unknown COM error
0x80004001" when trying to take measurements with the USB microphone included
with an Anthem A/V receiver. The popup has a Retry button, but the error
repeats each time. Each time the error occurs, the console output prints this:
fixme:mmdevapi:AEV_GetVolumeRange stub
So the fact that this function is a stub may be the source of the problem. The
console output is attached.
The application can be downloaded at
http://anthemav.com/downloads/ARC-2%20Setup.zip, but you must have an Anthem
A/V receiver in order to get this far in it. You also need to install Microsoft
.NET 4.0 with winetricks and use the native Microsoft version of msvcr110.dll
or else there are problems at even earlier stages (bug 35648 and bug 35657). I
am happy to carry out suggested testing/debugging.
74dc2107ca936dddbd0fc6abbb2baf74e387c163 ARC-2 Setup.zip
--
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=34490
Bug #: 34490
Summary: wine uninstaller does not list 64-bit wine addons
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, win64
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
I normally run 32-bit wine only, installed in /usr/local. I compiled wine64/32
and installed that to /opt/wine6432. I noticed, however, that the addons are
not in wine uninstaller. So:
$ rm -rf ~/.wine
$ /opt/wine6432/bin/wineboot
$ find .wine/ -iname smime3*
.wine/drive_c/windows/system32/gecko/2.21/wine_gecko/smime3.dll
.wine/drive_c/windows/syswow64/gecko/2.21/wine_gecko/smime3.dll
shows that both 32-bit and 64-bit gecko are installed. But:
$ /opt/wine6432/bin/wine uninstaller --list
{348C4E18-555F-4228-8924-15DDED955D0C}|||Wine Gecko (32-bit)
I see the same behavior in 1.4, fwiw.
--
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=19063
Summary: GAP-Diveplanner : return Run time error '5'
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.gap-software.com/download/gap-diveplanner.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: filippom(a)gmail.com
Created an attachment (id=21988)
--> (http://bugs.winehq.org/attachment.cgi?id=21988)
shell log
The programm return a window with :
Run time error '5'
Invalid procedure call or argument
--
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=38068
Bug ID: 38068
Summary: Regen: hang during input configuration
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therealhdl(a)gmail.com
When attempting to redefine keys Regen will hang. This also sometimes happens
on Windows, but in Wine it happens 100% of the time.
--
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=28893
Bug #: 28893
Summary: wabbitemu closes unexpectedly
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: poubellepasfraiche(a)gmail.com
Classification: Unclassified
When I launch Wabbitemu (http://wabbit.codeplex.com/), the software launches,
but there is two bugs : the first is that the skin (of the virtual calculator)
don't appear like in windows, the second problem is that the emulation doesn't
start and when you click on the windows, the program closes unexpectly.
So I can't use the software as I wanted to.
Please fix it, thanks
--
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=11290
Summary: Can't join chat room in paltalk
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://paltalk.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
https://answers.launchpad.net/ubuntu/+source/wine/+question/22643
says that paltalk lets you log in but not join chat rooms.
I tried it out on vanilla wine from today's git on a 750MHz laptop
with 384MB of RAM (hot stuff back in the day :-).
The app seemed quite sluggish, and indeed, I was
unable to join any chat rooms; when I tried, after
ten seconds or so I got a chime noise that sounded like
I had joined something, but nothing changed on the screen.
There are also rendering anomolies in the genre selection
list (sometimes items are shown under the wrong parent until
you refresh).
The app seems to use lots of embedded browser stuff,
so I'm filing this under shdocvw as a wild guess.
--
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=32995
Bug #: 32995
Summary: Attempts to copy text from Folio VIP 3.01 and paste
into Libre Office causes Wine to crash
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hakimoerton(a)gmail.com
Classification: Unclassified
Created attachment 43589
--> http://bugs.winehq.org/attachment.cgi?id=43589
info from Wine following crash
When attempting to paste text copied with Ctrl-c from Folio VIP 3.01 into
Office Writer or Gedit text editor Wine crashes saying there is a problem with
Winedvm.exe. The crashes happens every time in Wine but copy and paste into
Open Office works fine on Windows XP. Only and immediately when Ctrl-V is
pressed does the crash happen. Office then responds with "Requested clipboard
format in not available".
--
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=34829
Bug #: 34829
Summary: wintrust:softpub crashes on Windows 8
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The wintrust:softpub conformance test crashes on Windows 8:
softpub.c:264: this is the last test seen before the exception
softpub: unhandled exception c0000005 at 75B0471A
The crash happens on this testObjTrust() line:
ret = funcs->pfnObjectTrust(&data);
ok(ret == S_FALSE, "Expected S_FALSE, got %08x\n", ret);
(funcs->pfnObjectTrust is not NULL)
--
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=32632
Bug #: 32632
Summary: Dragon Naturally Speaking 12 does not load with
timeout error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Classification: Unclassified
This is probably a regression.
I haven't used Naturally Speaking 12.0 in a couple of weeks, and have noticed
two wine updates since then coming through the Ubuntu ppa servers, both almost
back-to-back.
I tried it this morning and had a timeout error.
Here is the relevant section:
fixme:thread:GetThreadPreferredUILanguages 52, 0x32de90, 0x32df00 0x32de98
err:ntdll:RtlpWaitForCriticalSection section 0x7e3817e0 "window.c:
win_data_section" wait timed out in thread 0017, blocked by 0042, retrying (60
sec)
THE PROGRAM FROZE FOR A LONG TIME AFTER DISPLAYING THIS
err:ntdll:RtlpWaitForCriticalSection section 0x7e3817e0 "window.c:
win_data_section" wait timed out in thread 005d, blocked by 0042, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e3817e0 "window.c:
win_data_section" wait timed out in thread 0009, blocked by 0042, retrying (60
sec)
err:seh:raise_exception Unhandled exception code e06d7363 flags 1 addr
0x7b83b839
THEN EXITED.
AFAIK I am unable to do regression testing since I run a 64-bit system and have
not been able to compile wine for months and months.
--
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=38357
Bug ID: 38357
Summary: Cannot install AudioGrabber 1.83
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: rooneyo(a)iinet.net.au
Distribution: ---
Created attachment 51201
--> https://bugs.winehq.org/attachment.cgi?id=51201
produced by Wine
Getting DLG Setup error -1 -2 Run fine for years with several other Ubuntu
distros. Is this a wine version problem or a problem with Ubuntu 3:13.0-48?
--
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=31309
Bug #: 31309
Summary: TIE Fighter: Collector's Edition Crash - 'Escape
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muleyryan(a)fastmail.fm
Classification: Unclassified
T
--
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=31548
Bug #: 31548
Summary: Macromedia Flash 8 freezes when help search result is
selected
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewfulrich(a)gmail.com
Classification: Unclassified
Created attachment 41488
--> http://bugs.winehq.org/attachment.cgi?id=41488
screenshot of where the screen will freeze if you select a search result
Open the program, go to Help->Flash Help (or press F1), then type in a search
term. Click on one of the results, and the program freezes.
--
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=32171
Bug #: 32171
Summary: NetFlix with 64bit wine (64bit PREFIX) does not work.
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wessnyder(a)comcast.net
Classification: Unclassified
Following the instructions and patches from Bug 31993, 32bit wine works,
however, 64bit wine gives the same error the 32bit wine did prior to the latest
patches.
--
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=36848
Bug ID: 36848
Summary: Fiesta Online Launcher Error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcuschachulski(a)hotmail.de
Created attachment 48936
--> http://bugs.winehq.org/attachment.cgi?id=48936
Screenshot
Fiesta Online's new Launcher doent Start because of an ActiveX error
Here is a screenshot
--
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=28868
Bug #: 28868
Summary: Elona crashes on exit, crash confirmation windows
appears after few minuts
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lain.halfbit(a)gmail.com
Classification: Unclassified
Elona game can't properly exit and crashes. It stays in frozen state for a
while until 'Program error' windows appears.
In attachment you can find full log from game start to exit. I just started it
and immediately quit.
Attempt to close it by Alt+F4 gives similar results.
Exit in this game is the only reliable way to invoke 'game save' without cheats
or using no-turning-back items.
--
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=30909
Bug #: 30909
Summary: Support copying text from dialog boxes
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pastas4(a)gmail.com
Classification: Unclassified
On Windows, when a dialog box pops up, pressing Ctrl+C copies the text of that
box into the clipboard so you could paste it in pure text. Here is a more
detailed description:
http://www.nilpo.com/2009/01/windows-xp/copy-text-from-error-message-dialog…
In Wine, however, pressing Ctrl+C when a dialog box is displayed does nothing
at all. Nothing is placed in the clipboard.
This feature would be a real time saver. In my case, I'm compiling a set of
documentation for one program, and it provides some documentation only in the
form of dialog boxes. Copying it all letter by letter would take hours if not
days, while on Windows it takes just a few minutes. Not to mention that direct
copies assure that you get exactly what is written in the dialog box without
spelling mistakes, which is especially important when copying error codes
(where characters such as O/0 are easy to confuse).
--
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=34699
Bug #: 34699
Summary: E-Sword 10.x screen jumps when selecting verse in
bible window
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam2k(a)gmail.com
Classification: Unclassified
If you do a default install of e-Sword 10.2.1 with any version of Wine from
1.5+1.73 (maybe lower but didn't try). Set version to Windows 7. With or
without winearch=win32. Choose 1Ki 8:17 (guarenteed example but does it in
other places as well) scroll the verse to the middle of the bible window and
click the verse. It will select it and then scroll up off the screen. (Verified
that this does not happen on native Windows).
--
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=25079
Summary: iexplore.exe: print preview unimplemented
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Found while testing bug 22157.
--
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=22731
Summary: Dungeon Keeper 2: panning right and down is
uncontrollably fast
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://digiex.net/downloads/download-center-2-0/games-
downloads/159-dungeon-keeper-2-full-version-1-7-a.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
This issue occurs only with Hardware Acceleration set to ON in the game.
When panning by moving the mouse to the screen-edges, the game will pan very
very fast if the cursor is moved to the right of bottom of the screen. It will
almost pan the entire map instantly. When doing it to the left or up it's at
completely normal speed.
I have a feeling this is maybe related to the other mouse issues in this game.
Particularly the issue with the cursor hitting "invisible boxes" at the bottom
right corner of the screen. You have to move the cursor to the far left and far
top of the screen a couple of times for these "invisible boxes" to disappear.
Running current git (1.1.44) on Arch Linux x32 with Radeon HD4890 with catalyst
10.3 driver.
--
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.