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.
https://bugs.winehq.org/show_bug.cgi?id=44212
Bug ID: 44212
Summary: Error installing vcrun2013 with winetricks
Product: Wine
Version: 2.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pskraemer(a)posteo.de
Distribution: ---
Created attachment 59992
--> https://bugs.winehq.org/attachment.cgi?id=59992
terminal output, backtrace, and winetricks.log
I cannot install vcrun2013 or vcrun 2015.
After the License manager for .Net accures, the installation break, sieh
appendix.
I want to use SteuerSparErklärung 2015 and used the installation guide on
winehq, see
https://appdb.winehq.org/objectManager.php?sClass=version&iId=31218.
I user GalliumOS 2.1 (Xubuntu based) on a AcerC720 Chromebook, Bios flashed
with custom rom by MrChromebook.
PREFIX for 32 bit was created before.
I gave this into the terminal:
WINEPREFIX=/home/peter/.wine32 ./winetricks crypt32 mspatcha riched20 vcrun2013
the other moduls were installed.
Terminal output in appendix.
--
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=37578
Bug ID: 37578
Summary: Request for Enhancement: please add libXext as a
dependency
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Request for Enhancement:
It about killed my trying to compile Wine-1.7.30 (I conquered). In the
"./configure" phase, Wine threw the following error:
wine-1.7.30]# ./configure --disable-win64
configure: WARNING: libpng 32-bit development files not found, PNG won't be
supported.
Only thing was that libpng was actually installed:
# rpm -qa \*libpng\* | grep -i i686
libpng-devel-1.2.49-1.el6_2.i686
libpng-1.2.49-1.el6_2.i686
The error was bogus reporting from Wine "./configure". The actual problem was
that libpng had a dependance on zlib. "yum install zlib-devel.i686" fixed the
bogus error from Wine.
This bogus error was originally reported to Wine on:
https://bugs.winehq.org/show_bug.cgi?id=37534
Their response was that it was a dependency:
http://www.libpng.org/pub/png/libpng.html
"libpng is available as ANSI C (C89) source code and requires zlib
1.0.4 or later (1.2.5 or later recommended for performance and security
reasons)."
So I reported it to Red Hat on:
https://bugzilla.redhat.com/show_bug.cgi?id=1162842
Their response was:
You were probably not able to install libpng without zlib, but of
course you were able to install libpng and libpng-devel without
zlib-devel - but this is pretty much expected. Guidelines are
even stricter, explicit requirements for library packages are
forbidden (
https://fedoraproject.org/wiki/Packaging:Guidelines#Explicit_Requires
- Red Hat Enterprise Linux follows Fedora packaging guidelines
with just very few exceptions ).
So, would you guys please consider putting the dependency in yourself, so as to
keep the next poor sod who is trying to ./configure wine from going out of his
mind and to keep you guys from having to endlessly answer this question over on
the forums
Many thanks,
-T
--
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=44795
Bug ID: 44795
Summary: Need for Speed: Shift demo needs
ID3DXEffectImpl_SetRawValue
Product: Wine
Version: 3.4
Hardware: x86-64
URL: http://www.fileplanet.com/205212/200000/fileinfo/Need-
For-Speed:-Shift-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8ca8, data 0x8f4a2b0, byte_offset 0, bytes 256 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d18, data 0x8f4a3b0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d88, data 0x8f4a3c0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8df8, data 0x8f4a3d0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8e68, data 0x8f4a3f0, byte_offset 0, bytes 64 stub!
Car textures are dark. During a race road almost black.
wine-3.4-120-gafef57f872
--
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=45565
Bug ID: 45565
Summary: Battle.net Helper.exe crashes when trying to view
Twitch streams
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maciej.stanczew+b(a)gmail.com
Distribution: ---
Created attachment 61989
--> https://bugs.winehq.org/attachment.cgi?id=61989
Backtrace
Please note that this is a different issue than bug #43910.
Sometimes game pages in Battle.net App will have Twitch streams embedded in
their news items (I saw SC2, HotS, and the Overwatch League tab having this).
When opening such a page, Battle.net Helper.exe will crash (in a similar way to
bug #43910).
Two things visible in the logs that happen only in this case are
"fixme:cryptnet:verify_cert_revocation_from_aia_ext" and "MSAudDecMFT.dll nor
Msmpeg2adec.dll is not loaded".
The crash happens the same way in Wine devel and Wine Staging (both 3.13).
Workaround is to quickly click "Pause" or "Watch now" -- this will cause the
video to stop being loaded (clicking "Watch now" will open the stream in
browser).
--
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=25870
Summary: Column headers don't always resize to fit text when
double-clicked
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
When you try to double-click (with the left mouse button) on a column header
WHEN THE MOUSE POINTER SHOWS DOUBLE BLACK ARROWS, like this <-|->
the column is supposed to resize to fit the longest line of text below it
perfectly.
In programs such as Pegasus Mail and many others which use resizeable columns
e.g. 1by1 Player, double-clicking the column header results in any of the
following:
* nothing happens
* messes up the columns - depending on text size
* the column will resize properly
Although trivial, I believe Wine users should report bugs when they are
discovered.
Please test this using 1by1 Player and play around with the font size in the
application's settings (press <F6> to get into the program's settings). Now
try resizing the columns with different font sizes and double-clicking the
vertical lines which separate the columns. Download 1by1 Player:
http://mpesch3.de1.cc/1by1.html
--
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=44157
Bug ID: 44157
Summary: Overwatch: mouse laggy and jerky
Product: Wine-staging
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The mouse ingame wobbles always, and in menus I can't click and hold to scroll
the scrollbar of the menu, buy if I move the mouse wheel the scrollbar moves.
There's a video here of the game:
https://vimeo.com/246654111
--
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=46645
Bug ID: 46645
Summary: DOOM 2016 Crashing on second loading screen on 99%
when Vulkan render is used
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
As the issue seems to be fixable by certain tweaks via various Windows
Utilities. I would say it is issue with applicable workaround in Wine and it
therefore falls into the Wine implementation garden as well. Reference:
https://steamcommunity.com/app/379720/discussions/0/358417461602906353/?ctp…
$ inxi -Gxxx
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: XFX Pine driver: amdgpu v: kernel bus ID: 01:00.0
chip ID: 1002:67df
Display: x11 server: Fedora Project X.org 1.20.3 driver: amdgpu
compositor: gnome-shell v: 3.30.2 resolution: 1920x1080~60Hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.27.0
4.20.6-200.fc29.x86_64 LLVM 7.0.1)
v: 4.5 Mesa 18.3.3 direct render: Yes
I will provide logs by EOB today as i will not be at my workstation for a while
now.
--
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.