http://bugs.winehq.org/show_bug.cgi?id=58294
Bug ID: 58294
Summary: Free Solitaire (Steam): card deck invisible
Product: Wine
Version: unspecified
Hardware: x86-64
URL: https://store.steampowered.com/app/3330280/Free_Solita
ire/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: zzhang(a)codeweavers.com
Regression SHA1: d0fd9e87cf6152fbf14889a044e5a56415b1172c
Distribution: ArchLinux
Created attachment 78645
--> http://bugs.winehq.org/attachment.cgi?id=78645
terminal output
The UI is visible and usable but the table with the cards is empty.
Used to work before
commit d0fd9e87cf6152fbf14889a044e5a56415b1172c
d3d11: Add ID3D11Device3 stub.
Don't know if it counts as a regression or rather a work in progress.
The game can be launched without Steam running.
wine-10.8-247-ge0bb1dba3d6
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 570.153.02
--
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=58288
Bug ID: 58288
Summary: Support for color management and HDR under wayland
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wiagn233(a)outlook.com
Distribution: ---
Currently, we have full color management support and also HDR support under
Wayland with the help of color-management-v1 and color-representation-v1
protocol. So I opened this issue to require color management and HDR support
for wine.
--
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=58287
Bug ID: 58287
Summary: Not all quick responses work when reviewing test
results
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
URL: https://appdb.winehq.org/objectManager.php
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 78636
--> http://bugs.winehq.org/attachment.cgi?id=78636
Screenshot
For example, one of the quick responses when reviewing a test result doesn't
paste anything into the text box:
Please don't use: "Everything...", "All works", etc. in test submissions.
Please detail what works and what doesn't work.
See: http://wiki.winehq.org/AppDB_Test_Results_Guidelines
--
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=46816
Bug ID: 46816
Summary: Incorrect behavior of SHFileOperation
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: rndltrz(a)hotmail.com
Distribution: ---
Behavior of SHFileOperation differs from windows.
Here is some trivial code that copies a directory:
const wchar_t *const sourceDir = L"C:\\TestDir\0\0";
const wchar_t *const destDir = L"C:\\TestDir2\0\0";
SHFILEOPSTRUCTW do_copy = { 0 };
do_copy.wFunc = FO_COPY;
do_copy.fFlags = FOF_NOCONFIRMMKDIR | FOF_NOCONFIRMATION | FOF_NO_UI;
do_copy.pFrom = sourceDir;
do_copy.pTo = destDir;
SHFileOperationW(&do_copy);
If you add trailing backslash to destDir:
const wchar_t *const destDir = L"C:\\TestDir2\\\0\0";
On Windows result would be the same. However, on WINE+linux result would be
different:
no backslashes:
$ls TestDir
file.txt Subdir1 Subdir2
$ls TestDir2
file.txt Subdir1 Subdir2
with trailing backslash:
$ls TestDir
file.txt Subdir1 Subdir2
$ls TestDir2
TestDir
This causes issues with programs that rely on Windows behavior.
--
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=58282
Bug ID: 58282
Summary: fixme:wmadec:transform_ProcessMessage
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jesperpedersen.db(a)gmail.com
Distribution: ---
Created attachment 78630
--> http://bugs.winehq.org/attachment.cgi?id=78630
wmadec fixme's
Hi,
When running Wine 10.0.7 - from the Fedora reposity - I get the attached stub
warnings.
I don't know which component to file this under since 'wmadec' isn't in the
list, so feel free to move the ticket.
Thanks for creating Wine !
Best regards,
Jesper
--
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=58283
Bug ID: 58283
Summary: ME: Andromeda (Steam) will not start with
renderer=vulkan
Product: Wine
Version: 10.8
Hardware: x86-64
URL: https://store.steampowered.com/app/1238000/Mass_Effect
_Andromeda_Deluxe_Edition/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 78631
--> http://bugs.winehq.org/attachment.cgi?id=78631
Wine 10.8 console log
A suggested workaround for Bug 58280 is to try the Vulkan renderer.
Unfortunately this stops Mass Effect: Andromeda from loading at all.
A virtual desktop or using Staging 10.7, both workarounds for Bug 58279, do not
help.
Workarounds:
- arial (Bug 32342 for Steam & EA App)
Steam launches the EA App which launches the game. I tried the reverse: EA App
launches Steam which launches the game but that doesn't help and introduces Bug
56721 into the mix.
$ wine 'c:\program files (x86)\steam\steam.exe' -applaunch 1238000
I cannot find a demo to test.
VGA compatible controller: NVIDIA Corporation GK104GL [Quadro K5000] (rev a1)
--
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=58273
Bug ID: 58273
Summary: Outriders (Steam) fails to launch
Product: Wine
Version: 10.8
Hardware: x86-64
URL: https://store.steampowered.com/app/680420/OUTRIDERS/
OS: Linux
Status: NEW
Keywords: download, win64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 78622
--> http://bugs.winehq.org/attachment.cgi?id=78622
Wine 10.8 (DX12) console output
Outriders, Steam version, fails to launch.
It has the option to be launched using either DX11 or DX12 mode.
With DX11 a black screen is briefly shown, then it exits.
$ wine 'c:\program files (x86)\steam/steam.exe' -applaunch 68042 -force -dx11
With DX12 a black screen is shown, some audio plays, an initial icon is shown
(a loading screen?), but then it turns black and doesn't seem to do much else.
$ wine 'c:\program files (x86)\steam/steam.exe' -applaunch 68042
The 21 GB demo (Steam account required - appID 1435990) behaves the same way.
No difference with Staging 10.7.
For reference:
The game seems to fail to install EasyAntiCheat, indeed the setup file doesn't
exist. The demo, though, installs it correctly but the result is the same. I
copied the setup from the demo anyway to rule it out (and it installs EAC). No
change.
--
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=47105
Bug ID: 47105
Summary: [REGRESSION] FrostyModManager cant launch games
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
Frosty Mod Manager is a WPF app, which depends on GalliumNine and
d3dcompiler_47
It load mods for frostbite games such as Dragon Age Inquisition and Mass Effect
Andromeda
When I trying to launch game with 4.7 - games just zombying in background
With wine 4.6 everything was OK
--
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=48522
Bug ID: 48522
Summary: ME:Andromeda scanner doesnt react on objects
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
It is strange regression.
Scanner in Mass Effect Andromeda doesnt react on every scannable objects (which
orange)
I can open scanner, but click doesnt do anything.
I've also tried bind another keys and buttons on scan -- it does do anything...
It makes game broken
--
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=58274
Bug ID: 58274
Summary: Cannot get past Steam age check
Product: Wine
Version: 10.8
Hardware: x86-64
URL: https://store.steampowered.com/app/680420/OUTRIDERS/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
When trying to access a game that contains adult themes you can be
annoyed/greeted by an age verification check. It is a very simple check where
you select your date of birth from drop-down menus.
With Wine, these menus don't work. When clicking on them this is printed in the
console:
0150:fixme:uxtheme:AllowDarkModeForWindow 000000000032025C 1: stub
0150:fixme:dwmapi:DwmExtendFrameIntoClientArea (000000000032025C,
00007FFFFE1FD990) stub
0150:fixme:dwmapi:DwmExtendFrameIntoClientArea (000000000032025C,
00007FFFFE1FE610) stub
0150:fixme:manipulation:viewport_ActivateConfiguration 00007A592875B710, 823
0150:fixme:manipulation:viewport_SetViewportOptions 00007A592875B710, 2
0150:fixme:manipulation:viewport_AddEventHandler 00007A592875B710,
000000000031025A, 00002CEC011144A0, 00002CEC01052470
0150:fixme:manipulation:viewport_Stop 00007A592875B710
0150:fixme:manipulation:viewport_RemoveEventHandler 00007A592875B710, 1
0150:fixme:manipulation:viewport_Abandon 00007A592875B710
0150:fixme:manipulation:direct_manip_Deactivate 00007A592875B650,
000000000031025A
0150:fixme:manipulation:viewport_ActivateConfiguration 00007A592875B710, 823
0150:fixme:manipulation:viewport_SetViewportOptions 00007A592875B710, 2
0150:fixme:manipulation:viewport_AddEventHandler 00007A592875B710,
000000000031025A, 00002CEC011144A0, 00002CEC01052470
0150:fixme:manipulation:viewport_Stop 00007A592875B710
0150:fixme:manipulation:viewport_RemoveEventHandler 00007A592875B710, 1
0150:fixme:manipulation:viewport_Abandon 00007A592875B710
0150:fixme:manipulation:direct_manip_Deactivate 00007A592875B650,
000000000031025A
0150:fixme:manipulation:viewport_ActivateConfiguration 00007A592875B710, 823
0150:fixme:manipulation:viewport_SetViewportOptions 00007A592875B710, 2
0150:fixme:manipulation:viewport_AddEventHandler 00007A592875B710,
000000000031025A, 00002CEC00FE8420, 00002CEC00FEAF70
0150:fixme:manipulation:viewport_Stop 00007A592875B710
0150:fixme:manipulation:viewport_RemoveEventHandler 00007A592875B710, 6
0150:fixme:manipulation:viewport_Abandon 00007A592875B710
0150:fixme:manipulation:direct_manip_Deactivate 00007A592875B650,
000000000031025A
01b8:fixme:dwmapi:DwmGetWindowAttribute attribute 14 not implemented.
01b8:fixme:dwmapi:DwmGetWindowAttribute attribute 14 not implemented.
01b8:fixme:win:NtUserGetWindowPlacement not fully supported on other process
window 0x30038.
01b8:fixme:dwmapi:DwmGetWindowAttribute attribute 14 not implemented.
01b8:fixme:dwmapi:DwmGetWindowAttribute attribute 14 not implemented.
01b8:fixme:win:NtUserGetWindowPlacement not fully supported on other process
window 0x30038.
To get this far requires a log in and so "winetricks arial" (Bug 47325), and
disabling GPU acceleration for web views helps (Bug 56758).
--
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.