https://bugs.winehq.org/show_bug.cgi?id=42284
Bug ID: 42284
Summary: Enable using Wine with Wayland and without X on Linux
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Currently, Wine on Linux is strongly dependent on X, and when used with the
desktop environment with new Wayland display server, Wine is forced to run
through XWayland, which so far remains a poor experience.
The whole Linux desktop is now strongly pushing the switch from X to Wayland,
and many major applications are now in the process of enabling this switch.
Is there some plan for such effort in Wine? Is it even feasible? I couldn't
find any bugs opened for it, so I'm opening one here to track this.
--
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=58106
Bug ID: 58106
Summary: PrintDialog (System.Windows.Controls): does not set
PageRange and PageRangeSelection
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igor.ivanov.0501(a)gmail.com
Distribution: ---
Created attachment 78364
--> http://bugs.winehq.org/attachment.cgi?id=78364
Sample App for VS22 with executable
After opening PrintDialog and manually setting PageRange returned result will
be unchanged. See sample in attachment
--
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=57714
Bug ID: 57714
Summary: IRC link in "When reporting a bug" section on Bugzilla
is outdated
Product: WineHQ Bugzilla
Version: unspecified
Hardware: Other
URL: https://bugs.winehq.org/enter_bug.cgi
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs.winehq.org(a)zetafleet.com
CC: austinenglish(a)gmail.com
Dear Maintainers,
According to https://gitlab.winehq.org/wine/wine/-/wikis/IRC Wine uses Libera,
but on Bugzilla, the part which reads “If in doubt - visit the forum or IRC to
ask for help.” still links to Freenode.
Best,
--
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=55759
Bug ID: 55759
Summary: Cinebench 2024 needs
Windows.System.Profile.SystemIdentification
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: etaash.mathamsetty(a)gmail.com
Distribution: ---
09d4:fixme:combase:RoGetActivationFactory
(L"Windows.System.Profile.SystemIdentification",
{5581f42a-d3df-4d93-a37d-c41a616c6d01}, 00007FFFFE1FD840): semi-stub
09d4:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.System.Profile.SystemIdentification"
The app works fine in windows 7 mode for the most part, the above is preventing
it from running in windows 11 mode
--
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=58197
Bug ID: 58197
Summary: 32-bit Wine Mono crashes on macOS
Product: Wine
Version: 10.7
Hardware: x86-64
OS: MacOS
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Running any 32-bit .NET executable in Wine fails for me on macOS.
I got this stack trace from winedbg:
Backtrace:
=>0 0x0000007bca12a0 in wow64cpu (+0x12a0) (0x0000000012f0d4)
1 0x00000078af30c2 mono_100ns_ticks+0x52()
[/builds/mono/wine-mono/mono/mono/utils/mono-time.c:82] in libm
ono-2.0-x86 (0x0000000012f10c)
2 0x00000078895e8b mono_time_track_end+0x5(time=0000000000968730,
start=0x12f0c30009656b) [/builds/mono/wi
ne-mono/mono/mono/mini/mini.c:4034] in libmono-2.0-x86 (0x00000000969878)
3 0x00000078895e8b mini_method_compile+0x1c3b(method=0000000000968730,
opts=0x968730, domain=0000000000968
730, flags=9865008, parts=0x968730, aot_method_index=0x968730)
[/builds/mono/wine-mono/mono/mono/mini/mini.c
:3882] in libmono-2.0-x86 (0x00000000969878)
4 0x00000000967088 (0x00000000968730)
5 0x00000006001595 (0x00000000001886)
Seems to be in a QueryPerformanceCounter call:
https://gitlab.winehq.org/mono/mono/-/blob/wine-mono/mono/utils/mono-time.c…
A relay log shows that this specific call, from mono_100ns_ticks specifically,
has completed before.
--
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=55886
Bug ID: 55886
Summary: No more audio (FreeBSD and OSS) since Wine 8.15
Product: Wine
Version: 8.15
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineoss.drv
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
Created attachment 75418
--> https://bugs.winehq.org/attachment.cgi?id=75418
winecfg under Wine 8.20
OS : FreeBSD
Processor architecture : amd64
Version : 14.0-CURRENT #0 main-n263139-baef3a5b585f: Thu May 25 08:14:14 UTC
2023
----------
Hello,
Wine 8.14 is the latest version that actually gives me audio. I'm not using
ALSA nor PulseAudio, only OSS, as usual.
I know there were changes on the audio part by Davide Beatrici, on the Wine
8.15 Wine Announcement :
[...]
wineoss: Update device cache in get_device_guid().
wineoss: Export get_device_guid().
wineoss: Remove GetEndpointIDs.
[...]
I don't know if this causes my OS to not offering sound anymore.
Since Wine 8.15 (and up to Wine 8.20), I still see "wineoss.drv" as my selected
driver and all my pcm just as it should but if I press "Test Sound", there's no
sound played and no error displayed in my terminal.
--
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.