https://bugs.winehq.org/show_bug.cgi?id=48390
Bug ID: 48390
Summary: Unable to launch War Thunder 64bit with EAC... Also
Pulse audio instead of ALSA
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryanrkpm(a)yahoo.com
Distribution: ---
Created attachment 66153
--> https://bugs.winehq.org/attachment.cgi?id=66153
wine ./launcer.exe
https://forum.warthunder.com/index.php?/topic/473521-running-acesexe-with-w…
I can run 32 bit version of the game, but that doesn't launch with EAC. 64 bit
client must be used. or launcher program. This is what I get. Also inside
game (32 bit) it doesn't recognize ALSA and uses PULSE AUDIO, which I don't
have. I don't know if this'll carry over to 64 bit version or not as it
doesn't work.
But we need EAC to initialize to play the game 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.
https://bugs.winehq.org/show_bug.cgi?id=54240
Bug ID: 54240
Summary: wineserver crash when calling an rpc stub
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: memory.thrasher(a)gmail.com
Distribution: ---
"M.A.R.S." game would immediately crash when attempting to launch due to a
missing (stubbed) function. I implemented the function in the linked merge
request. Game submitted to app db, also linked below.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1888https://appdb.winehq.org/objectManager.php?sClass=version&iId=41241&iTestin…
With the above patch, the game progresses to a splashscreen before crashing
without any helpful errors, likely due to "easy anti-cheat" software. With
tracing enabled, I was able to confirm the rpc endpoint generated by my patch
was functioning correctly.
--
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=45375
Bug ID: 45375
Summary: Halo Online: Weird black display problems.
Product: Wine
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: conmanx360(a)gmail.com
Distribution: ---
This issue happens on certain maps in Halo Online depending on what your
current Z position is. Not all maps suffer from it, only certain ones do. If
you're above the Z position that it begins happening at, everything below
renders normally, but once you go below it, a portion of the frame becomes
black. It seems to be in a pattern. Not all objects are blacked out, either. So
there must be some sort of "priority".
Image examples here: https://imgur.com/a/176i4xr
--
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=55105
Bug ID: 55105
Summary: libHttpClient requires
WINHTTP_OPTION_CLIENT_CERT_ISSUER_LIST support
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
libHttpClient is the web socket abstraction layer for Xbox Live titles on
various platforms; on Windows it uses winhttp for http sources. Two example
games using this library are Gears 5 and Halo: The Master Chief collection.
One part of the implementation handles certificate authentication; in
particular it handles ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED, which according to
MSDN should be handled by calling WinHttpQueryOption with
WINHTTP_OPTION_CLIENT_CERT_ISSUER_LIST, so that it can attempt to find a
relevant certificate chain and re-attempt the connection if a cert is found.
Luckily, libHttpClient is open source, so the exact block that does this can be
found here:
https://github.com/microsoft/libHttpClient/blob/1c8386866fb180dd31890186291…
As of the latest Git revision, Wine does not handle this parameter, so the
default case is tripped:
https://gitlab.winehq.org/wine/wine/-/blob/81859c9af70aa5ed6da3060488d1815a…
--
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=55106
Bug ID: 55106
Summary: libHttpClient requires CertFindChainInStore support
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
libHttpClient is the web socket abstraction layer for Xbox Live titles on
various platforms; on Windows it uses winhttp for http sources. Two example
games using this library are Gears 5 and Halo: The Master Chief collection.
One part of the implementation handles certificate authentication; in
particular it attempts to search for a specific cert chain from the "MY" store
via CertFindChainInStore, and uses the results of this search to determine
whether or not it should try to connect again.
Luckily, libHttpClient is open source, so the exact block that does this can be
found here:
https://github.com/microsoft/libHttpClient/blob/1c8386866fb180dd31890186291…
As of the latest Git revision, CertFindChainInStore is a stub, and so the
search will always fail:
https://gitlab.winehq.org/wine/wine/-/blob/81859c9af70aa5ed6da3060488d1815a…
--
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.
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.
https://bugs.winehq.org/show_bug.cgi?id=46441
Bug ID: 46441
Summary: Steam shows an extra icon when minimizing window
Product: Wine
Version: 4.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63223
--> https://bugs.winehq.org/attachment.cgi?id=63223
screenshot
Steps to reproduce:
1. Enable virtual desktop
2. Launch Steam
3. Minimize window
wine-4.0-rc5-14-g0ff7fd1259
--
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.