http://bugs.winehq.org/show_bug.cgi?id=25723
Summary: PhysX causes major lag in Mirror's Edge.
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: H3g3m0n(a)gmail.com
When the PhysX option is enabled (setting in the Video Options) in Mirror's
Edge. When 'physics' things start to occur the game starts to get some major
lag becoming unplayable.
Mirror's Edge doesn't make too much use of PhysX (I believe it was on of the
first games with support for it), afaik it's mostly used for enabling
shattering glass to create shards and maybe some bits of paper on the ground.
As such this only seems to happen at specific points in the game. For example
Chapter 1 Flight->Check Point D. As you are running across the bridge, the
helicopter starts to shoot the glass causing it to shatter.
If you continue on to the next area, at some point (when you go underground) it
suddenly returns to normal speed (most likely it has unloaded the previous
area).
With PhysX set to off, there is no lag but no glass shards.
--
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=31626
Bug #: 31626
Summary: Redraw problem in Netgear's Powerline Utility
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://www.downloads.netgear.com/files/GDC/XAV1004/Win
dows%20Powerline%20Utility%20Version%202.0.0.14.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41587
--> http://bugs.winehq.org/attachment.cgi?id=41587
First run screenshot
On first run the Netgear Powerline Utility 2 draws fine.
After closing and reopening parts of the window are now drawn correct (text is
missing from buttons and drop-down menus).
Nothing printed in the console.
Tried native gdiplus but it made no difference.
--
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=48113
Bug ID: 48113
Summary: The -mno-cygwin option should be abandoned.
Product: Wine
Version: 4.20
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
With reference to bugs #47959 and #47951, I think that the "-mno-cygwin" option
should be abandoned, since it is no more functional by long time.
In the past, this option was used for telling GCC if executables and DLLs
depended on POSIX layer or they were just plain executables for Windows.
This option has been obsoleted since the transition from gcc3 to gcc4 and
deprecated since GCC 4.7.
Modern build tools for CYGWIN make only objects linked with POSIX layer and
cross compilers from MINGW-W64 are included for both 32 and 64 bit platforms.
Building WINE for running natively on Windows requires to follow the same
method typically used when doing a cross compile, on CYGWIN but also in MSYS2.
This will also fix this error:
gcc: error: unrecognized command line option '-mno-cygwin'
that you get when you start to build.
Question: this is the content of a simple Makefile.in:
<================================
MODULE = acledit.dll
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c
================================>
Assuming that somebody will provide this change and since EXTRADLLFLAGS is
typically used only for "-mno-cygwin", is it required to keep the presence of
an empty EXTRADLLFLAGS or it can be deleted from the Makefile.in?
Thanks.
--
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=43694
Bug ID: 43694
Summary: Huge lag in BOINC Manager caused by wine-gecko
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: jylo06g(a)gmail.com
Distribution: ---
Fedora 26 MATE x64
BOINC Manager uses the system's parser to show Notices
(notification messages from BOINC projects)...
Currently BOINC (7.8.2 x64) Manager lags (high CPU) in a prefix with
Wine Gecko installed.
If Wine Gecko is specified to not install during creation of prefix,
BOINC Manager works albeit the Notices tab will not show the notices
or in other word, blank.
Changing Windows version doesn't work.
--
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=18010
Summary: Slingplayer video tuning wizard fails
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://download.slingmedia.com/player/pc/SlingPlayer-
Setup-EU-1.5.1.343.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20389)
--> (http://bugs.winehq.org/attachment.cgi?id=20389)
Screenshot of error
Slingplayer has a video tuning wizard to allow things like brightness and
contrast to be set.
The wizard fails at the first step with the message "Advanced Video Options
have been disabled on your computer."
err:ole:CoGetClassObject class {51b4abf3-748f-4e3b-a276-c828330e926a} not
registered
err:ole:CoGetClassObject class {7d8aa343-6e63-4663-be90-6b80f66540a3} not
registered
Both classes are related to the Video Mixing Renderer 9, part of DirectX.
"winetricks directx9" does not workaround the problem.
To get to this point, native quartz, qcap and gdiplus are required to work
around other bugs.
--
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=44233
Bug ID: 44233
Summary: SlingPlayer 1.5's uninstall doesn't remove any files
Product: Wine
Version: 3.0-rc3
Hardware: x86
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 60032
--> https://bugs.winehq.org/attachment.cgi?id=60032
Wine 3.0-rc3 console output
The uninstall that comes with SlingPlayer 1.5 claims to complete (far too
quickly) but no files are actually removed. Running wineboot afterwards makes
no difference.
This bug goes way back and is not a regression.
--
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=44232
Bug ID: 44232
Summary: Menus in Slingplayer 1.5 do not draw until mouseover
Product: Wine
Version: 3.0-rc3
Hardware: x86
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 60029
--> https://bugs.winehq.org/attachment.cgi?id=60029
Wine 3.0-rc3 console output
The menus in SlingPlayer 1.5 do not draw until a mouse pointer passes over
them. They should, of course, be shown as soon as the application loads.
Screenshots show the differences.
I tried native gdiplus but it made no difference.
--
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=43246
Bug ID: 43246
Summary: King's Bounty: The Legend suffers from performance
issues
Product: Wine
Version: 2.1
Hardware: x86
URL: https://www.fileplanet.com/191666/190000/fileinfo/King
's-Bounty:-The-Legend-Updated-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 15d53761a5fbfc12fc5f9974c029dace00eab33d
Distribution: ---
Created attachment 58554
--> https://bugs.winehq.org/attachment.cgi?id=58554
terminal output
The game runs much slower than it used to: animations, character and mouse
movement are way too slow.
Reproduced the issue with nouveau/mesa 17.1.3 and nvidia binary drivers 381.22.
Disabling anti-aliasing and lowering detail level to the minimum doesn't help.
According to my testing the commit which caused the slowdown is
commit 15d53761a5fbfc12fc5f9974c029dace00eab33d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jan 31 15:47:10 2017 +0100
wined3d: Do not pin system memory in wined3d_buffer_load_location().
Maybe a duplicate of bug #42588, although the symptoms are different.
With the previous commit the game runs much smoothly.
For comparison, in Wine 2.11 I'm getting only 4-5 fps when using nvidia 381.22.
Before the regression Wine gave me 32-36 fps.
Steps to reproduce the issue with the demo:
1. download and install the demo, install native d3dx9_33.dll before launching
the game.
2. in the main menu start a new game, click <Next> on the character selection
screen, press <Skip>. You are in a training chamber: run around in the room,
rotate the camera using the right mouse button and observe how sluggish the
game is. You can save the game here so you can reproduce the issue more easily
the next time you enter the game.
KingsBounty_TheLegend_Demo2.exe (682 MB)
sha1: 7b60066a63cd4ee8a242347ebc1802a60453d9b2
Wine 2.11
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
--
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=30692
Bug #: 30692
Summary: eBay Turbo Lister 9.x crashes on first start
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
continuation of bug 4286
After installation in clean WINEPREFIX "eBay Turbo Lister 9.x" crashes on first
start (msvc++ runtime error, message box, abort).
'winetricks -q msxml3' works around and lets the app start.
Regards
--
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=33981
Bug #: 33981
Summary: Corrupt instalation if vcrun2008 is not installed
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lara(a)craft.net.br
Classification: Unclassified
Created attachment 45150
--> http://bugs.winehq.org/attachment.cgi?id=45150
Console Log
The original patcher of Ragnarok Online corrupts installation when executed. If
vcrun2008 already installed before you run it, it works normally.
Log in attach
--
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.