https://bugs.winehq.org/show_bug.cgi?id=51632
Bug ID: 51632
Summary: Downloading Wine-Mono through appwiz hangs/fails
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: d327527cec22c1123781e6c5a637032a31698b91
This only happens on macOS. Clicking 'Install' works, but it stays on
'Downloading...' forever. Cancelling to skip works.
The only output is:
0068:err:appwizcpl:InstallCallback_OnStopBinding Binding failed 800c0008
Bisection revealed:
d327527cec22c1123781e6c5a637032a31698b91 is the first bad commit
commit d327527cec22c1123781e6c5a637032a31698b91
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Aug 11 20:40:23 2021 +0200
ws2_32: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
I'm running macOS 10.14, compiling with mingw and the 10.13 SDK.
--
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=52527
Bug ID: 52527
Summary: Death Stranding fails to start
Product: vkd3d
Version: 1.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
fixme:debug_vk_memory_property_flags: Unrecognized flag(s) 0xc0.
---------
error.txt
---------
Your graphics card Radeon RX 5500M does not support DirectX 12 features
0. 0x0001417D2188 ds, 0x417D2188
1. 0x0001417CE263 ds, 0x417CE263
2. 0x0001423EC291 ds, 0x423EC291
3. 0x0001423E94FE ds, 0x423E94FE
4. 0x0001416A5679 ds, 0x416A5679
5. 0x0001416A5A0A ds, 0x416A5A0A
6. 0x0001416A5896 ds, 0x416A5896
7. 0x000143714832 ds, 0x43714832
8. 0x00007B64C371 kernel32, 0x7B64C371
9. 0x7F19D1C389D8 ntdll, 0xD1C389D8
10. 0x000000000000
11. 0x0001437148A4 ds, 0x437148A4
12. 0x000067FF0000
13. 0x000000000000
vkd3d-1.2-764-gdbcf0634
--
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=52573
Bug ID: 52573
Summary: WineCFG shows title bar only
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousif.seedhom(a)gmail.com
Created attachment 71897
--> https://bugs.winehq.org/attachment.cgi?id=71897
picture of issue
I am on a Mid 2012 Macbook pro, using MacOs 10.13.6 (High Sierra)
I have wine-stable and winetricks install using brew
When I execute winecfg, i get a header bar, but no window.
On the terminal, these are the commands I executed
> WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
I get only bar for the winecfg application but no window
--
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=52606
Bug ID: 52606
Summary: build on Cygwin fails: error: ‘CP_UTF8’ undeclared (in
libs/xml2)
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: saulius2(a)gmail.com
(This is continuation from the bug 52374)
After faking l3codeca.acm, make then fails in libs/xml2.
MB_ERR_INVALID_CHARS is undeclared here too. Also declaration of
MultiByteToWideChar() is implicit:
--- snip ---
gcc -c -o libs/xml2/xmlIO.o libs/xml2/xmlIO.c -Ilibs/xml2 -Iinclude
-Iinclude/msvcrt -I./libs/xml2/include \
-DLIBXML_STATIC -DHAVE_VA_COPY -D_UCRT -D__WINE_PE_BUILD -pipe
-fcf-protection=none \
-fno-stack-protector -fno-strict-aliasing -Wno-packed-not-aligned -gdwarf-4 \
-fno-omit-frame-pointer -fasynchronous-unwind-tables -D_WIN32 -fno-builtin
-fshort-wchar \
-Wno-format -g -O2
libs/xml2/xmlIO.c: In function ‘__xmlIOWin32UTF8ToWChar’:
libs/xml2/xmlIO.c:207:13: warning: implicit declaration of function
‘MultiByteToWideChar’ [-Wimplicit-function-declaration]
207 | MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
u8String,
| ^~~~~~~~~~~~~~~~~~~
libs/xml2/xmlIO.c:207:33: error: ‘CP_UTF8’ undeclared (first use in this
function)
207 | MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
u8String,
| ^~~~~~~
libs/xml2/xmlIO.c:207:33: note: each undeclared identifier is reported only
once for each function it appears in
libs/xml2/xmlIO.c:207:42: error: ‘MB_ERR_INVALID_CHARS’ undeclared (first use
in this function); did you mean ‘XML_ERR_INVALID_CHAR’?
207 | MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS,
u8String,
| ^~~~~~~~~~~~~~~~~~~~
| XML_ERR_INVALID_CHAR
make: *** [Makefile:154168: libs/xml2/xmlIO.o] Error 1
--- snip ---
If I fake this object file, it leads to dlls/msxml3/msxml3.dll build failure.
--
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=52605
Bug ID: 52605
Summary: Wine does not load the game
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lolothepro29(a)gmail.com
Distribution: ---
game = zzcc
[680:684:0228/225539.418:ERROR:mf_helpers.cc(14)] Error in
dxva_video_decode_accelerator_win.cc on line 396
[728:732:0228/225543.341:ERROR:mf_helpers.cc(14)] Error in
dxva_video_decode_accelerator_win.cc on line 396
[728:732:0228/225543.341:ERROR:viz_main_impl.cc(197)] Exiting GPU process due
to errors during initialization
[776:780:0228/225550.944:ERROR:mf_helpers.cc(14)] Error in
dxva_video_decode_accelerator_win.cc on line 396
[776:780:0228/225550.945:ERROR:viz_main_impl.cc(197)] Exiting GPU process due
to errors during initialization
030c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FEAC
[32:368:0228/225550.986:ERROR:browser_gpu_channel_host_factory.cc(120)] Failed
to launch GPU process.
[32:36:0228/225550.987:ERROR:gpu_process_transport_factory.cc(1024)] Lost UI
shared context.
--
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=52604
Bug ID: 52604
Summary: ONLYOFFICE doesn't shows up explorer
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Distribution: ---
When trying to insert a picture from file, or opening a document file, nothing
shows up
Procedure:
1 - Set Windows version to XP or Vista on winecfg
2 - Install Windows XP/Vista version
3 - Start a new "Document"
2 ways to reproduce the issue:
a) Opening a document
1 - Select "File"
2 - Click "Open..."
b) Inserting picture
1 - Select "Insert"
2 - Select "Picture"
3 - Click "Picture from file"
Download:
https://drive.google.com/file/d/1-IXe80HKvamrRRr1VKUrHYepK60mavVu/view?usp=…
SHA1: 5485526084da997ec9fe6e41d7f7d25b016b15ec
Original download page:
https://www.onlyoffice.com/pt/download-desktop.aspx?from=desktop
Note: 7.0.0 x64 version was tested while i'm writing this report
--
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=52374
Bug ID: 52374
Summary: compiling on Cygwin fails: error: ‘S_IRUSR’ undeclared
(in libs/mpg123)
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: l3codeca.acm
Assignee: wine-bugs(a)winehq.org
Reporter: saulius2(a)gmail.com
(This is continuation from the bug 52370)
After faking some dlls from there, make then fails in libs/mpg123.
Other defines are missing too: S_IWUSR, S_IRGRP, S_IWGRP, S_IROTH, S_IWOTH.
--- snip ---
$ make
gcc -c -o libs/mpg123/src/compat/compat.o libs/mpg123/src/compat/compat.c
-Ilibs/mpg123 -Iinclude -Iinclude/msvcrt \
-Ilibs/mpg123/src -Ilibs/mpg123/src/compat -Ilibs/mpg123/src/libmpg123
-DOPT_GENERIC_DITHER \
-DREAL_IS_FLOAT -DNO_CATCHSIGNAL -DMPG123_NO_LARGENAME -D_UCRT
-fasynchronous-unwind-tables \
-D_WIN32 -fno-builtin -fshort-wchar -D__WINE_PE_BUILD -pipe
-fcf-protection=none \
-fno-stack-protector -fno-strict-aliasing -Wno-packed-not-aligned -gdwarf-4 \
-fno-omit-frame-pointer -g -O2
libs/mpg123/src/compat/compat.c: In function ‘INT123_compat_open’:
libs/mpg123/src/compat/compat.c:96:37: error: ‘S_IRUSR’ undeclared (first use
in this function)
96 | ret = open(filename, flags,
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
| ^~~~~~~
libs/mpg123/src/compat/compat.c:96:37: note: each undeclared identifier is
reported only once for each function it appears in
libs/mpg123/src/compat/compat.c:96:45: error: ‘S_IWUSR’ undeclared (first use
in this function)
96 | ret = open(filename, flags,
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
| ^~~~~~~
libs/mpg123/src/compat/compat.c:96:53: error: ‘S_IRGRP’ undeclared (first use
in this function)
96 | ret = open(filename, flags,
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
| ^~~~~~~
libs/mpg123/src/compat/compat.c:96:61: error: ‘S_IWGRP’ undeclared (first use
in this function)
96 | ret = open(filename, flags,
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
| ^~~~~~~
libs/mpg123/src/compat/compat.c:96:69: error: ‘S_IROTH’ undeclared (first use
in this function)
96 | ret = open(filename, flags,
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
|
^~~~~~~
libs/mpg123/src/compat/compat.c:96:77: error: ‘S_IWOTH’ undeclared (first use
in this function)
96 | ret = open(filename, flags,
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
|
^~~~~~~
make: *** [Makefile:160889: libs/mpg123/src/compat/compat.o] Error 1
--- snip ---
This then leads to dlls/l3codeca.acm/l3codeca.acm build failure.
--
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=52602
Bug ID: 52602
Summary: Deus Ex GOTY: black screen on XWayland
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: idesmi(a)protonmail.com
Distribution: ---
Both the base game and the Revision mod open a blank window.
Sounds still plays fine, and keyboard/mouse input is registered correctly.
This happens only while on the Wayland session. On the X11 one, the game
displays correctly.
Operating System: openSUSE Tumbleweed 20220226
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.11
Graphics Platform: Wayland
CPU: AMD Ryzen 5 2600
GPU: NVIDIA GeForce GTX 750
Wine version: wine-7.2 (Staging)
--
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=51687
Bug ID: 51687
Summary: GetMappedFileNameA/W implementation breaks RiotClient
updates.
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matias.nicolas.zc(a)gmail.com
Distribution: ---
Created attachment 70554
--> https://bugs.winehq.org/attachment.cgi?id=70554
trace log
Since wine (vanilla or staging) 6.2, the Riot Client Launcher fails when
updating itself. This worked fine with wine 6.1 (vanilla and staging)
This wasn't much of a problem since LoL players used a lutris versions based on
wine 5.x. Starting with the last League Of Legends Client update, the CEF
upgrade requires a patched wine 6.15, so users will begin getting this error on
the next Launcher update.
The launcher throws the following error when starting the update process:
```
Update failed: Failed getting path to current executable: File path could not
be found in a mapped drive: \??\c:\Riot Games\Riot
Client\RiotClientServices.exe
```
I bisected the problem to commit bd0a3c1a59db9e75500db6df0f3598c981abf44e. For
some reason the launcher worked with the stub implementation of
GetMappedFileNameA/W, but not with a "real" one. I can confirm that reverting
the commit on 6.15 makes the update work.
Attached is a trace log of the execution (from wine staging 6.15, with the most
frequent calls removed). The interesting part should start in line 546, when
the debug message says that it will start the update, and end in line 1705,
when the update process ends. In line 1361 there is a call to
GetMappedFileNameW, which should be where the error begins.
--
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=52599
Bug ID: 52599
Summary: Using Sonicfire Pro 6.0 is unstable and the program
crashes several times. Below a file with the details..
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jagareas(a)usp.br
Distribution: ---
Created attachment 71929
--> https://bugs.winehq.org/attachment.cgi?id=71929
It is a nightmare to use Sonicfire (version 6 Pro is the only one that works)
with Wine. The program frequently crashes and the work is lost.
Please see attachment below.
--
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.