https://bugs.winehq.org/show_bug.cgi?id=46988
Bug ID: 46988
Summary: World of Warcraft - d3d12 performance
Product: vkd3d
Version: 1.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Probably unfair to compare, but as of late (sorry, do not have a bisected
commit) d3d12 performance in WoW is roughly 50% of that of DXVK w/d3d11
I use these two patches still tho, and have not tried without them:
https://bugs.winehq.org/attachment.cgi?id=64022&action=diffhttps://bugs.winehq.org/attachment.cgi?id=63174&action=diff
(If the problem is solved, and these are not necessary anymore, please tell)
Preset 10, water and shadow a notch down. No MSAA (as MSAA is somewhat bugged
with vkd3d... creates seethrough textures some places).
vkd3d:
gpu usage: 32%
fps: 45
cpu usages per core: 0:74% / 1:56% /2-6:<40% (HT threads lower).
DXVK:
gpu usage: 53%
fps: 81
cpu usages per core: 0:82% / 1:73% / 2:64% /3-6:<50% (HT threads lower).
This is with a RTX2070 and Intel i7-8700K
I think there is some problem with the water effects, as when using DXVK it
looks "normal", and effect changes related to ingame setting. With vkd3d it
seems its just "low" that make a difference in appearance.
What kind of logs is needed to provide some useful information about this?
Doing a trace log will fill GB's pretty quick, but i should be able to do a
login and change water effects perhaps, and see if that provides something
useful?
--
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=40193
Bug ID: 40193
Summary: Builtin mshtml.dll does not work with silverlight
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
The builtin mshtml.dll does not work with silverlight. Also,
plugin-container.exe crashes when iexplore.exe is closed.
--
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=37872
Bug ID: 37872
Summary: Multiple applications need support for
IHTMLWindow2::open '_self' window name (CompeGPS)
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
Example app 'CompeGPS 7.x':
http://we01.compegps.com/download/setup_compeGPSLAND_770.exe
When clicking 'activation' and entering an invalid code, the 'back' button
doesn't work.
Relevant part of trace log:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/CompeGPS
$ WINEDEBUG=+tid,+seh,+relay,+mshtml,+ieframe wine ./CompeGPSLAND.exe >>log.txt
2>&1
...
0023:trace:mshtml:fire_event_obj (0x10709fd0) L"click"
...
0023:trace:mshtml:call_event_handlers L"click" >>>
...
0023:trace:mshtml:dispex_query_interface (0x662dca4)->(IID_IDispatchJS
0x108d968) returning NULL
...
0023:trace:mshtml:HTMLWindow2_QueryInterface (0x662dc70)->(IID_IDispatchEx
0x108d9ac)
0023:trace:mshtml:HTMLWindow2_AddRef (0x662dc70) ref=23
0023:trace:mshtml:WindowDispEx_GetDispID (0x662dc70)->(L"open" 10000001
0x108da20)
0023:trace:mshtml:DispatchEx_GetDispID (0x662dca4)->(L"open" 10000001
0x108da20)
0023:trace:mshtml:HTMLWindow2_Release (0x662dc70) ref=22
...
0023:trace:mshtml:HTMLWindow2_QueryInterface
(0x662dc70)->({719c3050-f9d3-11cf-a493-00400523a8a6} 0x108d8a8)
0023:trace:mshtml:dispex_query_interface (0x662dca4)->(IID_IDispatchJS
0x108d8a8) returning NULL
...
0023:trace:mshtml:HTMLWindow2_QueryInterface (0x662dc70)->(IID_IDispatchEx
0x108d97c)
0023:trace:mshtml:HTMLWindow2_AddRef (0x662dc70) ref=23
0023:trace:mshtml:WindowDispEx_InvokeEx (0x662dc70)->(d 409 1 0x108d8f8 (nil)
0x1061b038 0x1063e608)
0023:trace:mshtml:DispatchEx_InvokeEx (0x662dca4)->(d 409 1 0x108d8f8 (nil)
0x1061b038 0x1063e608)
0023:trace:mshtml:HTMLWindow2_QueryInterface (0x662dc70)->(IID_IHTMLWindow2
0x108d5e4)
0023:trace:mshtml:HTMLWindow2_AddRef (0x662dc70) ref=24
...
0023:trace:mshtml:HTMLWindow2_open (0x662dc70)->(L"?" L"_self" L"" 0 0x108d328)
0023:fixme:mshtml:HTMLWindow2_open Unsupported name L"_self"
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/aa741489%28v=vs.85%29.aspx
--- quote ---
...
name [in, optional]
Type: BSTR
BSTR that specifies the name of the window. This name is used as the value
for the IHTMLAnchorElement::target attribute on a form or an anchor element.
_blank
The url is loaded into a new, unnamed window.
_parent
The url is loaded into the current frame's parent. If the frame has no
parent, this value acts as the value _self.
_self
The current document is replaced with the specified url.
_top
The loaded url replaces any framesets that might be loaded. If there
are no framesets defined, this value acts as the value _self.
--- quote ---
Source:
http://source.winehq.org/git/wine.git/blob/df63590706b0bcd4c114bd551491e25b…
--- snip ---
925 static HRESULT WINAPI HTMLWindow2_open(IHTMLWindow2 *iface, BSTR url, BSTR
name,
926 BSTR features, VARIANT_BOOL replace, IHTMLWindow2 **pomWindowResult)
927 {
928 HTMLWindow *This = impl_from_IHTMLWindow2(iface);
929 HTMLOuterWindow *window = This->outer_window;
...
938 if(!window->doc_obj || !window->uri_nofrag)
939 return E_UNEXPECTED;
940
941 if(name && *name == '_') {
942 FIXME("Unsupported name %s\n", debugstr_w(name));
943 return E_NOTIMPL;
944 }
...
--- snip ---
$ sha1sum setup_compeGPSLAND_770.exe
4fb4de12fa88fc73967d1909e080b47470df4c68 setup_compeGPSLAND_770.exe
$ du -sh setup_compeGPSLAND_770.exe
38M setup_compeGPSLAND_770.exe
$ wine --version
wine-1.7.34
Regards
--
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=19086
Summary: Front Panel Designer: crashes when trying to load
saved files
Product: Wine
Version: 1.1.24
Platform: PC
URL:
http://www.schaeffer-ag.de/en/download/front-panel-des
igner.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dariuskellermann(a)gmx.de
The application crashes (displays error message, becomes unresponsive, error
message cannot be clicked) when trying to load a previously saved front panel
file.
Terminal displays no output(none at all).
--
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=14132
Summary: Incorrect Font Displayed After Install
Product: Wine
Version: 1.0.0
Platform: PC
URL: see Description
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pbronline-wine(a)yahoo.co.uk
Occurs with Corel WordPerfect Office X3 and WordPerfect Office 12.
Start installer. Note font (print snapshot or whatever). Install application,
Quit installer. Start installer again. Font displayed is different.
With WordPerfect Office X3, the effect is obvious as the 'wrong' font is a
symbol font. With WordPerfect Office 12, the 'wrong' font is very narrow (I
think this may have previsouly been reported as <<poor rendering>>).
Problem affects not just the installers but also service packs and the
applications themselves (particularly Presentations). I would expect it
affects all installed applications.
To confirm the problem ...
1. remove all references to Corel installed fonts from system.reg which ever
way you choose but the following works:
cd .wine
mv system.reg system.reg~
sed -e '/TrueType.*C:.*\.TTF/d' -e '/TrueType.*C:.*\.ttf/d' system.reg~ >
system.reg
2. move Corel installed fonts to one side for a moment:
mv drive_c/windows/Fonts drive_c/windows/Fonts.wpo
mkdir drive_c/windows/Fonts
3. Start installer. Font is back to what is was before installation. Quit
installer.
3. Put back a bad font:
cp -p drive_c/windows/Fonts.wpo/WPCO03N_.TTF drive_c/windows/Fonts
4. Start installer. Symbol font makes screen indecypherable.
5. Try other fonts. Not all override the 'good' font. MTEXTRA.TTF and
WPHV04N_.TTF do.
Downloads ?
WordPerfect Office X3:
http://www.corel.com/servlet/Satellite?pagename=uk/ProcessLayout&lc=en&ppg=…
Professional (aka not Trial) Edition is 'fun' to install. See bug 14106.
WordPerfect Office 12:
Not available for download anymore as far as I can tell. Perhaps one of the
nice people who contributed to bug 2547 can help.
Standard (aka not Trial) Edition installs nicely under Wine 1.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=11081
Summary: Windows Genuine Advantage Tool crashes on launch
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://www.microsoft.com/genuine/downloads/Validate.aspx
?displaylang=en&sGuid=68d69b53-5057-4179-b72b-
dfb1e12854f2
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10101)
--> (http://bugs.winehq.org/attachment.cgi?id=10101)
Terminal output in wine 0.9.52
Windows Genuine Advantage Tool crashes on launch. While obviously not a very
important program to us, it should still run (and fail validation). Backtrace
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44359
Bug ID: 44359
Summary: Adobe Acrobat 5.0.5 crashes
Product: Wine
Version: 2.0.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ap7i(a)wp.pl
Distribution: ---
Created attachment 60252
--> https://bugs.winehq.org/attachment.cgi?id=60252
backtrace of the first run
Adobe Acrobat 5.0.5 installation without any problems (on fresh ./.wine).
Crashes on the first run.
--
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=32860
Bug #: 32860
Summary: Adobe Reader 5.0 will not open, period.
Product: Wine
Version: unspecified
Platform: ppc32
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ss12home(a)yahoo.com
Classification: Unclassified
Created attachment 43396
--> http://bugs.winehq.org/attachment.cgi?id=43396
Program Error Details
Wine will not open any windows programs.
I do not have the Windows part of my hard drive usable "on".
I installed Ubuntu first because I did not have the Win-XP code available.
I have not been able to re-install that part since I had the new mother board
put in in June of 12.
I have installed many or all updates.
I have a hard time locating and using certain program that I have installed for
Ubuntu, such as "lexmark-scan-legacy" program that I need to get the drivers
for my printer installed. The programs are somewhere because the Ubuntu
Software Center says they are installed.
My computer works very well considering the programs that just won't work.
Thank you for your help, I know you guys are so busy!! You all do a really
great job, & I love using Ubuntu!
Sincerely,
Mar
--
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=37177
Bug ID: 37177
Summary: I finded it when I was trying to read Quick Start
Guide-MotionDV STUDIO 5.3E LE for DV
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morcovadrianmihai(a)gmail.com
Created attachment 49416
--> https://bugs.winehq.org/attachment.cgi?id=49416
???????????????????//
????????????????????//
--
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=17342
Summary: Adobe acrobat 5 crash after a splash screen
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: last_deceneu(a)yahoo.com
Created an attachment (id=19377)
--> (http://bugs.winehq.org/attachment.cgi?id=19377)
crash log of acrobat 5
Acrobat is the only reason that I use wine. I seen that only version 5 of
acrobat is working on wine. Currently I updated my suse linux from 11.0 to
11.1. On suse 11.1 I installed wine 1.1.14 and it crashed after displaying a
splash screen, it krash also with 1.1.9. On previous version of suse 11.0 I
used wine 0.9 and worked fine.
I installed acrobat in a clean wine and with winetricks I installed mfc42 and
vcrun2008.
Please give some instructions how to make it work.
--
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.