http://bugs.winehq.org/show_bug.cgi?id=58096
Bug ID: 58096
Summary: Window title bar double-click to return from maximized
state sometimes makes window full sized
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine_bugzilla(a)sctb.ch
Distribution: ---
I use WINE to run PFE, a text editor.
https://www.lancaster.ac.uk/people/steveb/cpaap/pfe/
I've noticed recently that behaviour has changed when double-clicking the title
bar.
Normally, double clicking title maximizes window, and double clicking again
minimizes window.
What now *sometimes* happens is that the first double click as expected
maximizes, but the second double click returns the window to its normal size
but then instantly changes the actual window size to the maximum possible (to
the screen size). This is *not* the maximized state, because double clicking
now - no matter how many times - does not change the window size. The window
has actually been resized (and so further double clicks are converting a
screen-sized window to maximized, and then back to screen-sized).
At this point the window has to be manually resized back to something
non-maximum.
My suspicion here is that I might be issuing from the mouse a very rapid
*triple* click, and there's some kind of race condition, where the third click
is causing the observed behavour; and that this is why it happens *sometimes*
only.
--
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=57594
Bug ID: 57594
Summary: Listview columns "swapped" when using
LVS_EX_CHECKBOXES (Defraggler)
Product: Wine
Version: 10.0-rc3
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: ---
Created attachment 77708
--> https://bugs.winehq.org/attachment.cgi?id=77708
Defraggler Ubuntu
Piriform 2.21 from
https://web.archive.org/web/20200503230319/http://download.piriform.com/dfs…
Checkboxes are overlapping listbox items and columns are having wrong size :
Looks like LVS_EX_CHECKBOXES is not correctly supported as 2 first columns are
drawn in the wrong order
See https://jira.reactos.org/browse/CORE-19313 for more details
--
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=38688
Bug ID: 38688
Summary: Icon overlays not drawn in some cases
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: Christoph(a)ApiViewer.de
Distribution: ---
ImageList_DrawIndirect does not draw overlay icons in three cases where the
function is taking a shortcut with "goto end;".
This was tested with ReactOS\base\applications\mscutils\devmgmt_new on ReactOS
which is using comctl32 from wine.
Test results:
in 32bit color no overlay icons are not shown at all.
if (!bMask && (has_alpha || (fState & ILS_ALPHA)))
...
if (bIsTransparent)
bResult = alpha_blend_image ...
goto end;
in 16bit Color mode the overlay icons are drawn, but only the part on which the
underlying icon is not transparent (wrong ROP code?)
I don't think this application will work on wine because it relies on setupapi
code which wine will probably does not have.
--
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=18382
Summary: SubEdit fails to start
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://matinf.pcz.pl/~subedit/download/subedit_b4072_ins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20962)
--> (http://bugs.winehq.org/attachment.cgi?id=20962)
Fatal error
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that SubEdit fails to start and shows fatal error.
--
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=57445
Bug ID: 57445
Summary: Dropdown list box stays open on screen after moving
frame
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mahin.pandya(a)hcl-software.com
Distribution: ---
Created attachment 77442
--> https://bugs.winehq.org/attachment.cgi?id=77442
Winecfg dropdown box
Opening a dropdown list box and then moving the frame around, the pop-up list
view stays open at the same place, see attach screen shot.
This is not same as Windows; when frame is moved, drop down closes itself.
Tried with winecfg application on Wine 9.0 & Ubuntu 20.04.6, but can be
reproducible with other versions 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.
https://bugs.winehq.org/show_bug.cgi?id=48023
Bug ID: 48023
Summary: Visual Studio 2019 not starting
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 65561
--> https://bugs.winehq.org/attachment.cgi?id=65561
Hack for RegLoadAppKey
After https://bugs.winehq.org/show_bug.cgi?id=47626 just out of curiosity I
tried running Visual Studio: winetricks corefonts dotnet472 msxml6 and applied
the attached patch/hack.
Result: splash screen is shown and then welcome screen is displayed. But after
clicking "Not now, maybe later" it halts with:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The application requested process termination through
System.Environment.FailFast(string message).
Message: Failed to schedule time on the UI thread. A continuation would never
execute.
It crashes much earlier without the patch/hack as it cannot bind binary
registry file and read/create registry keys.
--
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=58093
Bug ID: 58093
Summary: UseTakeFocus=N&Two or more Window: Window flashes
violently & KDE freezes
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: axis6404(a)proton.me
Distribution: ---
Created attachment 78342
--> http://bugs.winehq.org/attachment.cgi?id=78342
Test(exe+src)
When “UseTakeFocus=N”, there is a problem when launching an application with
more than one window. The windows blink violently and change focus violently.
KDE becomes completely inoperable.
Please use Ctrl+Alt+F2 to switch to the console and pkill.
Attached test case(FlickWndDlgVer1/Release/FlickWndDlgVer1.exe): low
reproducibility, about 50%. If it does not reproduce, exit and try again. In
most cases, this exe becomes operational in about 5 seconds.
AzPainter2(https://forest.watch.impress.co.jp/library/software/azpainter/):
reproduces almost 99%. KDE becomes inoperable. It remains inoperable for more
than 1 minute.
Setting “UseTakeFocus=Y” solves this 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.
https://bugs.winehq.org/show_bug.cgi?id=57016
Bug ID: 57016
Summary: staging patchinstall.py fails on security wine_todo
Product: Wine-staging
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zlice(a)crtdrift.us
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76859
--> https://bugs.winehq.org/attachment.cgi?id=76859
current_broken_diff
wine-staging-9.13/patches/server-Stored_ACLs/0004-server-Temporarily-store-the-full-security-descripto.patch
--
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=58086
Bug ID: 58086
Summary: Conflict during update of MingW has corrupted
WINESYSTEMDLLPATH; and or Vulkantools SPIRV (more
likely) has overwritten %SystemRoot%
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jorik.de.leeuw360(a)gmail.com
Distribution: ---
Created attachment 78339
--> http://bugs.winehq.org/attachment.cgi?id=78339
Wine depending on MingW (dnf remove Mingw-*)
Conflict during update of MingW has corrupted WINESYSTEMDLLPATH; and or
Vulkantools SPIRV (more likely) has overwritten %SystemRoot%
https://forum.winehq.org/viewtopic.php?t=40520
I have keeped track of this issue .... and i've broken the system completely.
Due to several leaks and several system bugs you should take a look at that. I
ran DXDiag and Fedora core started 'two' updates of which the name are
unavailable.
This is the very short version
" 0874:trace:file:nt_to_unix_file_name_no_root
L"usr\\x86_64-w64-mingw32\\sys-root\\mingw\\bin\\kernel32.dll" not found in
"/home/[REDACTED]/.wine/dosdevices/z:"
0874:warn:file:NtCreateFile
L"\\??\\Z:\\usr\\x86_64-w64-mingw32\\sys-root\\mingw\\bin\\kernel32.dll" not
found (c0000034)"
Looking for Kernel32 in "/usr/x84_64-mingw32/sys-root/mingw/bin/".
I did ABNORMALLY ABRUPT a game while this was happening i saw a update running.
I got back and none of the VulkanApplications 'but' vulkaninfo.exe and
vkcube.exe did ran. The other applications primarily 3D Games that are not
overridden by the Driver to Vulkan do run.
The others seemingly all corrupted.
I have tried troubleshooting this with AI and keeping AI up to date to relieve
of having to ask Developers regarding a situation for Games that do not support
them and vice versa.
This issue with Vulkan-Corruption also happens ALOT in Wink10. My other drive
is accessible from Fedora Core but it has no bootmanager because it never got
to repair itself. It takes about 52 minutes to boot it versus less than 30
seconds on fedora.
However it seems based on the development. You can delete the thread after you
have seen it. The Linux Kernel seemingly got corrupted because it might be;
when i ran Vulkaninfo.exe through BASH it did not stop running .........
-- > 013c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA,
0085FECC < --
Even after a complete 'powercycle' the problem remains.
I have seen such severe Vulkan crashes that i had to replace the CMOS because
the Computer did not boot anymore.
Seemingly this spawns a Orphan Window and a lot more to take some time
investigating this issue.
--
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=58091
Bug ID: 58091
Summary: WDLD1131 fails to connect with Selectron Device over
USB-Serial: Data couldn't transmit
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: benjamin.valentin(a)ml-pa.com
Distribution: ---
Created attachment 78341
--> http://bugs.winehq.org/attachment.cgi?id=78341
Complete wine console output when running the application
WDLD1131 is a tool by Selectron to configure and program their PLC devices.
The Selectron MAS is equipped with a CP2102N USB to UART Bridge that gets
connected to the PC.
When trying to connect with the COM device in WDLD1131 I get a 'SysComPC Error'
after some seconds of timeout and the line
14:25:27.465605 [ 32/ 36] ERROR C: CSystemServer::LoginWithScope login
failed hResult=0xa0000012
gets printed in the console log.
--
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.