https://bugs.winehq.org/show_bug.cgi?id=44542
Bug ID: 44542
Summary: Multiple Vista+ UAC-aware applications need support
for execution level information in manifest
data/activation context
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
dedicated ticket for the Wine-Staging patchset:
https://github.com/wine-compholio/wine-staging/tree/master/patches/ntdll-Ru…
currently posted on wine-patches.
* https://source.winehq.org/patches/data/141893
* https://source.winehq.org/patches/data/141894
It's mentioned in few tickets but as usual all them are messed up with multiple
problems = meta bugs = bad.
I found Oracle's JRE/JDK 7 installer a test-case for reproducing as many
binaries are UAC aware and the PE binary manifest data contains
'requestedExecutionLevel'.
--- snip ---
$ pwd
/home/focht/.wine/drive_c
$ grep -aHr requestedExecutionLevel | grep level
Program Files/Common Files/Java/Java Update/jaucheck.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jaureg.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jucheck.exe:
<requestedExecutionLevel level="requireAdministrator"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jusched.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/client/jvm.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/fxplugins.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/glib-lite.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/gstreamer-lite.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/installer.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jabswitch.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/java-rmi.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/java.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/javaw.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jfxmedia.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jfxwebkit.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jqs.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/keytool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/kinit.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/klist.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/ktab.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/orbd.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/pack200.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/policytool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/rmid.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/rmiregistry.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/servertool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/tnameserv.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/unpack200.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/jre1.7.0_80/jre1.7.0_80.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/jre1.7.0_80/jre1.7.0_80.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/AU/au.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/fc04.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/fc04.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/45b4.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/system32/java.exe: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/system32/javaw.exe: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
--- snip ---
$ sha1sum jre-7u80-windows-i586.exe
305c1493fca53ab63ba1686c9afdfb65142e59d3 jre-7u80-windows-i586.exe
$ du -sh jre-7u80-windows-i586.exe
29M jre-7u80-windows-i586.exe
$ wine --version
wine-3.2
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.
https://bugs.winehq.org/show_bug.cgi?id=39970
Bug ID: 39970
Summary: Bankperfect 8.0.0.373 defect
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gdpo22(a)orange.fr
Distribution: ---
Created attachment 53405
--> https://bugs.winehq.org/attachment.cgi?id=53405
Red circle and arrow shows the green button that fails
When you press the green mark in order to get budget forecast under
Bankperfect, it crashes (force to send SIGKILL to close the window).
Unfortunately this function is one of the highly interesting ones.
--
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=10347
Summary: Action Replay Code Manager crashes on start up
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
After executing, one is greeted with a nice crash. Crash log included.
--
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=42592
Bug ID: 42592
Summary: The Witcher 3 has poor performance
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 57528
--> https://bugs.winehq.org/attachment.cgi?id=57528
The Witcher 3 with GALLIUM_HUD, CSMT on.
I tested latest TW3 in Wine 2.3 with staging patches applied (built from
source).
See the attached screenshot for results with low graphics settings.
Hardware:
CPU: Intel Core i7 4770.
RAM: 16GB.
GPU: AMD RX480 (4GB VRAM), Mesa 17.1.0-devel (git-4dc42ae792).
Resolution: 1920x1200.
Resulting is pretty bad (6fps inside the game). Not sure if it's specific to
Mesa or not. Anyone with Nvidia blob, feel free to post your benchmarks to
compare. If it's Mesa specific, I can open a Mesa bug too.
--
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=7284
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #84 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 3.3.
--
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=44486
Bug ID: 44486
Summary: stack overflow in The Witness
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
After multisampling patches went in running The Witness with multisampling
enabled results in stack overflow (instead of a solid colored screen):
002b:err:seh:setup_exception stack overflow 1696 bytes in thread 002b eip
000000007bc608f9 esp 0000000000130f70 stack 0x130000-0x131000-0x230000
Bisection returns:
commit f2e614b1f898de74276bef8a612420b6fb2d5b5d
Author: Józef Kucia <jkucia(a)codeweavers.com>
Date: Mon Feb 5 13:13:39 2018 +0100
wined3d: Implement ld2dms instruction.
Can also be reproduced with d3d apitrace here:
https://drive.google.com/file/d/1TXpNn95gRnAxJDfHyeoh2bclcuejXQFk/view?usp=…
--
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=37025
Bug ID: 37025
Summary: Photo Renamer does not work, gives error report
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bart.kuijer(a)ziggo.nl
Created attachment 49197
--> http://bugs.winehq.org/attachment.cgi?id=49197
Error report
Photo Renamer does not work, gives error report
Installation works fine
--
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=40002
Bug ID: 40002
Summary: Control fails to refresh after focus is lost
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Download these examples
http://www.bcgsoft.com/download/BCGControlBarProDemo.zip
Run the ToolbarEditBox.exe example
Click in the TypeText, Type Number or Calculator boxes
Click on the main Screen.
The text in these Edit boxes aren't updated.
If you Minimize and Maximum the text is redrawn.
--
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=44462
Bug ID: 44462
Summary: Stuttering/Low fps in Unigine Valley
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Created attachment 60406
--> https://bugs.winehq.org/attachment.cgi?id=60406
Low fps / stuttering
Very low fps (3-4 fps) in DX11 mode (Ultra) in Unigine Valley.
Benchmark runs fine with wine-staging-2.21.
--
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=42851
Bug ID: 42851
Summary: The BaiduMusic can not be launch with msxml error
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: ---
Created attachment 57947
--> https://bugs.winehq.org/attachment.cgi?id=57947
BaiduMusic-error.log
Please Download form
http://musicmini.baidu.com/pc/download/BaiduMusic-11407102.exe and try to
install and launch. Then there are many xml error reports and the application
will crash.
--
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.