https://bugs.winehq.org/show_bug.cgi?id=40807
Bug ID: 40807
Summary: Unreal Engine 4 Prerequisites Setuo (x64) fails with
"Invalid ACL"
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 54738
--> https://bugs.winehq.org/attachment.cgi?id=54738
Terminal output in Wine 1.9.12 Windows 7 64-bit prefix
When attempting to run UE4PrereqSetup_x64.exe the installation fails because of
an "Invalid ACL" error.
This redistributable installer comes with every new Unreal Engine 4 game but I
am not sure where to find a standalone version that one can upload anywhere. I
do know there are some Unreal Engine 4 demos out on IndieDB:
http://www.indiedb.com/engines/unreal-engine-4/downloads
--
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=43479
Bug ID: 43479
Summary: Texture Bugs
Product: Wine-staging
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: footballteam000(a)wp.pl
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Some texture are black and sometimes with red strips.
--
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=51204
Bug ID: 51204
Summary: Subnautica Below Zero doesn't start the game, or load
saved game
Product: Wine-staging
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: braiamp(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Using Subnautica Below Zero from Epic Games store, while starting a new game or
loading a previously saved game, the process stops without any printed message.
Stable and development branch are able to start the game using the same prefix.
Subnautica (non-below zero) is able to start on every branch.
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.9 is a testing version
containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when
filing bug reports on winehq.org.
00f8:fixme:heap:RtlSetHeapInformation 00000000020A0000 0 000000000062CF20 4
stub
0128:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
wine: configuration in L"/home/braiam/.wine-dxvk" has been updated.
0140:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0140:fixme:imm:ImmReleaseContext (0000000000030058, 0000000062350560): stub
0140:fixme:wbemprox:client_security_SetBlanket 00000000660C2D60,
0000000062368AF0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
0140:fixme:wbemprox:client_security_Release 00000000660C2D60
0140:fixme:service:I_ScRegisterDeviceNotification Notification filters are not
yet implemented.
0140:fixme:service:I_ScRegisterDeviceNotification Notification filters are not
yet implemented.
0140:fixme:service:I_ScRegisterDeviceNotification Notification filters are not
yet implemented.
0140:fixme:win:RegisterTouchWindow (0000000000030058 00000000): stub
0140:fixme:wbemprox:client_security_SetBlanket 00000000660C2D60,
0000000072521D90, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
0140:fixme:wbemprox:client_security_Release 00000000660C2D60
0140:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags
0x00000030
0140:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags
0x00000030
0140:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags
0x00000030
0218:fixme:ver:GetCurrentPackageId (000000006D81FE10 0000000000000000): stub
022c:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA,
000000006FD2FE10
0140:fixme:wbemprox:client_security_SetBlanket 00000000660C2D60,
0000000073DF74B0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
0140:fixme:wbemprox:client_security_Release 00000000660C2D60
0140:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags
0x00000030
0140:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags
0x00000030
-- Here it tries to start --
0148:fixme:file:CancelSynchronousIo (000000000000009C): stub
0148:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA,
000000000011FD70
0284:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA,
000000000011FD70
--
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=48725
Bug ID: 48725
Summary: Build, package and distribute the themes created by
ReactOS project
Product: Wine
Version: 5.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
Wine has capability of theming using `msthemes` files. But none are available
in the distro.
ReactOS contributors have created some libre themes.
https://github.com/reactos/reactos/tree/master/media/themes
It'd be nice to build and package them, since extracting them from ReactOS is
inconvenient
Proposed ways to implement it:
1. Each theme should go into a separate package.
2. There should be a vurtual package triggering installation of all themes
packages.
3. The themes should be moved into a separate repo.
4. Since the themes are built with CMake, CPack should be used to package them.
--
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=37796
Bug ID: 37796
Summary: Monopoly EA crash (but game is playable)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 50340
--> https://bugs.winehq.org/attachment.cgi?id=50340
Monopoly EA crash report (but game is playable)
Monopoly game by EA.
Download url
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&softwa…
The game is playable. The only issue is that it produces an error at the
beginning of the game. The game is full screen with all the effects working.
see backtrace.
Happy New Year !
--
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=43238
Bug ID: 43238
Summary: ReactOS Solitaire does not work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
I tried to run the classic solitaire card game from ReactOS, but I cannot play
it.
After launching sol.exe, I can grab the cards with the mouse, but they cannot
be attached to a new pile, although it is a correct move.
The game works fine in Windows.
Tested with the latest wine from trunk at the time of writing (2.11).
The executable of the game can be recovered from a nightly ISO build of ReactOS
or I can eventually attach it here.
Sincerely.
--
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=42787
Bug ID: 42787
Summary: Gal*Gun: Double Peace hangs when focus is lost
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: thexzoron(a)riseup.net
Distribution: ---
Created attachment 57812
--> https://bugs.winehq.org/attachment.cgi?id=57812
the debug log of this session
When playing this game and you either switch workspaces or get the mouse out of
the game it will lock up and the video will freeze but the audio will still
play until you restart the window manager (in my cause i3). In some cases some
of the audio cuts out and the game cannot be resumed however, I was not able to
get to a scenario while logging where I could not resume the game after a
window manager restart.
--
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=48951
Bug ID: 48951
Summary: NVDA settings menu hangs
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleacc
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)jookia.org
Distribution: ---
NVDA's settings menu hangs due to it waiting on IAccPropServices's
SetHwndPropServer and later ClearHwndProps methods. Commenting them out in
NVDA's code shows no visible changes, likely due to the rest of the
accessibility code being unimplemented.
--
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=45676
Bug ID: 45676
Summary: Keyboard non-functioning in Dark Souls 3
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiigaran(a)hotmail.com
Distribution: ---
What works:
- Game starts up
- Main menu loads
- Character creation works
- Pre-game cinematic works
- All mouse-related functions work
What doesn't work:
- Interacting with the main menu or in-game settings using the keyboard
- In-game keyboard controls (movement, etc.)
Pressing any key causes nothing to happen. Holding the key down for several
seconds will cause the key to be registered for an instant. For example,
pressing W to move the character forward will result in no action. Holding the
key down will cause the character to step forward slightly, after several
seconds.
This essentially makes the game unplayable. Oddly enough, when naming your
character on the character creation screen, the text box where you type a name
in to actually works without issue.
Issue is present on a prefix with no overrides. Tested on all Windows versions.
Issue is also present while using DXVK.
Ubuntu 18.04
Nvidia 396.51
--
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=44682
Bug ID: 44682
Summary: Kingdom Come: Deliverance, The Witcher 3: low
performances
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: ben(a)tokidev.fr
Distribution: ---
Using the nvidia latest proprietary drivers and wine-3.3, it seems there are
low performances on both Kingdom Come: Deliverance and The Witcher 3 (despite,
for the later at least, bug #42592 being marked as fixed in 3.3). This is using
CSMT (by explicitly enabling it in the registry), and with
__GL_THREADED_OPTIMIZATIONS=0 (as suggested by the aforementioned bug report).
Yet when using wine-2.21-staging with CSMT, performances are much better. Using
wine-3.3-staging (the new 3.x rebased staging fork by alesliehughes@github)
with CSMT does not seem to produce good results either (that is, not better
than normal 3.3).
As an example, for Kingdom Come: Deliverance with details set to high on a
1070TI and in the exact same conditions:
* Wine 3.3 produces ~5 to 10 FPS.
* Wine 3.3-staging produces roughly the same.
* Wine 2.21-staging produces ~20 to 30 FPS.
The results are similar in The Witcher 3 (3.3 is pretty laggy in ultra,
although almost playable; 3.3-staging is the same; yet 2.21-staging makes the
game completely playable at the same level of details and performances are
better by at least twice).
There are no explicit messages in the log that may suggest an easily
identifiable cause.
--
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.