https://bugs.winehq.org/show_bug.cgi?id=52811
Bug ID: 52811
Summary: Apps starting with wrong non-client area decoration
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leandrohr(a)riseup.net
Distribution: ---
Created attachment 72186
--> https://bugs.winehq.org/attachment.cgi?id=72186
Small client to reproduce the bug
Arch Linux
wine-6.0-rc1-11894-gafd7b319e56
---
# Bug description
During the development of the Wine Wayland driver we've noticed a bug that also
affects the X11 driver when using client-side decorations.
Some applications start with the wrong decoration. It's a visual-only issue, as
the application starts with focus and works nicely. But its non-client area
starts with the decoration of inactive applications (greyed out).
This is how it should start:
https://share.collabora.com/index.php/s/tZQxBEaybgwGgpi
But this is how it looks like:
https://share.collabora.com/index.php/s/bQbASjTXg8oxg3W
---
# How to reproduce
You can easily reproduce this by running notepad with the X11 driver option
"Decorated" set to "N". I wrote some small clients to debug this, and the
simple program attached reproduces the issue. TLDR: it is a program that
activates a window of a non-foreground thread and then tries to show it.
---
# What I think is going on
When we call SetActiveWindow(hwnd), hwnd does not become the foreground window,
as the application thread is not the foreground thread yet (at this point the
desktop window is the foreground window). SetActiveWindow() activates the
non-client area only if the window is the foreground window, so we have
activated the window but didn't activate its non-client area (which is correct
AFAIU).
Next we call ShowWindow(hwnd), and now the thread that owns hwnd should become
foreground and SetActiveWindow(hwnd) is called. But as hwnd is already active
it does nothing and returns, so the non-client area is draw as inactive.
---
# Possible fix
In order to fix this, we could change SetActiveWindow() behavior to the
following:
if (hwnd == current active window)
if (hwnd == NtUserGetForegroundWindow() && non-client area of hwnd not
active)
activate non-client area of hwnd
bail out
I wrote a test for this, and I could see that this fix didn't break any other
tests. I've decided to post here in order to know if the fix seems reasonable
to you.
Also, I had a question while debugging this and still couldn't figure out. I
thought that focus was a global property related to the foreground window. But
it seems that when a window is set to active the function to change the focus
to it may also be called (even when the window does not belong to the
foreground thread). So can a non-foreground window be active and have the
focus?
---
Thanks a lot!
--
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=58158
Bug ID: 58158
Summary: Regression: Sacred Gold 2.28 ASE crashes when
initialising multiplayer
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zergling.man42(a)gmail.com
Distribution: ---
Created attachment 78442
--> http://bugs.winehq.org/attachment.cgi?id=78442
git diff 3aa18cc5d01028bda126624ba5f5bfb11ebc4f77
8714eb2fef7182a9c73b9963493935decca89fdc
Can be triggered by running Sacred.exe and navigating multiplayer -> any of the
three options (local network, closed internet, open internet), or by running
GameServer.exe.
Causes an unhandled page fault on read access, probably in tincat2.dll.
After two bisects, I believe it's caused by
3aa18cc5d01028bda126624ba5f5bfb11ebc4f77, but reverting it doesn't fix it.
It's definitely somewhere between 7.2 and 7.3.
--
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=56431
Bug ID: 56431
Summary: Dotnet TreeView disappearing plus-sign
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Wagner.a18(a)yahoo.com
Distribution: ---
I try to get a dotnet application, which has a treeview element on board,
running.
If I expand a tree node to display the next level of child tree nodes with a
press on the plus-sign and collapse
the child tree node level with the minus-sign after that. The plus-sign
disappears and I am not able to expand the tree node again.
I have to restart the whole application to be able to expand the tree node
again.
I installed this packages
- WINEPREFIX=~/.wine-32 winetricks vcrun2005 vcrun2008 vcrun2010 vcrun2012
vcrun2013 vcrun2015
- WINEPREFIX=~/.wine-32 winetricks msxml3
- WINEPREFIX=~/.wine-32 winetricks msxml4
- WINEPREFIX=~/.wine-32 winetricks msxml6
- WINEPREFIX=~/.wine-32 winetricks mdac28
- WINEPREFIX=~/.wine-32 winetricks jet40
--
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=40994
Bug ID: 40994
Summary: Exits only from pull-down menu, then reports error.
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslarkin(a)aim.com
Distribution: ---
Created attachment 55155
--> https://bugs.winehq.org/attachment.cgi?id=55155
Program error dump after program exit
I can't exit by clicking on the 'x' in the red circle in the upper left corner
of the app window. I also can't exit by right-clicking on the Wine icon in my
Launcher bar, and clicking 'Quit'. The only way to exit is by clicking the
app's 'Settings' pull-down menu, then clicking 'Exit'.
After an apparently successful exit, I get an error window with the attached
bactrace.txt file.
--
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=14738
Summary: Sacred Underworld crashes when opening a lan game
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=15232)
--> (http://bugs.winehq.org/attachment.cgi?id=15232)
Sacred Underworld crash output when opening a lan game
Sacred Underworld crashes when clicking "Multiplayer" -> "Local Network". The
game version is 2.28.
System:
- Fedora 9 x86_64 (2.6.25.11-97.fc9.x86_64)
- NVIDIA Geforce 8800GTS, proprietary driver 173.14.09
- Firewall disabled
The game runs fine in single player mode. There is a demo version available but
I think it doesn't have the multiplayer part.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58157
Bug ID: 58157
Summary: Lollipop Chainsaw dont use all virtual desktop area
(1024x768)
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Lollipop Chainsaw dont use all virtual desktop area (1024x768 in my case)
In wine 10.0 and before work correctly using all virtual desktop area but in
lastest wine dont use all area like wine 10.0
I leave some screenshots showing this problem
Seeking some commits i think could have a relation with this commits:
https://gitlab.winehq.org/wine/wine/-/merge_requests/7354https://gitlab.winehq.org/wine/wine/-/merge_requests/6947
Thanks
--
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=57925
Bug ID: 57925
Summary: winewayland.drv: Games are not filled to my monitor's
resolution
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.penalized(a)proton.me
Distribution: ArchLinux
Created attachment 78178
--> https://bugs.winehq.org/attachment.cgi?id=78178
SWAT 4 output log (in this log I opened the settings and tried to set the
maximum resolution that the game supports)
Old games (specifically Ghost Recon, Splinter Cell 1, Splinter Cell 2 and SWAT
4) won't fill to my monitor's resolution, even if I switch to a higher
resolution in the game settings.
This MR (https://gitlab.winehq.org/wine/wine/-/merge_requests/6804) was
supposed to work with winewayland.drv and fix this issue, but it doesn't work
or fix it. However, this MR
(https://gitlab.winehq.org/wine/wine/-/merge_requests/5057) does work and fixes
that issue.
There is a workaround (at least for SWAT 4): which is to take the game window
out of fullscreen, then toggle the maximization state of the game window and
put the game window back into fullscreen (In labwc/openbox terms:
ToggleFullscreen > ToggleMaximize > ToggleFullscreen). I think it also works
for Ghost Recon.
Splinter Cell 1 even supports 16:9 resolutions, but only in game (in the menus,
loadings and cut-scenes are still not filled in for my monitor's resolution)
and Splinter Cell 2 is worse, there's no support for 16:9 resolutions or even a
workaround.
- I use labwc/wlroots as WM.
- I'm using the new WoW64 mode. I did some tests with normal wine, but it's
been a few weeks or months, so I'm not sure if the new WoW64 mode has any
impact here, but I don't think so.
(Sorry if the paraphrases seem disconnected from each other, if I'm not very
clear or if I'm giving too little information. I've been doing a lot of testing
over the last few hours and my mind isn't in a good place to come up with a
good text here :/)
--
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=32279
Bug #: 32279
Summary: Treeview control in IsoBuster keeps resetting itself
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://www.isobuster.com/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug shows up with IsoBuster 3.0.
Download and run the IsoBuster installer. Run IsoBuster. Choose File->Open
Image File and load an ISO image (or I guess you could select the disc in the
DVD drive). Try to choose an image file which contains quite a few directories,
subdirectories and files.
Use the treeview on the left side to browse the directory hierarchy. If you
click on various entries, notice that after a few clicks the treeview is reset
to the all-collapsed state. That happens with both built-in and native
comctl32. There's no console output when the treeview resets.
(There's also an access violation dialog on quitting the program, but that's
probably not related.)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58095
Bug ID: 58095
Summary: err:edit:EDIT_UnlockBuffer es->text == 0 ... please
report
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Using ReactOS notepad.exe to edit ReactOS explorer.exe
Ubuntu / Wine 10.5 shows
err:edit:EDIT_UnlockBuffer es->text == 0 ... please report
Also shows in ReactOS (using an older Wine comctl32)
https://jira.reactos.org/browse/CORE-18944
--
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=58138
Bug ID: 58138
Summary: Page fault Unable to access file
'/usr/src/packages/BUILD/dlls/kernelbase/locale.c'
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: w9uwm(a)icloud.com
Distribution: ---
Created attachment 78419
--> http://bugs.winehq.org/attachment.cgi?id=78419
Backtrace of error
Error received using RT Systems Version 5 software. Seems to load fine, then
the error above appears on startup.
--
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=58115
Bug ID: 58115
Summary: KIOXIA SSD Utility
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jveikanm(a)nic.fi
Distribution: ---
This crashes almost immediately so it's totally unusable.
https://europe.kioxia.com/en-europe/personal/software/ssd-utility.html
--
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=58149
Bug ID: 58149
Summary: HWiNFO 8.24: mouse-hover tooltips disappear almost
instantly
Product: Wine
Version: 10.6
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
In the settings window of HWiNFO 8.24, the hover tooltips that give more info
about the option on mouse-over disappear almost instantly.
Steps to reproduce:
launch HWiNFO64.exe, in the intro window click on Settings, hover the mouse
over a setting (tooltip works correctly and doesn't disappear at first), then
hover the mouse over another setting. Now the tooltip will always disappear
almost intantly
download link:
https://sourceforge.net/projects/hwinfo/files/Windows_Portable/hwi_824.zip/…
sha256: 74c71b6a8a3498f5a5254b4e692345c45ec5cf88246bf3516cd7c35faf516ca4
I'm using Gcenx's wine-devel 10.6 build
(https://github.com/Gcenx/macOS_Wine_builds/releases/tag/10.6) on macOS 11
--
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=58027
Bug ID: 58027
Summary: trivial use of Win32 GNU make failes with Wine 10.x
but not with Wine 9.0
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dl.soluz(a)gmx.net
Distribution: ---
Created attachment 78286
--> https://bugs.winehq.org/attachment.cgi?id=78286
contains the specific make.exe (with MD5, and source-infos)+makefile and
scenarios
its a super simple makefile that does nothing more then
clean:
del *.not_existing_at_all
and make fails to run the del command on 10.x Wine versions but works on Wine
9.0
i created a git-repo with the make.exe (with MD5) a makefile and a clear
description whats happening - in short Wine 10.x breaks someway the del command
run
the repo: https://github.com/LowLevelMahn/bug_repo0
(i also attached the 3 files of the repo as zip)
i don't know if that is a real Wine bug but its strange that is does not happen
with a older Wine version (tested only 9.0 so far)
tested with
up-to-date Ubuntu 24.10 (up-to-date) + sudo apt install wine32 => wine 9.0
up-to-date WSL2/SUSE Tumbleweed + sudo zypper install wine => wine 10.0
up-to-date Fedora 42 (Beta) + sudo dnf install wine32 => wine 10.4
--
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=57848
Bug ID: 57848
Summary: Wrong alignment of GUI elements
Product: Wine
Version: 10.0
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rmkk(a)atlas.cz
Created attachment 78067
--> https://bugs.winehq.org/attachment.cgi?id=78067
9.17 (on the top) vs 10.0 (bellow)
Hello, I've decided to try a new version of wine
(wine-staging-10.0-osx64.tar.xz) with my existing WINEPREFIX and specifically
with Sparx Enterprise Architect tool. There is an issue with displaying
diagrams, it seems that text is aligned differently (in a wrong way) to my
current version of wine (wine-staging-9.17). Please see images in attachment.
Thanks for help !!!
--
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=45585
Bug ID: 45585
Summary: canot run mobrise 4.8
Product: Wine
Version: 3.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wildanrgz(a)gmail.com
Distribution: ---
Created attachment 62006
--> https://bugs.winehq.org/attachment.cgi?id=62006
i dont know the error im just want to report
aplication hang and canot exit the aplication blank too
--
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=18562
Summary: foxtrader crash with page fault (regression)
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xrfang(a)gmail.com
Created an attachment (id=21225)
--> (http://bugs.winehq.org/attachment.cgi?id=21225)
log messages
FoxTrader (http://wizard.stock.hexun.com/webtornado/download/SetupGold.exe)
crashes with page fault, please see log.
Note
1. This is a regression
2. The program is Chinese, and it needs MFC42.DLL.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58129
Bug ID: 58129
Summary: shlwapi::PathCombineW does not manage path starting
with dots
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78395
--> http://bugs.winehq.org/attachment.cgi?id=78395
sample app
Inspired by https://bugs.winehq.org/show_bug.cgi?id=4309 and
https://jira.reactos.org/browse/CORE-20129
Use this simple NSI script :
Section
System::Call 'shlwapi::PathCombineW(w.r1,w "C:\", w "...xx")'
MessageBox MB_OK $1
SectionEnd
Shows "C:.xx" in Wine while it shows "C:\...xx" in Windows
--
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=58124
Bug ID: 58124
Summary: Unspecified Wine version on x86-64 hardware in Debian
12.10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ily.djjjj(a)gmail.com
Distribution: ---
Created attachment 78386
--> http://bugs.winehq.org/attachment.cgi?id=78386
Avast One crash bug report
Avast One(AvastUI.exe) crashed during run attempt; Wine debugger suggested
submitting a bug report(attached 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.
http://bugs.winehq.org/show_bug.cgi?id=58114
Bug ID: 58114
Summary: Opera 36 Installer - Terms & Conditions hyperlink is
missing
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: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 78370
--> http://bugs.winehq.org/attachment.cgi?id=78370
Win11_OK
Opera 36 Installer
https://download.opera.com/download/get/?partner=www&opsys=Windows&product=…
Installer misses T&C hyper link
--
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=58112
Bug ID: 58112
Summary: Unimplemented function
KERNEL32.dll.InitializeSynchronizationBarrier
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: git.ceeac(a)gmail.com
Distribution: ---
I am developing a cross-platform application that uses barriers as a
synchronization primitive.
This works fine when the application is started on Windows, however when
started on Linux (Arch) + WINE (10.5), the application crashes with
wine: Unimplemented function KERNEL32.dll.InitializeSynchronizationBarrier
called at address 00006FFFFFC695E8 (thread 012c)
Presumably, all of the following functions are unimplemented in WINE:
- InitializeSynchronizationBarrier
- DeleteSynchronizationBarrier
- EnterSynchronizationBarrier
--
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=58153
Bug ID: 58153
Summary: Error capturing phone screen in apowermirror
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 78435
--> http://bugs.winehq.org/attachment.cgi?id=78435
apowermirror error
Hello, how are you?
Well, let me briefly explain the error. I was trying out apowermirror, an app
for viewing your phone's screen on your PC. The USB part isn't working for
reasons you may know (I tried it, and it doesn't detect the phone in debug
mode. I know Wine doesn't load drivers, but I wanted to test everything). But
what I wanted to test, which was the Wi-Fi part, was installing the app on the
phone, connecting it, and the phone screen went blank, not playing what's
coming out.
I sent the txt file with the log that appears to me regarding the error that
keeps popping up.
I'm including the official website for this program:
https://www.apowersoft.es/phone-mirror
Could you please check it?
Regards
--
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=58148
Bug ID: 58148
Summary: Wine-staging 10.6-1 again without internet connection
Product: Wine-staging
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kvradio(a)seznam.cz
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
In Wine 10.6-1 and also in Wine-staging 10.6-1 (CachyOS) the internet
connection in the application (Swisslog in a dx or LOTW cluster) is again
without internet connection stopped working. In Wine 10.5 -3 everything is
fine.
--
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=57838
Bug ID: 57838
Summary: it just wont load the app
Product: Wine
Version: unspecified
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sifato6092(a)owlny.com
Created attachment 78053
--> https://bugs.winehq.org/attachment.cgi?id=78053
backtrace
it just wont load the app i useing
--
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=44344
Bug ID: 44344
Summary: A serious bug with the program sparkchess
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sander.lagas(a)ziggo.nl
Distribution: ---
The game was installed and then it said there is a serious problem
--
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=58152
Bug ID: 58152
Summary: MusicBee and KDE Plasma: Tooltip focus issues - loses
focus on mouseover, tooltip sometimes shows wrong
target
Product: Wine-staging
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: v_winebugs(a)outlook.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Seems like WINE in general has issues with tooltip focus but I didn't want to
hijack other similar issues.
MusicBee running on Bazzite 42, WINE 10.4 layered on top, KDE Plasma 6.3.4.
When mousing over on items in MusicBee, the tooltip seems to have pretty
unpredictable behaviour from it being classed as its own window. The seekbar
when set to the Wave Bar will cause focus to be lost from MusicBee, and
sometimes the tooltip is just a black rectangle instead of the timestamp.
Mousing over song names can also sometimes show the wrong song name as well.
--
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.