https://bugs.winehq.org/show_bug.cgi?id=46840
Bug ID: 46840 Summary: SoundBridge does`t start: spamming endless fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! Product: Wine Version: 4.3 Hardware: x86 URL: https://soundbridge.io/ OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
Hi, A user reported this on the forum (https://forum.winehq.org/viewtopic.php?f=8&t=32121)
I`m opening bugreport so one can find some info here, (and in case other apps run into same issue. )
The app actually starts in old wine-version wine-3.0, i found commit 407fd270a3114ea6a8f39d893292086a84e3d481 made it run into this bug
(Author: Andrew Wesie awesie@gmail.com Date: Fri May 18 04:51:01 2018 +0000
ntdll: Return success for TokenIntegrityLevel in NtSetInformationToken.
Reverting that commit makes the app start, but fortunately you can also use wine-staging`s "/opt/wine-staging/bin/wine runas /trustlevel:0x20000 SoundBridge.exe"
There`s already bug 40613 for the Staging patchset, but I thought this looks like a bit different so worth to open another bugreport
Note: the installer suffers from another bug, but you can use workaround from the forum here: https://forum.winehq.org/viewtopic.php?f=8&t=32121#p121349
Note2: the app can be downloaded after a very short registration.
sha1sum SoundBridge_(64-bit).exe 667318d676363f14cd155dfd96425c9e9953350a SoundBridge_(64-bit).exe
https://bugs.winehq.org/show_bug.cgi?id=46840
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll CC| |z.figura12@gmail.com Keywords| |regression Regression SHA1| |407fd270a3114ea6a8f39d89329 | |2086a84e3d481
https://bugs.winehq.org/show_bug.cgi?id=46840
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |awesie@gmail.com, | |leslie_alistair@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=46840
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi Zebediah,
I`m by far an expert on this, but I wonder if this should really be marked as a regression. To me it looked as if the app now just got a little bit further to run into next wine-bug.But as I said, I lack knowledge on this to be sure about that....
https://bugs.winehq.org/show_bug.cgi?id=46840
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- (In reply to Louis Lenders from comment #1)
Hi Zebediah,
I`m by far an expert on this, but I wonder if this should really be marked as a regression. To me it looked as if the app now just got a little bit further to run into next wine-bug.But as I said, I lack knowledge on this to be sure about that....
I'm a little confused, didn't you say that it runs successfully with that commit reverted?
It may not mean a high priority to be fixed, but it is still a regression.
https://bugs.winehq.org/show_bug.cgi?id=46840
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Zebediah Figura from comment #2)
(In reply to Louis Lenders from comment #1)
I'm a little confused, didn't you say that it runs successfully with that commit reverted?
Yes, reverting the commit makes the app start, but i afaict that`s not the correct solution to this bug
It may not mean a high priority to be fixed, but it is still a regression.
Ok, that`s fine then; As i said i mainly opened this bugreport so one can find some info in case other programs run into the same issue.