https://bugs.winehq.org/show_bug.cgi?id=48088
Bug ID: 48088
Summary: DIB engine does not work on a 256-color X server
Product: Wine
Version: 1.5.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 65646
--> https://bugs.winehq.org/attachment.cgi?id=65646
Regedit in Xephyr
To reproduce, run `Xephyr :1 -ac -screen 800x600x8` in one terminal window and
`DISPLAY=:1 wine regedit` in another. The window colors are positively
psychedelic.
A regression test on a Debian 6.0 Squeeze virtual machine revealed:
33ac850c80634c891b0c157bbffa612f70954a40 is the first bad commit
commit 33ac850c80634c891b0c157bbffa612f70954a40
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 6 12:39:34 2012 +0200
winex11: Use window surfaces for rendering top-level windows.
It can be disabled by setting "ClientSideGraphics"="n".
:040000 040000 704eac5fc311e63d373e399c63a2488a6b3dedca
33fb0e5963c1326f8765334e4714060c89b21b5e M dlls
And indeed, creating the registry key "HKEY_CURRENT_USER\Software\Wine\X11
Driver\ClientSideGraphics" with the value "N" or "n" allows the window to be
displayed normally (except for some unsightly dithering).
--
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=53767
Bug ID: 53767
Summary: vbscript fails to handle ReDim when variable is not
yet created
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
While working on leveraging the vbscript engine of Wine for a macos/linux port
of Visual Pinball, I finally have the example table working and am starting to
work through the runtime errors.
Since the table scripts are often copies of copies of copied code, sometimes
bad practices make their way in.
Take the following code:
Const tnob = 5 ' total number of balls
ReDim rolling(tnob)
This works in real vbscript, but fails here.
As a work around, I've updated the script to:
Const tnob = 5 ' total number of balls
Dim rolling()
ReDim rolling(tnob)
According to the rules I've found:
It's possible to create a new dynamic array within a procedure using the ReDim
statement if the array to which it refers doesn't already exist at either
module or level. Typically, this results from an error of omission; the
programmer forgets to explicitly define the array using Dim, Public, or
Private. Since this method of creating an array can cause conflicts if a
variable or array of the same name is subsequently defined explicitly, ReDim
should be used only to redimension an existing array, not to define a new one.
--
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=56725
Bug ID: 56725
Summary: chromium not working under new wow64
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Downloader:
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.h…
Make sure not to use too new chromium because of bug 56724
--
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=56935
Bug ID: 56935
Summary: Softube VST plugins are not drawing their UI
Product: Wine
Version: 9.12
Hardware: x86-64
URL: https://www.softube.com/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
CC: jzeng(a)codeweavers.com
Regression SHA1: f397807415b4807aeabac7243a13a15599008ee7
Distribution: ---
The plugin UI never updates, it's window is cleared with black on startup and
then it just shows the remains of anything that was ever drawn over it, like
unrelated windows. With the commit is reverted everything redraws normally.
Softube provides a free plugin that reproduces the issue ("Saturation Knob"),
but sadly it's not very straightforward to set it up. First you need some DAW
software what can run windows VST plugins through wine, like lmms. Then Softube
doesn't provide it's plugins directly but insists on installing them through
their bloated downloader, which then insists to install several licensing
services. I could not get it to work through wine and used a windows vm for
that part. Once you get the plugin dll however everything works through wine,
including "activation" (even for a free plugin) except that the UI is not
updating.
--
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=57580
Bug ID: 57580
Summary: fixme:netprofm crashes the EA launcher app and
Mirror's Edge Catalyst because it loses online
connection
Product: Wine
Version: 10.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: halcek(a)tutanota.com
Distribution: ---
Mirror's Edge Catalyst can launch, but the EA app bundled with it crashes after
briefly being displayed. It appears that the problem may be related to the EA
app loosing an online connection after a few seconds for an unknown reasons.
This seems to be related to the netprofm list_manager_GetConnectivity aspect of
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.
https://bugs.winehq.org/show_bug.cgi?id=51870
Bug ID: 51870
Summary: D16 VST plugins fail to save activation info
Product: Wine-staging
Version: 6.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zephyr(a)zephnet.biz
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70786
--> https://bugs.winehq.org/attachment.cgi?id=70786
log from renoise, yabridge, wine
I'm trying to get d16's Punchbox VST2 running on Arch with wine-staging 6.19
(via the wine-ge-custom package).
All d16 plugins require you to go through an online login prompt through the
plugin before you can use it (even for demos) and after you successfully log
in, the plugin requires you to close it and restart it. The problem is, on the
next restart the plugin asks for the activation credentials again.
This problem is not limited to one DAW, Wine version, or plugin bridge it
seems. I have tested this with Renoise and Reaper as VST hosts, with Wine 6.14,
and with the yabridge and airwave plugin bridges. I am able to run other
Windows VSTs without issue.
The plugin works despite the UI being inaccessible - it responds to midi notes,
sounds like it should and and my DAW's VST controllers work (but i can't change
presets).
Attached the log from Renoise / Wine after I start the plugin, log in, close it
and reinitialize.
--
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=57554
Bug ID: 57554
Summary: the default font 'System' does not support Chinese
character
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zhaohongxinxin(a)163.com
Distribution: ---
When running programs such as wine control, wine notaped, wine regedit,
the default "System" font does not display Chinese properly, and winecfg cannot
set the System to other font or adjust the font fallback.
--
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=25887
Summary: winevdm tries to run dos apps via dosbox on Z: which
is reserved in dosbox
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pquiring(a)gmail.com
If you try to run a dos app that is not under .wine/drive_c (C:) winevdm will
try to use Z: which is reserved in dosbox and fails. Need to mount / with
another drive letter and then run the dos app in that folder.
Winevdm doesn't even create a mount statement for z:
sample bad config generated:
[autoexec]
mount c /home/user/.wine/dosdevices/c:
mount y /home/user/.wine/dosdevices/y:
Z:
cd \home\user\DATA\games\game
Z:\home\user\DATA\games\game\game.exe
exit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=57252
Bug ID: 57252
Summary: 0074:err:winediag:nodrv_CreateWindow Application tried
to create a window, but no driver could be loaded.
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: pshetty(a)ridefox.com
CC: dimesio(a)earthlink.net
Distribution: ---
Hi,
#wine --version
wine-9.0 (Ubuntu 9.0~repack-4build3)
#inxi -G
Graphics:
Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] driver: i915 v: kernel
Device-2: Chicony Integrated Camera driver: uvcvideo type: USB
Display: server: X.org v: 1.21.1.11 with: Xwayland v: 23.2.6 driver:
gpu: i915 resolution: 1920x1080
API: EGL v: 1.5 drivers: swrast platforms: surfaceless,device
API: OpenGL v: 4.5 vendor: mesa v: 24.0.5-1ubuntu1 note: incomplete (EGL
sourced) renderer: llvmpipe (LLVM 17.0.6 256 bits)
When I try to install the notepad++ using wine I see the below error message.
WINEPREFIX=${HOME}/wine-test wine npp.8.7.Installer.x64.exe
0074:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0074:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
0074:err:systray:initialize_systray Could not create tray window
0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0024:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running
and that $DISPLAY is set correctly."
Could you please help me to solve this issue?
Pradeep
--
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=57576
Bug ID: 57576
Summary: Line Update Checker Fails
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: code(a)psira.me
Distribution: ---
Line application cannot detect new updates. Updating using the Line updater
does not work.
--
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=57573
Bug ID: 57573
Summary: Safari: WineDbg attached to pid 034c
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robertlionfleischhauer(a)gmail.com
Distribution: ---
Created attachment 77675
--> https://bugs.winehq.org/attachment.cgi?id=77675
wine-10.0-rc2 (Staging): program errors-departs
i downloaded safari from chip to wubuntu in boxes in ubuntu. i also installed
net framework successfully, but on startup this error occurred (see txt file
below).
--
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=52376
Bug ID: 52376
Summary: RPGMaker game Sinshiya Nightmare has sound underruns
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 71584
--> https://bugs.winehq.org/attachment.cgi?id=71584
console log
Follow up to bug 43616.
You need to apply the workaround to test: "winetricks directmusic dsdmo gmdls"
--
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=57574
Bug ID: 57574
Summary: Wine 9.20: Application window positioning regression
on laptop with multi monitor display setup
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: justin.guidroz(a)gmail.com
Distribution: ---
Distro: Manjaro linux
Seen in Wine version: 9.20 and greater (could be earlier, but Manjaro went from
9.16 to 9.20)
Setup: Laptop with two external displays.
I've been running one Windows application, Sierra Chart, under Wine on Linux
for a couple of years now. No issues with window positioning between wine
upgrades until Manjaro updated Wine to 9.20 (same behavior seen in 9.22 as
well).
After updating Wine, the dialog about updating the Wine config that would
normally start centered on my laptop screen, now starts on an external display
off center.
The initial application login screen that would normally start centered on my
laptop screen now starts on an external display off center.
The main application window that would launch maximized on the laptop screen,
now starts on the external display. Dragging the application to the laptop
screen and clicking any menu item, the menu drop down appears on the external
display instead of in the application on the laptop screen.
The second instance of this application that would start maximized on the
external display now starts half off the external display. Dragging this back
to the external display, all dialog popups appear off the external monitor
unable to be seen or even usable.
Reading through the release notes for releases after 9.16, it seems this may be
related to the "Better window positioning in the wayland driver" introduced in
9.19, but not entirely sure at this moment.
--
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=53973
Bug ID: 53973
Summary: Launcher for GTA RP does not start.
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
Launcher for GTA 5 RP does not start. It is installed, but does not start after
installation. You can check these links:
https://gta5rp.com/download - first.
https://arizona-rp.com/#how-to-play - second.
These are different projects and they both don't work in wine. I specially left
the links so that you can download and try to run them.
Many people will be grateful to you if you can get these projects to work in
wine. GTA 5 and GTA San Andreas work fine in wine. But projects such as the
above - for some reason do not run.
Translated with www.DeepL.com/Translator (free version)
--
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=33557
Bug #: 33557
Summary: SourceInsight: Can't find project file in Project file
browser after creating project
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wendaotao(a)163.com
Classification: Unclassified
You can't find files in Project file browser of Project Window after creating a
project. It will be ok after reopening project.
SourceInsight version:3.50.0070
OS: Ubuntu 10.04
Wine:1.5.29
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=55541
Bug ID: 55541
Summary: Не запускается wine на ядре linux-lts
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mbartasevis990(a)gmail.com
Distribution: ---
после того как я перешел с linux на linux-lts при запуске любых утилит wine мне
всегда пишет [1] 37395 segmentation fault (core dumped) winecfg.
тех.инфа:
Operating System: Arch Linux
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.1.51-1-lts (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-6200U CPU @ 2.30GHz
Memory: 15.1 ГиБ of RAM
Graphics Processor: Mesa Intel® HD Graphics 520
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: X556UAM
System Version: 1.0
--
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=57534
Bug ID: 57534
Summary: Wine hangs during wineboot --init if Virtual Desktop
mode is enabled on a VM with virgl enabled.
Product: Wine
Version: 10.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 77596
--> https://bugs.winehq.org/attachment.cgi?id=77596
VM spice window after 4-5 minutes post prefix launch.
Creating a fresh wine prefix works, but the second that Virtual Desktop mode is
enabled for the prefix, (Either by winecfg or through manually creating the
needed registry keys.) wine will fail to start the prefix. Only creating the
Wine Desktop window before hanging indefinitely.
During the hang, wineboot.exe --init never exits and killing it has no effect.
The requested application may or may not have a process created for it. If it
does, it's not actually doing anything and killing it has no effect on the
hang.
conhost.exe may or may not exist as well. If it does, killing it is required to
get wine to exit.
After about 4-5 minutes, (on my hardware at least), wine echos to the console
that it failed to load libvulkan.so.1, and the hang continues.
This affects all applications wine tries to start in the prefix including
winecfg. Which means the only way to recover the prefix at that point is to
manually delete the registry keys from user.reg via a text editor. Doing so
restores the prefix to a working state.
Virtual Machine config:
- Proxmox VM,
- 2 Core x86_64-v2 VCPU with AES and XSAVE instructions enabled.
- 4GB RAM
- q35 Chipset, SeaBIOS firmware.
- Display: VirGL GPU (virtio-gl)
- VirtIO RNG
- Serial Port (socket0, SPICE)
- VirtIO SCSI Single Controller
- USB device (usb0) spice
- Audio: ICH9-intel-hda,driver=spice
- Network: VirtIO
- 40GB HDD (scsi0) 32GB HDD (scsi1)
- Linux: Debian 12 Bookworm
- Desktop Manager: XFCE
- Wine version: winehq-devel 10.0-rc1
- Host GPU:
Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5
230 OEM]
--
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=55783
Bug ID: 55783
Summary: Pronote 2023 can't load native msxml6
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: jkfloris(a)dds.nl
Distribution: ---
Program: Pronote 2023 0.2.5 64-bit
URL:
https://tele7.index-education.com/telechargement/pn/v2023.0/exe/Install_PRN…
Forum: https://forum.winehq.org/viewtopic.php?t=38091
When starting the program, a message is shown that MSXML is not available or
too old. With Wine 8.16 this could be solved with 'winetricks msxml6'. With
Wine 8.17, this no longer works, the same message is displayed.
What may also apply is that the program detects that it is running with Wine.
git bisect gives:
a81c53504ae32715e6e91bd020fdebd5bef20d48 is the first bad commit
commit a81c53504ae32715e6e91bd020fdebd5bef20d48
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 28 16:30:32 2023 +0200
ntdll: Release the low address space reservation for 64-bit apps.
dlls/ntdll/unix/env.c | 2 +-
dlls/ntdll/unix/server.c | 2 --
dlls/ntdll/unix/virtual.c | 11 ++++++++---
3 files changed, 9 insertions(+), 6 deletions(-)
--
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=55150
Bug ID: 55150
Summary: wine on InstallShield seems to work, but no window is
displayed
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daiajo(a)gmail.com
Distribution: ---
Created attachment 74717
--> https://bugs.winehq.org/attachment.cgi?id=74717
wine 'Jagex Launcher Installer.exe'
I'm on gentoo linux.
Currently running wine-proton-8.0.2c on the Jagex Launcher InstallShield.
There are a log of messages (see attachment) but they don't seem to be errors.
wine does not abort, it sit there, and eventually puts out timeout type
messages, which suggests it thinks it is displaying the install window, but no
window is visible.
I'm stumped on how to proceed to find what is wrong.
--
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=57520
Bug ID: 57520
Summary: wineboot.exe hangs on startup
Product: Wine
Version: 10.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)brobston.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 810843242991bfc4514921b787043a0cce72e2b4
Distribution: Ubuntu
Created attachment 77560
--> https://bugs.winehq.org/attachment.cgi?id=77560
Log from first bad commit with warn+all,warn-dpa
I am using SSH tunneling and X forwarding to launch Wine by running
(effectively) `wine start "C:\\Program
Files\\ChessBase\\CBase18\\CBase18.exe"`, which normally runs ChessBase 18.
But now, the command never completes until I manually stop the wine processes.
--
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=57396
Bug ID: 57396
Summary: Hoyoplay launcher has window decorations
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
Created attachment 77377
--> https://bugs.winehq.org/attachment.cgi?id=77377
At the top of the window there is a window decoration but it shouldn't have one
Hoyoplay launcher has window decorations and this prevents the X button in the
launcher from being visible. It does not prevent the user from closing the
launcher using the X button in the window decoration so this bug is purely
visual. The launcher should not have any window decorations and so the x button
in the launcher itself should be visible.
To reproduce go to to https://zenless.hoyoverse.com/en-us/ and click on
download which will download an installer for the launcher, then run the
installer, and open the launcher which will be installed successfully.
i am using the latest kde plasma version on ubuntu 24.10.
--
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=57562
Bug ID: 57562
Summary: Hoyoplay: Settings cannot be opened
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 9427421240(a)posteo.net
Distribution: ---
Created attachment 77649
--> https://bugs.winehq.org/attachment.cgi?id=77649
Backtrace after trying to open the settings for Hoyoplay
When trying to open the settings for Hoyoplay (the game-launcher for Genshin
Impact, Honkai Impact 3rd, "Honkai: Star Rail", and Zenless Zone Zero), with
the leftmost button in the upper right corner, it does not work; instead, an
error-dialog from Wine appears.
It happens with Wine 9.0 and 10.0-rc2.
--
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=57468
Bug ID: 57468
Summary: 0124:fixme:console:write_console beep
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: megastallman(a)gmail.com
Distribution: ---
Hi guys!
Thanks much for all fixes you've done for Cygwin. Currently the installer runs
till the very end, without any errors!
So, when I run "wine cygwin64/bin/bash.exe -l" it works, just drops
"0124:fixme:console:write_console beep" at the end of every command. For
instance:
$ uname -a
CYGWIN_NT-10.0-19043 localhost 3.5.4-1.x86_64 2024-08-25 16:52 UTC x86_64
Cygwin
021c:fixme:console:write_console beep
--
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=57553
Bug ID: 57553
Summary: reMarkable: Crashes on launch with "Unhandled page
fault on read access"
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)login.cgranade.com
Distribution: ---
Created attachment 77623
--> https://bugs.winehq.org/attachment.cgi?id=77623
Backtrace on launching reMarkable
The attached debug trace happens in a fresh WINEPREFIX using 10.0~rc2~noble-1
on either winehq-devel or winehq-staging with no DLL overrides set, using a
fresh installation of the reMarkable desktop client
(https://downloads.remarkable.com/latest/windows).
Full output at stdout:
```
0180:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that
ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind
package of your distribution.
0180:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0180:fixme:win:RegisterPowerSettingNotification
(000000000002012E,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0180:fixme:setupapi:SetupDiOpenDeviceInterfaceW 00000000002E4890
L"\\\\?\\DISPLAY#GSM7750#0000&0000#{E6F07B5F-EE97-4A90-B076-33F57BF4EAA7}"
00000001 000000000011E310
0180:fixme:setupapi:SetupDiOpenDeviceInterfaceW 00000000002E4990
L"\\\\?\\DISPLAY#GSM7750#0001&0000#{E6F07B5F-EE97-4A90-B076-33F57BF4EAA7}"
00000001 000000000011E310
0180:fixme:combase:RoGetActivationFactory
(L"Windows.UI.ViewManagement.UISettings",
{00000035-0000-0000-c000-000000000046}, 000000000011EA98): semi-stub
0180:fixme:ui:factory_QueryInterface {94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90} not
implemented, returning E_NOINTERFACE.
018c:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA,
0000000002C0FF50
018c:fixme:wininet:InternetSetOptionW Option 148 STUB
0180:fixme:netprofm:connection_point_Advise 00000000028A3360, 000000000291F3D0,
000000000291F3FC - semi-stub
0180:fixme:netprofm:list_manager_GetConnectivity 00000000028A3320,
000000000011F848
0180:fixme:combase:RoGetActivationFactory
(L"Windows.Networking.Connectivity.NetworkInformation",
{5074f851-950d-4165-9c15-365619481eea}, 000000000011F6D0): semi-stub
0180:fixme:connectivity:network_information_statics_add_NetworkStatusChanged
iface 00006FFFF4644058, handler 0000000002511890, cookie 000000000011F7D0 stub!
0180:fixme:netprofm:list_manager_GetConnectivity 00000000028A3450,
000000000011F61C
0180:fixme:connectivity:connection_profile_QueryInterface
{e2045145-4c9f-400c-9150-7ec7d6e2888a} not implemented, returning
E_NOINTERFACE.
wine: Unhandled page fault on read access to 0000000000000000 at address
00006FFFF4704A48 (thread 0180), starting debugger...
01a0:fixme:dbghelp:elf_search_auxv can't find symbol in module
01a0:fixme:dbghelp:elf_search_auxv can't find symbol in module
```
--
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.