https://bugs.winehq.org/show_bug.cgi?id=49967
Bug ID: 49967
Summary: wine-staging fails to compile
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Since a few days wine-staging fails to compile for me. I don`t know if this is
a fault at my end, but i guess not because regular wine compiles fine.
This is on debian 10 (Description: Debian GNU/Linux bullseye/sid)
Error:
gcc -m32 -c -o dlls/bcrypt/gcrypt.o ../wine/dlls/bcrypt/gcrypt.c -Idlls/bcrypt
-I../wine/dlls/bcrypt -Iinclude \
-I../wine/include -I/usr/include/p11-kit-1 -D__WINESRC__ -D_UCRT
-DWINE_UNIX_LIB -D_REENTRANT \
-fno-PIC -fasynchronous-unwind-tables -Wall -pipe -fcf-protection=none
-fno-stack-protector \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
\
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-2 \
-gstrict-dwarf -fno-omit-frame-pointer -g -O2
In file included from ../wine/dlls/bcrypt/gcrypt.c:280:
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winbase.h:2073:84: note: in expansion of macro ‘__ms_va_list’
2073 | WINBASEAPI DWORD WINAPI
FormatMessageA(DWORD,LPCVOID,DWORD,DWORD,LPSTR,DWORD,__ms_va_list*);
|
^~~~~~~~~~~~
In file included from ../wine/dlls/bcrypt/gcrypt.c:281:
../wine/include/winbase.h:1613:1: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
1612 | #include <poppack.h>
+++ |+#include <stdarg.h>
1613 |
In file included from ../wine/dlls/bcrypt/gcrypt.c:280:
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winbase.h:2074:85: note: in expansion of macro ‘__ms_va_list’
2074 | WINBASEAPI DWORD WINAPI
FormatMessageW(DWORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,__ms_va_list*);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winbase.h:2074:85: note: in expansion of macro ‘__ms_va_list’
2074 | WINBASEAPI DWORD WINAPI
FormatMessageW(DWORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,__ms_va_list*);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3485:82: note: in expansion of macro ‘__ms_va_list’
3485 | NTSYSAPI NTSTATUS WINAPI
RtlFormatMessage(LPCWSTR,ULONG,BOOLEAN,BOOLEAN,BOOLEAN,__ms_va_list
*,LPWSTR,ULONG,ULONG*);
|
^~~~~~~~~~~~
In file included from ../wine/dlls/bcrypt/gcrypt.c:282:
../wine/include/winternl.h:27:1: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
26 | #include <apiset.h>
+++ |+#include <stdarg.h>
27 |
In file included from ../wine/dlls/bcrypt/gcrypt.c:280:
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3486:84: note: in expansion of macro ‘__ms_va_list’
3486 | NTSYSAPI NTSTATUS WINAPI
RtlFormatMessageEx(LPCWSTR,ULONG,BOOLEAN,BOOLEAN,BOOLEAN,__ms_va_list
*,LPWSTR,ULONG,ULONG*,ULONG);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3486:84: note: in expansion of macro ‘__ms_va_list’
3486 | NTSYSAPI NTSTATUS WINAPI
RtlFormatMessageEx(LPCWSTR,ULONG,BOOLEAN,BOOLEAN,BOOLEAN,__ms_va_list
*,LPWSTR,ULONG,ULONG*,ULONG);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3716:58: note: in expansion of macro ‘__ms_va_list’
3716 | NTSYSAPI NTSTATUS WINAPI vDbgPrintEx(ULONG,ULONG,LPCSTR,__ms_va_list);
| ^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3716:58: note: in expansion of macro ‘__ms_va_list’
3716 | NTSYSAPI NTSTATUS WINAPI vDbgPrintEx(ULONG,ULONG,LPCSTR,__ms_va_list);
| ^~~~~~~~~~~~
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3717:75: note: in expansion of macro ‘__ms_va_list’
3717 | NTSYSAPI NTSTATUS WINAPI
vDbgPrintExWithPrefix(LPCSTR,ULONG,ULONG,LPCSTR,__ms_va_list);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3717:75: note: in expansion of macro ‘__ms_va_list’
3717 | NTSYSAPI NTSTATUS WINAPI
vDbgPrintExWithPrefix(LPCSTR,ULONG,ULONG,LPCSTR,__ms_va_list);
|
^~~~~~~~~~~~
make: *** [Makefile:11624: dlls/bcrypt/gcrypt.o] Error 1
make: *** Waiting for unfinished jobs....
--
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=49823
Bug ID: 49823
Summary: Wine-staging 5.17 build fails on older Debian/Ubuntu
versions
Product: Wine-staging
Version: 5.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Building the wine-staging packages failed on Debian 9, Ubuntu 16.04, and Ubuntu
18.04. No problem on newer Debian/Ubuntu versions, Fedora, or the wine-devel
packages.
[ 846s] unix/file.c: In function 'FILE_CreateSymlink':
[ 846s] unix/file.c:6093:48: error: 'RENAME_EXCHANGE' undeclared (first use in
this function); did you mean 'SONAME_LIBSANE'?
[ 846s] if (!renameat2( -1, tmplink, -1, unix_src, RENAME_EXCHANGE ))
[ 846s] ^~~~~~~~~~~~~~~
[ 846s] SONAME_LIBSANE
[ 846s] unix/file.c:6093:48: note: each undeclared identifier is reported only
once for each function it appears in
[ 846s] unix/file.c: In function 'FILE_RemoveSymlink':
[ 846s] unix/file.c:6418:49: error: 'RENAME_EXCHANGE' undeclared (first use in
this function); did you mean 'SONAME_LIBSANE'?
[ 846s] if (!renameat2( -1, tmpfile, -1, unix_name, RENAME_EXCHANGE ))
[ 846s] ^~~~~~~~~~~~~~~
[ 846s] SONAME_LIBSANE
[ 846s] Makefile:945: recipe for target 'unix/file.o' failed
[ 846s] make[2]: *** [unix/file.o] Error 1
[ 846s] make[2]: Leaving directory '/usr/src/packages/BUILD/dlls/ntdll'
[ 846s] Makefile:9337: recipe for target 'dlls/ntdll' failed
[ 846s] make[1]: *** [dlls/ntdll] Error 2
--
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=49790
Bug ID: 49790
Summary: wine (staging) from 5.13 to current 5.16 - qclauncher
hangs (on access to a lock file?)
Product: Wine-staging
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)lam.pl
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Because Bethesda.net Launcher doesn't work in WINE, qclauncher has been a great
tool to start Quake Champions in WINE for pure BNL accounts (non-Steam).
On Fedora (which uses wine-staging), I can't run qclauncher on any wine
(staging) newer than 5.12.
To reproduce qclauncher's problem, you don't need the game or Bethesda account.
All you need is to:
- grab the newest qclauncher.exe -
https://github.com/syncore/qclauncher/releases/tag/v1.06 and extract that into
a directory
- cd <said directory>
- touch data.qcl
- ./qclauncher.exe
Because the configuration file is 0 bytes, it should pop up an error saying
"Your data.qcl is from an old version (...) You must restart (...)". That's the
expected behavior for this test scenario. At least it was able to open the
file, see that it's empty and display a dialog. It will remove the empty
data.qcl file and you need to touch (re-create) it before test with a different
WINE version.
In current wine-staging, the pop-up never appears. Instead, wine apparently
hangs completely, doesn't show any window, doesn't react to ^C/^\, but can be
killed.
My history with this problem:
- 5.9 works
- 5.10 had the same issue
- not sure about 5.11
- 5.12 works
- 5.13, 5.14, 5.15, 5.16 (newest at the time of writing) all have the bug
Because I found a way to reproduce the hang without qclauncher ever trying to
launch the game, I'm now suspecting (actually, pretty convinced) that the hang
occurs during access to the data.qcl file. The program creates a file
"qcl.lock" and perhaps this locking mechanisms got broken?
This should be 100% reproducible without any requirements (other than grabbing
qclauncher from github), but please let me know if it somehow isn't. Many
thanks in advance!
--
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=49645
Bug ID: 49645
Summary: Adobe Photoshop CC 2018 crashes at every "cancel"
interaction
Product: Wine-staging
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l4vebs1mx(a)relay.firefox.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67846
--> https://bugs.winehq.org/attachment.cgi?id=67846
Backtrace Error Log
I have been running Adobe Photoshop CC 2018 flawlessly from 5.10 onwards, but
since staging 5.12 a usage breaking error appears:
Whenever I cancel / close a dialogue by exiting it (via clicking cancel or
esc), the bug occurs: Photoshop has presented an error dialogue "Could not
complete your request" for every canceled interaction (example: using the crop
tool and then using escape to not commiting the action). Since 5.12, this
dialogue does not appear, instead the program crashes to Desktop.
Any help would be much appreciated...
Thank you all!
--
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=49826
Bug ID: 49826
Summary: Wine-staging 5.17.1 build fails in winegstreamer in
Ubuntu 16.04 and Debian 9
Product: Wine-staging
Version: 5.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Bug 49823 is fixed with 5.17.1 and Ubuntu 18.04 builds, but Debian 9 and Ubuntu
16.04 now fail in winegstreamer:
[ 886s] media_source.o: In function
`winegstreamer_stream_handler_create_object':
[ 886s] ./dlls/winegstreamer/media_source.c:1101: undefined reference to
`gst_structure_get_list'
[ 886s] collect2: error: ld returned 1 exit status
[ 886s] winegcc: /usr/bin/gcc failed
[ 886s] Makefile:719: recipe for target 'winegstreamer.dll.so' failed
[ 886s] make[2]: *** [winegstreamer.dll.so] Error 2
[ 886s] make[2]: Leaving directory
'/usr/src/packages/BUILD/dlls/winegstreamer'
[ 886s] Makefile:9448: recipe for target 'dlls/winegstreamer' failed
[ 886s] make[1]: *** [dlls/winegstreamer] Error 2
--
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=49714
Bug ID: 49714
Summary: Page fault when running winecfg or wineboot
Product: Wine-staging
Version: 5.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ArchLinux
Created attachment 67968
--> https://bugs.winehq.org/attachment.cgi?id=67968
terminal output
Wine-Staging@68c50a8fb4cbb402a2cd22b48b58852437104bd2
produces page faults when issuing either winecfg or wineboot -u.
--
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=49708
Bug ID: 49708
Summary: wine-staging 5.15 fails to compile on GCC 4.9.2 with
default flags (for loop initialization in
mfplat-streaming-support)
Product: Wine-staging
Version: 5.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hello,
Using GCC 4.9.2 with default flags (=no CCFLAGS or custom options used),
compiling wine-staging 5.15 fails with:
/media/wine-shares/git/dlls/mf/topology.c: In function
‘topology_loader_enumerate_output_types’:
/media/wine-shares/git/dlls/mf/topology.c:1979:5: error: ‘for’ loop initial
declarations are only allowed in C99 or C11 mode
for (unsigned int i = 0; i < num_activates; i++)
^
/media/wine-shares/git/dlls/mf/topology.c:1979:5: note: use option -std=c99,
-std=gnu99, -std=c11 or -std=gnu11 to compile your code
That construct only appears in wine-staging patchset
'mfplat-streaming-support'.
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=49911
Bug ID: 49911
Summary: Sebastien Loeb Rally EVO crashes with builtin
xactengine3_7
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68279
--> https://bugs.winehq.org/attachment.cgi?id=68279
xact3
Crashes while loading after hitting Play at config launcher.
wine-5.18-35-g2ee75bf9ad
--
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=49659
Bug ID: 49659
Summary: A program dump dialog occurs when launching Mahjong
Titans using version 5.14 of Wine. Appears to be a
regression in msdmo.dll.
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: craigaschulstad(a)gmail.com
Distribution: ---
Created attachment 67896
--> https://bugs.winehq.org/attachment.cgi?id=67896
Document containing screen captures prior to the Wine upgrade and then after
along with error log
After upgrading from the Wine application to version 5.14, I discovered that
launching the Windows game "Mahjong Titans" no longer worked. Shortly after
launching the program, a program error dialog box is displayed indicating a
page fault has occurred. Viewing the initial entry points, the module in error
appeared to be the msdmo.dll linked library.
I have a virtual machine sandbox set up where I installed the source code for
version 5.14 and built the application on the sandbox. Then, I launched the
"Mahjong Titans" game there and received the same results. In viewing the
source code for module "dmoreg.c" for the last iteration of Wine that worked
with this game that I found (version 5.12), I found extensive changes were made
to source code in the "msdmo" folder. In checking the "shortlogs", most if not
all of these changes occurred in version 5.13.
As a further test in the sandbox machine, I renamed the source code file for
module "dmoreg.c", brought in the source code for that module from version
5.12, and ran the "make" utility to rebuild the library in the sandbox. After
doing so, the "Mahjong Titans" game once again worked without crashing. So
this really seems to point to this module as having the issue. As a result of
this testing, I backed up a copy of the "msdmo.dll" file for version 5.14 and
copied in the file from version 5.12 for now as a work-around. This might be
unstable, but I am basically just currently using Wine to launch games.
I am attaching a Libre Office document with some screen captures and the error
log for further reference. FYI, here are the details of my system.
- Linux Mint 19.3 Cinnamon (kernel version 5.4.0-42-generic)
- Wine version 5.14
FYI, file "msdmo.dll" is not in the above component list. That is why I
selected "unknown"
If you wish to acquire the Mahjong Titans game, it is a part of an installation
package that you can get at the following link:
https://winaero.com/request.php?1836
Please let me know if there is some other information that I might provide.
Regards,
Craig Schulstad
--
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=49549
Bug ID: 49549
Summary: winetricks -q dotnet45 leaves dozens of mscorsvw.exe
processes
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
CC: julliard(a)winehq.org
Regression SHA1: 72fc2ceaa6ae472a809b4d5c02be98c44388c1b7
Distribution: Debian
In addition to hanging in as yet undetermined circumstances -- bug 49532 --
with 5.12 'winetricks -q dotnet45' when apparently successful results in dozens
of mscorsvw.exe processes hanging around. Checked just now with a fresh 32-bit
prefix. Sample from ps auxww:
spoon 14633 0.7 0.8 1816076 97364 ? S 22:21 0:00
C:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 3b0
-InterruptEvent c4 -NGENProcess c8 -Pipe 38c -Comment NGen Worker Process
Regression test yielded:
72fc2ceaa6ae472a809b4d5c02be98c44388c1b7 is the first bad commit
commit 72fc2ceaa6ae472a809b4d5c02be98c44388c1b7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jul 3 12:02:58 2020 +0200
ntdll: Use pthread mutexes for uninterrupted sections in the Unix library.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 e0a62fd390db2e0bc73f661747c6425402318a5a
829a56e7996c90891205b46b94a05188c442b934 M dlls
...and a day or two ago I was able to revert that commit and have things work.
There's some conflict now though.
--
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.