http://bugs.winehq.org/show_bug.cgi?id=24453
Summary: Snes9x 1.52 runs very slowly with DirectDraw.
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30850)
--> (http://bugs.winehq.org/attachment.cgi?id=30850)
Terminal Output
Two tests were performed. The first one is with ddr=gdi. Like this, the
audio/video are both sluggish when the video mode is set to DirectDraw. The
second one is after using winetricks to set ddr=opengl, in which case it runs
even more slowly. Also, the video does not appear properly until after
toggling the "hide menu bar" option at least once after loading a game.
--
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=22350
Summary: Wine does not support .net apps out-of-the-box
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Simple .net apps should work in Wine without having to
install anything extra; see
http://wiki.winehq.org/Mono for current status.
This affects, for instance, the Sims 3 launcher.
--
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=22034
Summary: EXIT_ON_ERROR should use ERR instead of WARN in
winealsa.drv
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superquad.vortex2(a)gmail.com
In winealsa.drv , WARN() should not be used in EXIT_ON_ERROR() since those
functions in waveout.c and wavein.c are all fatal errors
(e.g. snd_pcm_hw_params_set_period_time() may return error on when using "hw"
device for some alsa driver by modifying registry "ALSA Driver" "UseDirectHW"
to "Y" for those hardware mixing sound cards)
wine is unable to report those error message for those alsa drivers
#define EXIT_ON_ERROR(f,e,txt) do \
{ \
int err; \
if ( (err = (f) ) < 0) \
{ \
WARN(txt ": %s\n", snd_strerror(err)); \
+ ERR(txt ": %s\n", snd_strerror(err)); \
retcode=e; \
goto errexit; \
} \
} while(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=24579
Summary: Steam windows move twice as far as they are moved
Product: Wine
Version: 1.3.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sheeettin(a)gmail.com
(From bug 20865)
Moving any Steam window by its own decorations (never the window manager's)
often results in the window moving twice as far as it should.
Dragging windows to a new position works fine, but on release of the left mouse
button, the window jumps the same distance you moved it beyond where you moved
it to.
This effect occurs most often with short, jerky moves. Waiting before releasing
the LMB may result in proper behavior.
This bug occurs with or without a virtual desktop. However, WITH a virtual
desktop, it DOES occur when resizing. (Without a virtual desktop, resizing
works properly.)
--
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=25604
Summary: Faerie Solitaire [Steam]: mouse clicks don't register
in the menu
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32602)
--> (http://bugs.winehq.org/attachment.cgi?id=32602)
terminal output
This bug seems to affect only the Steam version of the game (the demo works
fine): mouse clicks don't register in the main menu thus making the game
unplayable.
I can move the mouse pointer freely on the screen, hovering the cursor over any
of the menu items it displays a tooltip but clicking on the buttons has no
effect.
I tried with Wine's fullscreen mode and virtual desktop mode: the same problem
occurs.
The only difference in the terminal log while starting the game that the
following lines are not present in the (working) demo:
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the back buffer format yet
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet
Fedora 14
Gnome-2.32.0
Nvidia Geforce 250 GTS / driver 260.19.29
--
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=29538
Bug #: 29538
Summary: No support for thumbnails in KDE's task switcher
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Classification: Unclassified
Created attachment 38272
--> http://bugs.winehq.org/attachment.cgi?id=38272
Thumbnail of 2 opened Wine windows
Hi
Wine seems to have no support for thumbnails in KDE's task switcher or vice
versa.
For every other application within the taskbar the task switcher shows
thumbnails.
Regards,
Ettore
--
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=16471
Summary: New version of Mplus (5.2) does not work under wine
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gg.alex.weiss(a)gmail.com
Created an attachment (id=17848)
--> (http://bugs.winehq.org/attachment.cgi?id=17848)
Message I get when trying to run Mplus 5.2 under wine
I am a user of Mplus, a statistical software package. For some time and from
versions 4.2 to 5.1, I successfully ran Mplus under wine in Linux.
Unfortunately, the newest version (5.2) no longer runs under wine.
I contacted the authors of Mplus and they indicated that the problem appears to
have arisen due to their use of the latest version of the Intel Fortran
compiler (10.1.025).
At present, I am using version 5.1 of Mplus, though it would be nice to be able
to use the more recent version.
If any more information is needed, I can ask the people who produce Mplus; they
are quite good about supporting their product and this would likely benefit
them as well.
--
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=27572
Summary: Duke Nukem Forever: mouse jumps around in game
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Now that bug 27156 is declared fixed, DNF gets its own bug :).
wine-1.3.22-332-g016b7c5, mouse still jumps around in game.
X version is 1.9.5.
--
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=18590
Summary: Silent Heroes: Out of adapter memory
Product: Wine
Version: 1.1.22
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
Created an attachment (id=21260)
--> (http://bugs.winehq.org/attachment.cgi?id=21260)
Console output WINEDEBUG=+d3d
Game starts and while loading initial data errors out with message "Program
will be terminated".
In console it writes:
err:d3d:resource_init Out of adapter memory
--
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.