http://bugs.winehq.org/show_bug.cgi?id=26401
Summary: Scroll wheel stopped working in Dragon Age Origins
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alberto.marchesini(a)gmail.com
since 1.3.15 the mouse wheel stopped working in Dragon Age Origins (no
scrolling, no zooming...).
It is working in 1.3.14
Alberto
--
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=26409
Summary: Scroll Mouse Not Working
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When trying to use the scrolling option in the mouse it does not work (This
happen in 1.3.15, in 1.3.13, 1.3.14 it worked correctly. Games like Oblivion,
GTA3, GTA San Andreas, Hitman 4 are affected. You can not scroll up or down.
--
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=25297
Summary: Patch to enable X11 Hardware cursor
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elettronik(a)gmail.com
Created an attachment (id=32137)
--> (http://bugs.winehq.org/attachment.cgi?id=32137)
wine hardware cursor patch
Patch to enable X11 Hardware cursor on Linux, tested with 1.3.7
--
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=6971
Bartosz Brachaczek <b.brachaczek(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b.brachaczek(a)gmail.com
--
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=23061
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bunglehead(a)gmail.com
--
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=26395
Summary: Priston tale game.exe doesn't run
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: systemofdown(a)gmail.com
Created an attachment (id=33611)
--> (http://bugs.winehq.org/attachment.cgi?id=33611)
game.exe doesn't run
The game.exe from priston tale GAME doesn't run
--
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=124
Ejaj Hassan <starhunter7(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |starhunter7(a)gmail.com
--
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=5898
Sergey Alirzaev <zl29ah(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zl29ah(a)gmail.com
--
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=26376
Summary: Passing parameter works and doesn't?
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikes(a)kuentos.guam.net
Using Pegasus program under wine.
When open attachments by using linux programs.
The filename and path is passed to a script and processed.
Script
#!/bin/sh
echo "[" $1 "]" >>/tmp/pegattach
if [ `echo $1 | cut -b 1-1` = C ]; then
{
echo .wine/drive_c/`echo $1 | cut -b 4-120 | sed -e 's:\\\:/:g' `
>>/tmp/pegattach
gnome-open ".wine/drive_c/`echo $1 | cut -b 4-120 | sed -e 's:\\\:/:g' `"
}
else
{
xtest=`echo $1 | cut -b 3-120 | sed -e 's:\\\:/:g' `
echo $xtest >>/tmp/pegattach
gnome-open "$xtest" 2>>/tmp/pegattach
}
fi
This works fine on my Fedora 14 machine, and I've run it on two other machines
with Ubuntu with no problem, but have two other people that tried the same
thing, and seem to be getting nothing passed to the script. The log file should
have a [ followed by the ], but somehow they just get the [ and a truncated
version of the path with no filename at all.
Not in the same part of world, so I don't have access to the machines that
don't work.
Any process to help isolate what might be causing this?
--
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=26316
Summary: Uninstall does not remove registry entries
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
The current 1.3.15 version msi support does not remove the uninstall registry
entry when a program is unistalled. This was fixed recently but is now broken
again. When a progam is installed with a Microsoft .msi, an entry is placed
in:
hkey_local_machine\software\microsoft\windows\currentversion\uninstall
If this entry is not removed, the program cannot be installed again. This
requires a user to manually remove the registry entry.
--
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.