https://bugs.winehq.org/show_bug.cgi?id=57936
Bug ID: 57936
Summary: Incorrect audio volume level read by app from the
system - 100% all the time.
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: greblus(a)gmail.com
Distribution: ---
Hi guys.
I'm trying to use Yousician on Linux and it works amazingly well, maybe even
smoother than on W11, but there is one small problem: It's impossible to
preform latency calibration as the app is checking global system volume, if
it's too high, it disallows calibration to prevent hearing damage if the sounds
it produces are too loud.
On wine and wine-staging the volume in Yousician is always 100%. I use
pipewire-pulse backend and plasma-pa, I'm changing volume from plasma settings
or alsamixer, or pulsemixer but it stays 100% in Yousician.
Hope there's an easy fix for it :).
Regards,
W.
--
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=45432
Bug ID: 45432
Summary: Implement Windows Native Firewall Rules for Lightwave
Software Licensing - netfw_rules
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: newel.anderson(a)gmail.com
Distribution: ---
Created attachment 61753
--> https://bugs.winehq.org/attachment.cgi?id=61753
Terminal logs installing and launching Lightwave under WIne 3.11 in Linux
Lightwave requires Windows Native Firewall Inbound/Outbound Rules in order to
register/activate one's license.
For reference, please see:
https://forum.winehq.org/viewtopic.php?f=8&t=30847&p=116945#p116945 (I'm
wineink)
Towards the end of the above thread I posted terminal output as well as
screenshots. Disabling Windows Firewall, as well as deleting the
inbound/outbound rules in Windows, deactivates my license. Re-enabling the
rules and Windows Firewall reactivates my license. Since this functionality
doesn't exist in Wine, Wine hasn't to my knowledge implemented Windows Native
Firewall Rules, it's impossible to register/activate my legally purchased
license in Wine.
Thank you for your time and consideration.
***Please note, the above applies only to a FULL license of Lightwave. The
trial, which is node-locked, works as designed. Unfortunately, the FULL license
is not node-locked.
--
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=55143
Bug ID: 55143
Summary: unimplemented function
winegstreamer.dll.winegstreamer_create_video_decoder
called in 32-bit code (0x7b012566)
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: zeroredgrave(a)gmail.com
Distribution: ---
Created attachment 74705
--> https://bugs.winehq.org/attachment.cgi?id=74705
Cannot Launch the App probably the introduction of the game( before main menu)
cannot create a video decoder i think
Max Payne 2 Cannot Launch due an unimplemented function
winegstreamer.dll.winegstreamer_create_video_decoder called in 32-bit code
(0x7b012566)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58420
Bug ID: 58420
Summary: Wine crashes when running msys2 iff CPU's PKU/PKRU
feature is enabled
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pipcet(a)protonmail.com
Distribution: ---
This is a heads-up about a bug in cygwin/msys2 which may be misreported as a
wine bug.
The Cygwin code assumes CPUID leaf 0x0d to indicate in EBX a 64-byte-aligned
value. That may or may not be true on current Windows systems, but on current
Linux systems running Wine, with recent CPUs, a CPU feature called "PKU" or
"PKRU" (memory protection keys for userspace), enabled by default, indicates an
additional 8-byte XSAVE area.
This makes the Cygwin code attempt to xsave to a non-64-byte aligned area,
which causes a segfault and abnormal program termination.
While this is clearly a bug, it's a bug that apparently cannot be triggered by
current Windows systems. This means Wine fails to be bug-for-bug compatible in
this case. I don't think there's an easy way around that: we'd have to trap
XGETBV and CPUID instructions to pretend that a feature that is enabled by
Linux actually isn't available.
It would have been nice if the Linux kernel had provided a way to disable the
pku feature on a per-process basis, but AFAICT, it didn't. The nopku kernel
command line argument makes things work, but requires a reboot and disables the
very useful PKU feature for the entire system.
So I don't think there's a good workaround here, but maybe we should suggest to
the Linux kernel people to allow per-process activation of any future XCR0
features?
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58506
Bug ID: 58506
Summary: Some VST plugins using OpenGL don't render in WOW64
mode (black screen)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: a.oleinic103(a)gmail.com
Distribution: ---
When using yabridge to run Windows VST plugins in a native Linux DAW (in my
case, REAPER), Waves plugins do not render correctly, showing a black window.
The window is interactable (grabs the cursor, can change settings, etc), but
dragging it, closing and re-opening, etc. does not work. In the logs, the
plugins show a bunch of OpenGL errors. This is specifically a WOW64 regression,
since using a build of Wine 10 without WOW64 works fine.
This is what it looks like:
09:07:42 [WaveShell1-VST3 14.12_x64-09EFPegt] [Wine STDERR]
0024:err:opengl:null_glEnable unsupported
09:07:42 [WaveShell1-VST3 14.12_x64-09EFPegt] [Wine STDERR]
0024:err:opengl:null_glBlendFunc unsupported
(Sorry for pasting it here, I have read the rules, but it's not letting me
paste text as an attachment for some reason :/)
--
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=54829
Bug ID: 54829
Summary: Unhandled exception: page fault on write access to,
invalid program stack in 64-bit code
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: philipp.heimpel(a)gmail.com
Distribution: ---
Created attachment 74334
--> https://bugs.winehq.org/attachment.cgi?id=74334
Error Details
When running wine VCarveDesktopTrialEdition.exe I receive the following error:
Unhandled exception: page fault on write access to, invalid program stack in
64-bit code
Installation went fine and without errors
Download link:
https://storage.googleapis.com/vectric_public/VCarveDesktopTrialEdition_Set…
Debian GNU/Linux 11 (bullseye)
--
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=40500
Bug ID: 40500
Summary: Scrap Mechanic : Unable to launch
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arionrina(a)verizon.net
Distribution: ---
Created attachment 54281
--> https://bugs.winehq.org/attachment.cgi?id=54281
Crash log
Scrap Mechanic doesn't open up the first window, then crashes.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58488
Bug ID: 58488
Summary: Bejeweled 3: black screen on start
Product: Wine
Version: 10.12
Hardware: x86-64
URL: https://store.steampowered.com/app/78000/Bejeweled_3/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: ae487930f8d3811a7434dc2cbb561982c894f5ba
Distribution: ---
In Wine-10.12 the black screen issue reappeared. (bug #58373)
This time it was caused by
commit ae487930f8d3811a7434dc2cbb561982c894f5ba
winex11: Create client surfaces for opengl drawables.
The patch from bug #58459 fixes the problem (attachment #78940)
Nvidia binary drivers 575.64.03
X.Org X Server 1.21.1.18
--
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=49747
Bug ID: 49747
Summary: ICO_ExtractIconExW causes crash on incomplete windows
executable
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: andi(a)notmuch.email
Distribution: ---
Created attachment 68049
--> https://bugs.winehq.org/attachment.cgi?id=68049
backtrace of explorer.exe crashing
I have 31% of a binary in a local directory because some installer/patcher
crashed during installation. Whenever I use `winefile` or `wine explorer.exe`
and scroll to that file in the directory wine crashes with the attached
backtrace.
It appears to be related to the ICO handling code within wine that expects more
input but that doesn't exist yet.
Attached is the backtrace of running the patcher for the "Dark Age of Camelot"
freeshard "Phoenix" (https://playphoenix.online) which did cause this issue for
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=44288
Bug ID: 44288
Summary: Aldi Steuer 2017 - Video doesn't play back
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 60121
--> https://bugs.winehq.org/attachment.cgi?id=60121
Console output wine 3.0rc3 (non-staging)
Hello everyone,
I recently got accepted as a Super-Maintainer for a German taxation program
called "Steuer" (which is the German word for tax).
I can startup the application okay but unfortunately video playback for the
tutorial doesn't work and results in an empty white screen.
Console output is attached.
--
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.