https://bugs.winehq.org/show_bug.cgi?id=50205
Bug ID: 50205
Summary: Steam News causes Steam crash after login
Product: Wine-staging
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68716
--> https://bugs.winehq.org/attachment.cgi?id=68716
gnome terminal output running steam
Subject tells it all.
Attaching terminal output.
--
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=50559
Bug ID: 50559
Summary: widl-winrt-support patchset breaks compilation with
clang
Product: Wine-staging
Version: 6.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
clang -c -o dlls/windows.media.speech.dll/windows.media.speech_main.cross.o
dlls/windows.media.speech.dll/windows.media.speech_main.c \
-Idlls/windows.media.speech.dll -Iinclude -Iinclude/msvcrt -D__WINESRC__
-D_UCRT -DWINE_CROSS_PE \
-Wall -target i686-windows -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body \
-Wignored-qualifiers -Wno-pragma-pack -Wstrict-prototypes -Wtype-limits -Wvla
-Wwrite-strings \
-Wpointer-arith -Wabsolute-value -fno-omit-frame-pointer -gdwarf-2
-gstrict-dwarf -g -O2
In file included from
dlls/windows.media.speech.dll/windows.media.speech_main.c:18:
include/windows.media.speechsynthesis.h:574:14: error: 'selectany' can only be
applied to data items with external linkage
static const DECLSPEC_SELECTANY WCHAR
RuntimeClass_Windows_Media_SpeechSynthesis_VoiceInformation[] =
{'W','i','n','d','o','w','s','.','M','e','d','i','a','.','S','p','e','e','c','h','S','y','n','t','h','e','s','i','s','.','V','o','i','c','e','I','n','f','o','r','m','a','t','i','o','n',0};
^
include/winnt.h:112:39: note: expanded from macro 'DECLSPEC_SELECTANY'
#define DECLSPEC_SELECTANY __declspec(selectany)
^
1 error generated.
Source of the breakage is this patch:
https://github.com/wine-staging/wine-staging/blob/master/patches/widl-winrt…
It even mentions that:
https://github.com/wine-staging/wine-staging/blob/master/patches/widl-winrt…
+ /* MIDL generates extern const here */
+ fprintf(header, "static const DECLSPEC_SELECTANY WCHAR RuntimeClass_%s[] =
{", c_name);
--
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=48200
Bug ID: 48200
Summary: Approach "Shell" function stopped working
Product: Wine-staging
Version: 4.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
$ rpm -qa wine-common
wine-common-4.20-1.fc31.noarch
Fedora 31, x64
Help!
Lotus Approach's "Shell" function in Word Pro stopped working after upgrading
to 4.20.
Result = Shell ( "z:\home\linuxutil\CopyToClipboard.pl" + " " + FullAddress)
CopyToClipboard.pl never see the call.
This happens on all me shell call. Its killing me!
--
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=51075
Bug ID: 51075
Summary: ServiceMain failed to load win32k.sys
Product: Wine-staging
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tod.jackson(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hello,
I'm met with this error in a new prefix and constantly after:
0088:err:winedevice:ServiceMain Failed to load
L"C:\\windows\\system32\\win32k.sys"
Indeed, in the .reg files there is no mention of win32k.sys anywhere. The file
does exist in windows/system32/drivers, though.
Just as a test, symlinking system32/win32k.sys to system32/drivers/win32k.sys
does make the error go away.
--
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=50700
Bug ID: 50700
Summary: possible regression? unimplemented function
dx7vb.dll.DllRegisterServer in application that ships
with own dx7vb.dll
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lunarlambda(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I have an old application that came with dx7vb.dll. To get it to run in wine, I
had to `regsvr32 dx7vb.dll`. After that, everything worked fine.
After moving to wine-staging, neither the application or regsvr work anymore,
crashing with an unimplemented call to dx7vb.dll.DllRegisterServer.
Adding a native library override for dx7vb.dll didn't seem to work.
I can't provide much info on the application, it's basically vaporware - but it
did work on stable nevertheless.
--
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=50997
Bug ID: 50997
Summary: Wine version not displaying with staging-6.6
Product: Wine-staging
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When launching stuff like eg. winecfg, the patch:
Staging/0001-kernel32-Add-winediag-message-to-show-warning-that-t.patch
supposed to display a FIXME line showing the wine-staging version eg.
"wine-staging 6.6 is a testing version containing experimental patches."
This version (from wine_get_version function) no longer display the version.
Probably due to upstream commit:
https://source.winehq.org/git/wine.git/commitdiff/985bd97c2bb0a161f9cae370a…
--
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=50969
Bug ID: 50969
Summary: Regression - Warframe unable to control camera with
wine-staging 6.6
Product: Wine-staging
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pmargeti34(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Warframe worked normally in wine-staging 6.5 for me.
Archlinux updated to wine-staging 6.6 and consequently I've lost the ability to
control the characters with the mouse in the game. Downgrading the package to
6.5 resolves it, which leads me to believe this is a regression introduced with
6.6.
With 6.6 mouse can still be used in the game menus, but as soon as the 3D world
controls become active it doesn't respond to inputs. Keyboard input works
normally, however the game is unplayable without the mouse.
--
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=48037
Bug ID: 48037
Summary: In World of Tanks in battle, mouse stuck in the middle
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: HASH.DuOrden(a)gmail.com
Distribution: ---
Starting with wine 4.17, in battle mouse is stuck to the center of the screen,
it's just wiggles in middle and do not move the targeting reticle.
This feels very similar to what happens when "MouseWarpOverride"="force" with
only difference that with "MouseWarpOverride"="force" mouse acts like this all
the time but here mouse are stuck to center only when game requests the lock,
I'm not sure that I get the technical part correctly.
PS:This feels like a continuation of a bug #47771.
--
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=50586
Bug ID: 50586
Summary: [regression] NtQueryInformationFile returning
STATUS_INVALID_INFO_CLASS (0xc0000003) on symlinks
opened with option FILE_OPEN_REPARSE_POINT
(0x00200000)
Product: Wine-staging
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mr.dovi(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69263
--> https://bugs.winehq.org/attachment.cgi?id=69263
wine_file.c testcase
Possible related issue: https://bugs.winehq.org/show_bug.cgi?id=50036
I'm investigating the cause of a application startup crash happening on
wine-staging 6.0 but not on wine-staging-5.21, wine-5.13 and wine-6.0
While I think I have found a workaround to have it running on staging-6.0, I
realized it may be worth a share since it took me a few hours of searching the
relay logs.
I have attached a test case but basically, calling NtQueryInformationFile on a
symlink opened with the file handle option FILE_OPEN_REPARSE_POINT seem to
cause NtQueryInformationFile to return STATUS_INVALID_INFO_CLASS, even if the
class is correctly set to FileAllInformation
# wine 5.13
# pNtCreateFile -> 0
# NtQueryInformationFile -> 0
# wine 5.13
# pNtCreateFile -> 0
# NtQueryInformationFile -> 0
# wine-staging 5.21
# pNtCreateFile -> 0
# NtQueryInformationFile -> 0
# wine-staging 5.21
# pNtCreateFile -> 0
# NtQueryInformationFile -> 0
# wine-staging 6.0
# pNtCreateFile -> 0
# NtQueryInformationFile -> c0000003
# wine-staging 6.0
# pNtCreateFile -> 0
# NtQueryInformationFile -> 0
My system is Arch Linux
--
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=50761
Bug ID: 50761
Summary: ntdll-Junction_Points update broke macOS compilation
Product: Wine-staging
Version: 6.3
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: erich.e.hoover(a)gmail.com, leslie_alistair(a)hotmail.com,
z.figura12(a)gmail.com
Regression SHA1: 750044c08c49c7a117fcc911506a198969379144
Created attachment 69550
--> https://bugs.winehq.org/attachment.cgi?id=69550
output
This is on a fully updated macOS 10.14 system, using mingw and the macOS 10.13
SDK to compile 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.