https://bugs.winehq.org/show_bug.cgi?id=56567
Bug ID: 56567
Summary: There is a memory leak defect at line 580 of the file
"/wine/tools/widl/write_msft.c".
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lumingying(a)bupt.edu.cn
Distribution: ---
The trigger path of the defect:
1.In line 573 of the /wine/tools/widl/write_msft.c file, a pointer variable
named encoded_string is defined. This pointer variable is passed as an argument
to the function CTL2_ENCODE_STRING on line 575, which allocates a dynamic
memory area, as shown in the following figure:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_8.png
2.The role of ctl2_encode_string is to allocate a new dynamic memory area.
Specifically, a pointer variable named converted_string is defined on line 329.
The converted_string pointer variable allocates a dynamic memory area through
the xmalloc function on line 336, and is assigned to the function parameter
result (i.e., the incoming encoded_string variable) on line 348, as shown in
the following figure:
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_9.png
3.After the execution of ctl2_encode_string is completed, the variable
encoded_string is allocated a dynamic memory area. When the if statement on
line 580 of the program is true, the program will return, thus preventing the
execution of the operation to release the dynamic memory area pointed to by
encoded_string on line 587. This results in a memory leak defect, as shown in
the following figure.
https://github.com/LuMingYinDetect/wine_defects/blob/main/wine_10.png
--
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=55360
Bug ID: 55360
Summary: Can't run.
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 1074536311(a)qq.com
Distribution: ---
ARRAY(0x557a25649d98)
--
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=56545
Bug ID: 56545
Summary: this poped up
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: redfang790.ur5wj(a)aleeas.com
Distribution: ---
Created attachment 76301
--> https://bugs.winehq.org/attachment.cgi?id=76301
a copy of the error
i was installing a program and this error poped up
--
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=56578
Bug ID: 56578
Summary: was seeing if i could play minecraft
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: redfang790.ur5wj(a)aleeas.com
Distribution: ---
Created attachment 76333
--> https://bugs.winehq.org/attachment.cgi?id=76333
i tried to install it
was trying to see if i could launch minecraft launcher and got this error
--
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=45565
Bug ID: 45565
Summary: Battle.net Helper.exe crashes when trying to view
Twitch streams
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maciej.stanczew+b(a)gmail.com
Distribution: ---
Created attachment 61989
--> https://bugs.winehq.org/attachment.cgi?id=61989
Backtrace
Please note that this is a different issue than bug #43910.
Sometimes game pages in Battle.net App will have Twitch streams embedded in
their news items (I saw SC2, HotS, and the Overwatch League tab having this).
When opening such a page, Battle.net Helper.exe will crash (in a similar way to
bug #43910).
Two things visible in the logs that happen only in this case are
"fixme:cryptnet:verify_cert_revocation_from_aia_ext" and "MSAudDecMFT.dll nor
Msmpeg2adec.dll is not loaded".
The crash happens the same way in Wine devel and Wine Staging (both 3.13).
Workaround is to quickly click "Pause" or "Watch now" -- this will cause the
video to stop being loaded (clicking "Watch now" will open the stream in
browser).
--
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=52978
Bug ID: 52978
Summary: Wine does not support the MRAC anticheat.
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bear_bulloff(a)mail.ru
Distribution: ---
Created attachment 72347
--> https://bugs.winehq.org/attachment.cgi?id=72347
allods.log
Such games as Allods, Warface and others crash.
--
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=25870
Summary: Column headers don't always resize to fit text when
double-clicked
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
When you try to double-click (with the left mouse button) on a column header
WHEN THE MOUSE POINTER SHOWS DOUBLE BLACK ARROWS, like this <-|->
the column is supposed to resize to fit the longest line of text below it
perfectly.
In programs such as Pegasus Mail and many others which use resizeable columns
e.g. 1by1 Player, double-clicking the column header results in any of the
following:
* nothing happens
* messes up the columns - depending on text size
* the column will resize properly
Although trivial, I believe Wine users should report bugs when they are
discovered.
Please test this using 1by1 Player and play around with the font size in the
application's settings (press <F6> to get into the program's settings). Now
try resizing the columns with different font sizes and double-clicking the
vertical lines which separate the columns. Download 1by1 Player:
http://mpesch3.de1.cc/1by1.html
--
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=55085
Bug ID: 55085
Summary: Wine Staging fails to start when virtual desktop is
enabled: "Application tried to create a window, but no
driver could be loaded."
Product: Wine-staging
Version: 8.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When virtual desktop is enabled in Staging I receive
00e8:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
00e8:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
Not even winecfg is able to start.
This started happening maybe 2-3 weeks ago after one of the rebases.
Regression test points to the following commit in Staging:
commit 00988a18d54cceea1ac03baf45c6289731f2103b
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Mon Oct 25 11:45:47 2021 +0200
winex11.drv: Listen to RawMotion and RawButton* events in the desktop
thread.
We still need to send "normal" input from the clipping window thread
to trigger low-level hooks callbacks when clipping cursor. This is for
instance used in our dinput implementation.
Tested with wine-8.10-103-g8d2de5dbe1f (Staging)
--
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=56410
Bug ID: 56410
Summary: wine-staging 9.4 fails to build (user32-rawinput-mouse
patchset is broken)
Product: Wine-staging
Version: 9.4
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression, source
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
../wine-staging/dlls/winex11.drv/mouse.c: In function ‘map_raw_event_coords’:
../wine-staging/dlls/winex11.drv/mouse.c:1788:84: error: ‘UINT16_MAX’
undeclared (first use in this function); did you mean ‘UINT_MAX’?
if (input->mi.dwFlags & MOUSEEVENTF_VIRTUALDESK) SetRect( &virtual_rect,
0, 0, UINT16_MAX, UINT16_MAX );
^~~~~~~~~~
UINT_MAX
../wine-staging/dlls/winex11.drv/mouse.c:1788:84: note: each undeclared
identifier is reported only once for each function it appears in
make[1]: *** [Makefile:188723: dlls/winex11.drv/mouse.o] Error 1
--
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=56585
Bug ID: 56585
Summary: >wine-staging-9.3 patch causes Photoshop CS6 launch
error
Product: Wine-staging
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine.a(a)deliktas.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I've troubleshoot the issue not being able to launch Adobe Photoshop CS6 on
gentoo with differnt versions of wine >=app-emulation/wine-staging-9.4.1 up to
9.6. Other versions such as wine-proton-8.0.5c are also affected.
Photoshop CS6 is displaying a Messagebox containing "Error: 16"
The .wine prefix isn't relevant to run the Application. I've tried using a new
prefix as well.
It is possible to run it with wine-vanilla-9.0 to 9.7 and wine-staging-9.3 is
the latest version able to run it.
So it seems to be a patchset from >wine-staging-9.3 causing the issue.
https://bpa.st/X53Q
Those 'CopyFileExW' and 'Read access denied' and 'Failed to resolve your host
name IP' messages appear in working versions like vanilla-9.0 too and are
irrelevant to the issue.
I'd be open to troubleshoot this with guidance without having to recompile wine
testing for every single patch.
Gentoo just released the wine-staging-9.7 package which is also working well.
So this might already have been solved in another related 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.