http://bugs.winehq.org/show_bug.cgi?id=4122
Nikolas <ybrjkfc(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ybrjkfc(a)yandex.ru
--- Comment #12 from Nikolas <ybrjkfc(a)yandex.ru> 2012-03-26 23:06:34 CDT ---
this bug actual. wine 1.4 Picasa 3.9.0.135.81
--
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=30275
Bug #: 30275
Summary: Venetica unplayable through mouse problems
Product: Wine
Version: 1.5.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxmusterm(a)gmail.com
Classification: Unclassified
When using the menu the mouse works just fine but when used to navigate I can
only rotate the camera out of the bird perspective.
I use the Venetica Pyramide version 1.0.2.
I tried setting xinput1_3 in winecfg and it worked once next time I started the
game it didn't work anymore (god knows why)
I attached the console output without any debugging flags set.
--
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=3542
--- Comment #53 from Seth Anderson <seth.anderson32(a)gmail.com> 2012-03-26 18:08:11 CDT ---
Confirming that Tor's patch works with 1.5.0.
--
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=30278
Bug #: 30278
Summary: Extensions not found on VirtualBox
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamklobukowski(a)gmail.com
Classification: Unclassified
Created attachment 39553
--> http://bugs.winehq.org/attachment.cgi?id=39553
glxinfo output
I'm running Ubuntu 12.04 as guest OS with VirtualBox 4.1.10 r76836 with Windows
XP as host OS. I installed VirtualBox guest additions (glxgears run fine).
I'm running Wine on Ubuntu, and it reports a lot of:
err:wgl:is_extension_supported No OpenGL extensions found, check if your OpenGL
setup is correct!
Yet, glxinfo reports some extensions.
--
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=30154
Bug #: 30154
Summary: wine is blocking X and flooding Xorg log with EDID
requests
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikopp(a)gmail.com
Classification: Unclassified
Product Name: CrossOver Linux
Public Version: 11.0.0
Product Version: 11.0.0.25949
Build Tag: cxoffice-11.0.0rc2
Build Timestamp: 20120302T180027Z
wine is flooding xorg with EDID requests (xrandr) and causing X to block for
several seconds!. Every progress bar update triggers an xrandr request and a
block of X. I am aware that there is a standing kernel bug, and that there has
been an old wine bug for this (bug 11470), but the real problem is that:
1) wine is calling xrandr repeatedly for every app start (and during running)
which it shouldn't.
2) wine should use xrandr --current which does not reprobe but takes the
current results and does not block at all! ( also see active conversation
https://lkml.org/lkml/2012/2/24/22)
Using xrandr --current would solve the issue. It is still the question why wine
needs to probe so often in the first place, no other app needs to do 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=7714
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #22 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-03-25 11:17:53 CDT ---
Closing
--
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=7714
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |adys.wh(a)gmail.com
Resolution| |UPSTREAM
Regression SHA1| |https://bugs.freedesktop.or
| |g/show_bug.cgi?id=42032
--- Comment #21 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-03-25 11:17:47 CDT ---
Fixed upstream.
--
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=30117
Bug #: 30117
Summary: patch for ddraw.c for SetCooperativelevel
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexey.kutumov(a)gmail.com
Classification: Unclassified
According to documentation for SetCooperativeLevel, flags DDSCL_NORMAL and
DDSCL_EXCLUSIVE, or DDSCL_FULLSCREEN cannot be set together. Wine`s
implementation is fully compatible with documentation, however exists at least
one game, which violates this restriction (Rig-n-roll 2, Dal`noboyshiki 2).
During startup this game tries to set coopLevel with following parameters:
DDSCL_FULLSCREEN DDSCL_ALLOWREBOOT DDSCL_NORMAL DDSCL_ALLOWMODEX
DDSCL_EXCLUSIVE.
Implementation of SetCooperativeLevel prohibits this mask (and returns with
DDERR_INVALIDPARAMS error), and game unable to start with message: "this
computer does not have graphics accelerator".
In attachment patch for function IDirectDrawImpl_SetCooperativeLevel, which
allows to run this application.
--
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=6072
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |adys.wh(a)gmail.com
Resolution| |FIXED
--- Comment #15 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-03-25 11:14:04 CDT ---
Fixed then.
--
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=29722
Bug #: 29722
Summary: win3.x app fail to display the printer settings dialog
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
wineps16.drv16 dynamic import dialog functions from wineps.drv,
but the functions are no longer exported
(ExtDeviceMode and DeviceCapabilities)
--
By by ... Detlef
--
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.