https://bugs.winehq.org/show_bug.cgi?id=53103
Bug ID: 53103
Summary: ie8 doesn't start (race condition)
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr, jacek(a)codeweavers.com
Regression SHA1: f034084d49b354811096524d472ae5172ac1cebf
Distribution: Debian
Created attachment 72538
--> https://bugs.winehq.org/attachment.cgi?id=72538
terminal output
Regression, I *believe* introduced by:
commit f034084d49b354811096524d472ae5172ac1cebf
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Thu Mar 17 08:27:28 2022 +0100
kernelbase: Handle corner case in CreateProcess.
In CreateProcess, if:
- parent isn't attached to a console
- CreateProcess's flag isn't set with DETACHED_PROCESS nor
CREATE_NEW_CONSOLE
- child is a CUI program
then a console must be allocated for the child.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52048
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
before this commit (i.e., with c7e87b536edb28bb48162690e0d42c9ba9ccb43c),
installing/starting ie after `winetricks -q ie8` works without failure. After
this commit, there's a race.
Of course, it's a race, so I can't be 100% sure, but I can run at
c7e87b536edb28bb48162690e0d42c9ba9ccb43c 15 times in a row without failure, but
fails most of the time at f034084d49b354811096524d472ae5172ac1cebf).
To reproduce:
$ wineserver -k ; rm -rf ~/.wine ; winetricks -q ie8 ; wineserver -w ; wine
'C:\Program Files\Internet Explorer\iexplore.exe' http://example.org
if successful, IE will show its window. If it fails, no window will appear.
--
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=56108
Bug ID: 56108
Summary: Edit control should stop processing characters when
left mouse button is down
Product: Wine
Version: 9.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: ---
When the left mouse button is held down, the edit control should stop
processing characters until the button is released.
Fix :
static LRESULT EDIT_WM_Char(EDITSTATE *es, WCHAR c)
{
BOOL control;
+ if (es->bCaptureState)
+ {
+ return 0;
+ }
+
control = GetKeyState(VK_CONTROL) & 0x8000;
--
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=56225
Bug ID: 56225
Summary: Myst deadlocks on start since Wine 3.2
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Run `sudo sysctl vm.mmap_min_addr=0`
2. Run `DISPLAY=:1 wine MYST.EXE`
In Wine 3.1, the game pops up a dialog that says "Myst requires a 256-color
palettized display driver." But in Wine 3.2 and later, Wine just prints an
error like the following:
00f0:err:sync:RtlpWaitForCriticalSection section 777129E0
"../wine/dlls/krnl386.exe16/syslevel.c: Win16Mutex" wait timed out in thread
00f0, blocked by 0114, retrying (60 sec)
`git bisect` says:
ed6bdb3c51cd4b8c94f9839806321703e7aa9765 is the first bad commit
commit ed6bdb3c51cd4b8c94f9839806321703e7aa9765
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 5 17:03:48 2018 +0100
krnl386: Remove support for DPMI real-mode calls.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
$ sha256sum myst_win3x_win.7z
562d3a3d829648352b94ab0d828290f17f90406d34218ebe3ffd0ac012cb12e3
--
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=57896
Bug ID: 57896
Summary: winemenubuilder crash
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: zlice(a)crtdrift.us
Distribution: ---
Created attachment 78129
--> https://bugs.winehq.org/attachment.cgi?id=78129
winemenubuilder-error
running anything with wine 10.2 gives this `The program winemenubuilder.exe has
encountered a serious problem and needs to close.` window - but they 'details'
button does not seem to 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=57559
Bug ID: 57559
Summary: Chessbase 17 database table background and
non-selected entries rendered in black
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: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 77638
--> https://bugs.winehq.org/attachment.cgi?id=77638
Screenshot of the issue
On the main database selection screen the database table (left of screenshot)
is rendered incorrectly. The background is black when white would be expected.
In addition, non-selected entries (above the one that is visible) are also not
showing. On the right hand side, the games are showing, but where there are no
more entries (there is only one in this database) it is also being rendered
with a black background instead of white.
--
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=46012
Bug ID: 46012
Summary: Command & Conquer 3: Kane's Wrath (1.03) Invisible
units and tiberium
Product: Wine-staging
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: huematrix(a)mailinator.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62582
--> https://bugs.winehq.org/attachment.cgi?id=62582
Log file
When loading in Command and Conquer 3: Kane's Wrath (Unofficial patch 1.03, but
from Origin), every unit, tiberium, as well as some of the scenery, are
invisible.
Changing the graphics settings didn't change anything, attached is the log with
tons of d3d9 errors.
--
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=57874
Bug ID: 57874
Summary: wineloader no longer able to find ntdll.so
Product: Wine
Version: 9.12
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: gcenx83(a)gmail.com
When attempting to run wine from $PREFIX/bin/wine I'm seeing
gcenx@MacBook-Pro ~ % wine explorer
wine: could not load ntdll.so:
dlopen(/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so, 0x0002): tried:
'/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so' (no such file),
'/System/Volumes/Preboot/Cryptexes/OS/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so'
(no such file), '/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so' (no such file)
That also affects the symlinks installed into $PREFIX/bin
If I run $PREFIX/lib/wine/x86_64-unix/wine that works.
If I set
export
WINEDLLPATH="$PREFIX/lib/wine/x86_64-windows:$PREFIX/lib/wine/i386-windows:$PREFIX/lib/wine/x86_64-unix"
wine starts woking again
--
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=57826
Bug ID: 57826
Summary: Zenless Zone Zero fails to start after update to 10.1
Product: Wine
Version: 10.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hackcr1258(a)gmail.com
Distribution: ---
Created attachment 78035
--> https://bugs.winehq.org/attachment.cgi?id=78035
The backtrace report at startup
The app no longer works after updating from 10.0. Where it is the last stable
version that was working.
--
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=33943
Bug #: 33943
Summary: Battle.net client region dropdown does not appear
until you hover its options
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
When opening the Battle.net client (currently in closed beta), the region
dropdown is invisible until the cursor actually goes over its options.
No relevant console output.
--
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=57540
Bug ID: 57540
Summary: unrecognized charset 'SHIFT_JIS' when running Wine
with LC_ALL=ja_JP.SJIS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: zsolt_vadasz(a)protonmail.com
Distribution: ---
Some older visual novels require using the Japanese Shift JIS locale, which has
to be generated via `localedef` (at least on Linux Mint and Artix Linux).
I generated mine as such (following this[0] Wine forum post):
```
localedef -c -f SHIFT_JIS -i ja_JP ja_JP.SJIS
```
But when running the game's installer (after logging out and in for the changes
to take effect), Wine gives an unrecognized charset error:
```
$ LC_ALL="ja_JP.SJIS" wine ./Setup.exe
err:environ:init_unix_codepage unrecognized charset 'SHIFT_JIS'
```
This is because in dlls/ntdll/unix/env.c, the `charset_names` array's entry for
Shift JIS is wrong.
As can be seen in the command, and in $I18NPATH/charmaps
(/usr/share/i18n/charmaps on my system), The gzip-compressed character map file
is called `SHIFT_JIS.gz` instead of `SJIS.gz`.
This is solved by changing the `name` from "SJIS" to "SHIFTJIS" in the array
element.
Tested on 448fcbc0c60d7228ed52f1f5d90f62be0a58289a
[0]:
https://forum.winehq.org/viewtopic.php?p=110966&sid=e1b934de7663eedec41e66e…
--
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=57746
Bug ID: 57746
Summary: BeckyInternetMail/VirtualListView: The ListView of the
email list isn't redrawn while receiving email.
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
Screen recordings of the original operation (win8.1) and the incorrect
operation (wine). Please check the attached mp4.
Bug Description:
Win8.1 (correct):
- Click on the “Inbox” button.
- Press the “Receive Mail” button
- Each time an email is received, the email is added to the email list.
Wine (wrong):
- Click on the inbox
- Press the “Receive Mail” button
- Mail is received, but the ListView of the mail list is not updated at all.
After switching to another location, such as the outbox, click the inbox again,
and the new mail will appear in the ListView.
I used Spy++ to investigate Becky on Win8_1. I found the LVM_SETITEMCOUNT
message in the ListView of the Mail List screen. Maybe the Virtual List View is
not redrawing properly.
How to Use Virtual List-View Controls
https://learn.microsoft.com/windows/win32/controls/use-virtual-list-view-co…
--
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=44795
Bug ID: 44795
Summary: Need for Speed: Shift demo needs
ID3DXEffectImpl_SetRawValue
Product: Wine
Version: 3.4
Hardware: x86-64
URL: http://www.fileplanet.com/205212/200000/fileinfo/Need-
For-Speed:-Shift-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8ca8, data 0x8f4a2b0, byte_offset 0, bytes 256 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d18, data 0x8f4a3b0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d88, data 0x8f4a3c0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8df8, data 0x8f4a3d0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8e68, data 0x8f4a3f0, byte_offset 0, bytes 64 stub!
Car textures are dark. During a race road almost black.
wine-3.4-120-gafef57f872
--
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=57889
Bug ID: 57889
Summary: Prntvpt (Print Ticket API): printing is cropped in
landscape orientation
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: lxndrkrlv(a)gmail.com
Distribution: ---
Created attachment 78114
--> https://bugs.winehq.org/attachment.cgi?id=78114
Sample application and printer output example
If I print the document to any printer (including Cups-PDF) and set page
orientation to landscape, output is cropped by width of portrait A4 sheet.
In attachments:
1. Demo application with source code (.Net 4.8)
2. Example of output to virtual PDF printer
--
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=42117
Bug ID: 42117
Summary: Chessmaster 9000 windows with double caption/title
bars
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bkbk9(a)yahoo.ca
Distribution: ---
Created attachment 56643
--> https://bugs.winehq.org/attachment.cgi?id=56643
Screenshot, windows with double captions, wine 2.0-rc3
Chessmaster 9000 window and child windows have 2 title bars/captions.
--
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=57853
Bug ID: 57853
Summary: Error: makecab.exe not found
Product: Wine
Version: 10.2
Hardware: x86-64
OS: FreeBSD
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
I got the Win32 version of OpenOffice (Apache OpenOffice, "AOO") to
successfully build on FreeBSD with Wine + Cygwin + Windows SDK, and this was
one of the Wine bugs I had to work around during the build.
This problem is in the main/instsetoo_native directory, the last module in the
build which creates the installation package, where a Perl script checks for
necessary tools, and fails when it can't find makecab.exe. I've worked around
this for now, but since makecab.exe seems to be a standard part of Windows (is
it?), Wine should supply its own such tool too.
For further details please see the email where I described my experiences, and
other Wine bugs I found:
https://lists.apache.org/thread/x3p7mv0py2s5hw3cvrm1d3krxgb7cq9k
Also if you want to reproduce, you can try compiling OpenOffice on Wine, but
it's a very complicated build environment and takes many hours to run, and this
bug only happens near the end. See the build guide on
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_s…
and the extra instructions in the email above.
--
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=57964
Bug ID: 57964
Summary: Firefox crashes: wine: Call to unimplemented function
KERNEL32.dll.GetCurrentApplicationUserModelId,
aborting
Product: Wine
Version: 10.3
Hardware: x86-64
URL: https://www.mozilla.org/en-US/firefox/new/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
At start push the button "Save and Continue" and then wait a moment :
wine: Call from 00006FFFFFF9372A to unimplemented function
KERNEL32.dll.GetCurrentApplicationUserModelId, aborting
I'll send a patch for this 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=57963
Bug ID: 57963
Summary: Firefox crashes on youtube: wine: Call to
unimplemented function ucrtbase.dll.imaxdiv, aborting
Product: Wine
Version: 10.3
Hardware: x86-64
URL: https://www.mozilla.org/en-US/firefox/new/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Just open youtube.com.
First time I ran there was also another crash into some unimplemented function
from kernel32, but later runs that didn't happen anymore. This crash on youtube
however is 100% reproducable
--
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=57962
Bug ID: 57962
Summary: Firefox 136.0.1 fails to start
Product: Wine
Version: 10.3
Hardware: x86-64
URL: https://www.mozilla.org/en-US/firefox/new/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 78214
--> https://bugs.winehq.org/attachment.cgi?id=78214
patch
It fails to startup like below, attached patch to fix this, will send upstream
0128:err:module:import_dll Library CRYPTBASE.dll (which is needed by
L"C:\\Program Files\\Mozilla Firefox\\mozglue.dll") not found
0128:err:module:import_dll Library mozglue.dll (which is needed by
L"C:\\Program Files\\Mozilla Firefox\\firefox.exe") not found
0128:err:module:loader_init Importing dlls for L"C:\\Program Files\\Mozilla
Firefox\\firefox.exe" failed, status c0000135
--
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=46662
Bug ID: 46662
Summary: absolute value of unsigned type 'unsigned int' has no
effect
Product: Wine
Version: 4.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
I compiled in macOS with clang and see numerous messages like this
~~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
warning:
taking the absolute value of unsigned type 'unsigned int' has no effect
[-Wabsolute-value]
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
note: remove
the call to 'abs' since unsigned values cannot be negative
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^~~
~~~
Let me explain it is not negligible. It is error.
For example c2 = 8, c1 = 7
abs(c1 - c2) = 0xFFFFFFFF > max_diff
The condition is TRUE!!!
There is other places, not only in tests, for example
dlls/gdiplus/image.c
and hundreds such mistakes.
--
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=14218
Summary: OleLoadPictureEx is not fully implemented (ole32)
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mehlers(a)adata.de
Created an attachment (id=14504)
--> (http://bugs.winehq.org/attachment.cgi?id=14504)
Wine Output for OleLoadPictureEx
The Main Window of our Software under Windows shows a Picture. If we use the
builtin-Version of ole32 the Picture is not displayed. It seems that
"OleLoadPictureEx" ist not fully implemented.
See attachment "output.txt" for more information.
adata Software GmbH
Michael Ehlers
--
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=57989
Bug ID: 57989
Summary: Event type synchronization primitive leaked when
calling kernel32.ResumeThread
Product: Wine-staging
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: digitman63(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 78247
--> https://bugs.winehq.org/attachment.cgi?id=78247
A simple test demonstrating leakage of Event type synchronization primitive
when calling kernel32.ResumeThread function
Each time the CreateThread function is called, which directly starts the
thread, or the ResumeThread function of this thread, a synchronization
primitive of type Event is created, which is not destroyed when the thread
terminates and its handle is closed by calling CloseHandle.
Attached is an archive with a simple test demonstrating a primitive leak.
--
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=57880
Bug ID: 57880
Summary: Cannot upgrade to Wine 10.2 on Ubuntu due to
amd64/i386 conflict in file location
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: contramuffin(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 78103
--> https://bugs.winehq.org/attachment.cgi?id=78103
Error message when upgrading wine-devel-amd64
Upgrading to Wine 10.2 fails. wine-devel-amd64 is throwing an error during the
upgrade which says that it's attempting to overwrite a file location used by
wine-devel-i386. Using Kubuntu 24.10. See attached file for error message
--
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=57870
Bug ID: 57870
Summary: Failed to load wine-staging and wineboot for wine-10.2
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: pinkertoninrandolph(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
wine: failed to load /opt/wine-staging/lib/wine/i386-windows/ntdll.dll error
4000000e
err:environ:run_wineboot failed to start wineboot 1
All day I searched for the previous wine-staging .deb files
With the .deb files, I can easily install the previous working version
My fault for not keeping a copy of these files before upgrading to wine-10.2
I feel angry that I could not simply download the previous version, the binary,
the .deb files. Searching for the wine-staging-10.1.deb files made me feel
crazy today.
I apologize for ranting.
--
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=56553
Bug ID: 56553
Summary: ClickOnce app fails during initial download
Product: Wine
Version: 9.3
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maemigh(a)gmail.com
Created attachment 76314
--> https://bugs.winehq.org/attachment.cgi?id=76314
Console output from wine
ClickOnce app using winetricks to install dotnet472 fails at the application
download stage. Previously worked on older wine versions (still works with
version used by Whisky).
--
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=57997
Bug ID: 57997
Summary: Upgrade to winehq-devel 10.3 from winehq-devel 9.x
causes creates a broken install on Debian Bookworm.
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 78258
--> https://bugs.winehq.org/attachment.cgi?id=78258
APT console output
With the recent deprecation of the wine64 binary, upgrading winehq 64bit
packages on Debian fails due to the attempt to overwrite the
/opt/wine-{variant}/bin/wine file.
That file is owned by the 32bit package, but the 64bit one is now attempting to
overwrite it. Causing a dpkg failure, and breaking the installation.
My 0.02 cents: One fix may be just to use wine's version number in the install
prefix and then simply select the most recent version as the default through
the alternatives system. (Which would also allow concurrent installation of
multiple versions of wine for easier regression testing, and is similar to what
Proton allows for.)
E.x. /opt/wine-10.3-devel/bin/wine
Another fix would be to have a seperate tools package that contains the wine
loader for the given host arch. (Which seems to be more inline with what the
deprecation was trying to achieve.)
--
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.