https://bugs.winehq.org/show_bug.cgi?id=51398
Bug ID: 51398
Summary: "The Bat!" mailer cannot send mails with attachments
anymore
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 70249
--> https://bugs.winehq.org/attachment.cgi?id=70249
LOG file from "The Bat!"
Since wine v6.9 it isn't possible to send mails with attachments anymore.
(btw: I'm not able to do a regression test because of "Application could not be
started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.")
--
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=21910
Summary: File Encryption 2.1 does now show interface and drive
units correctly
Product: Wine
Version: 1.1.31
Platform: x86
URL: http://www.file-encryption.net/download/fencryption.zi
p
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paloseco(a)gmail.com
Created an attachment (id=26577)
--> (http://bugs.winehq.org/attachment.cgi?id=26577)
Log when running fencryption.exe from command line
There is the portable version to be downloaded from the provided URL. The
program cannot be used actually (the interface freezes)
--
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=51496
Bug ID: 51496
Summary: On KDE riched20:editor triggers a clipboard infinite
loop, crashing explorer.exe
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Created attachment 70337
--> https://bugs.winehq.org/attachment.cgi?id=70337
Minimal riched20:editor test to reproduce the crash
On my machine, running riched20:editor results in one of explorer.exe's threads
being terminated following a stack overflow caused by a clipboard infinite
loop:
0098:trace:clipboard:X11DRV_SelectionRequest got request on e00004 for
selection "CLIPBOARD" target "STRING" win 3af prop "STRING"
0098:trace:clipboard:OpenClipboard 00010040
0098:trace:clipboard:GetClipboardData (CF_UNICODETEXT)
0098:trace:clipboard:GetClipboardData status=0 data 00A127D8 size=0 seqno 10
0098:trace:clipboard:GetClipboardData render=1 from=CF_TEXT
0098:trace:clipboard:GetClipboardData calling render_synthesized_format
0098:trace:clipboard:render_synthesized_format (CF_UNICODETEXT, CF_TEXT)
0098:err:clipboard:render_synthesized_format calling GetClipboardData
0098:trace:clipboard:GetClipboardData (CF_TEXT)
0098:trace:clipboard:GetClipboardData status=0 data 00A127D8 size=0 seqno 8
0098:trace:clipboard:GetClipboardData render=1 from=CF_UNICODETEXT
0098:trace:clipboard:GetClipboardData calling render_synthesized_format
0098:trace:clipboard:render_synthesized_format (CF_TEXT, CF_UNICODETEXT)
0098:err:clipboard:render_synthesized_format calling GetClipboardData
0098:trace:clipboard:GetClipboardData (CF_UNICODETEXT)
0098:trace:clipboard:GetClipboardData status=0 data 00A127D8 size=0 seqno 10
0098:trace:clipboard:GetClipboardData render=1 from=CF_TEXT
0098:trace:clipboard:GetClipboardData calling render_synthesized_format
0098:trace:clipboard:render_synthesized_format (CF_UNICODETEXT, CF_TEXT)
0098:err:clipboard:render_synthesized_format calling GetClipboardData
0098:trace:clipboard:GetClipboardData (CF_TEXT)
...
This happens specifically on KDE because KDE's clipboard manager queries Wine's
clipboard content.
Notes:
* The TestBot Wine VM(s) do not run KDE or any form of clipboard manager which
is why they are not impacted.
* Since 308a5e7 the crash happens while explorer holds the "main process heap"
critical section causing it to be unresponsive from that point forward:
006c:err:ntdll:RtlpWaitForCriticalSection section 00480094
"dlls/ntdll/heap.c: main process heap section" wait timed out in thread 006c,
blocked by 0098, retrying (60 sec)
* In turn this causes many timeouts in winetest.exe which is why my machine has
not been submitting results since then.
* This bug was already present before 308a5e7.
* At the time the stack overflow did not happen while the critical section was
being held so the consequences were not as far ranging which allowed
winetest.exe to complete (almost?) normally.
--
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=48584
Bug ID: 48584
Summary: DTS Master Audio Suite displays a black window if dxvk
is installed
Product: Wine
Version: 5.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
DTS-MS is installed in a separate prefix, .winedts, while dxvk is installed in
the .wine prefix. The display will not display until dxvk is disabled in the
.wine prefix.
--
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=41221
Bug ID: 41221
Summary: wine-mono crashes with
"System.EntryPointNotFoundException" when run under
gdb
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 55487
--> https://bugs.winehq.org/attachment.cgi?id=55487
Small C# program to show the problem, compiled on windows
When running a C# program, like for example SpaceEngineers, under gdb, mono
crashes with an error like "System.EntryPointNotFoundException:
GetTimeZoneInformation".
This seems to not only affect "GetTimeZoneInformation", but also other kernel32
functions.
Might be linked to bug 38431, but since it affects not only this one function I
assume it's something different, hence a separate report.
--
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=51501
Bug ID: 51501
Summary: FFXIV Launcher certificate warning popup with wine
6.13
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Regression SHA1: 5edf65616a8dcbf5988bbabe0493827d9e125fc3
Distribution: Debian
Starting the Final Fantasy XIV (old) launcher in wine 6.13 gets a repeated
certificate warning popup, contents:
----------
There is a problem with the certificate for this site.
The certificate is issued by an unknown or untrusted publisher.
Do you want to continue anyway?
[ Yes ] [ No ]
----------
Regression test yields:
(I somehow lost the first few lines, including
'5edf65616a8dcbf5988bbabe0493827d9e125fc3 is the first bad commit' or
whatever.)
Author: Aaron Hill <aa1ronham(a)gmail.com>
Date: Mon Jul 12 11:40:50 2021 +0200
crypt32: Implement CNG_RSA_PUBLIC_KEY_BLOB encoding/decoding.
Add support for the OID CNG_RSA_PUBLIC_KEY_BLOB to
CryptEncodeObjectEx and CryptDecodeObjectEx. This OID
decodes to / encodes from memory consisting of a
BCRYPT_RSAKEY_BLOB, followed in memory by the exponent and
modulus in big-endian format.
Signed-off-by: Aaron Hill <aa1ronham(a)gmail.com>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 ca0067fa6eb02f019557d061de176db7638f664c
c551ac1f3955a02a91e377e31e174a07e75b1543 M dlls
:040000 040000 43561d3690001613b86e70f008141abb1fb7adad
5bf063fecf767ab3b99da40474d1ac37836f8cd8 M include
--
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=48854
Bug ID: 48854
Summary: When using Wavelab I am unable to save any file
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
After processing a file I am unable to save or save as the file anywhere.
A wavelab window pops up with:
An error occurred! The file could not be saved to disk!
Maybe this file is already open in WaveLab or in another application?
Maybe a file with the same name already exists and is write-protected?
Try saving to another place.
--
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=34679
Bug #: 34679
Summary: Split/Second Velocity Demo crashes without native
d3dx9_36
Product: Wine
Version: 1.7.3
Platform: x86
URL: http://www.chip.de/downloads/Demo-Split_Second-Velocit
y_43067183.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46227
--> http://bugs.winehq.org/attachment.cgi?id=46227
log+backtrace
Needs native d3dx9_36. If uses d3dcompiler_43 it's helps for launching only,
but crashes before starting a level.
--
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=34345
Bug #: 34345
Summary: AOMEI Backupper: Unimplemented function
msvcr80.dll._crt_debugger_hook
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1) remove ~/.wine
2) install AOEMEI Backupper
3) wine Backupper.exe
4) Click "refresh" button
Behaviour:
Wine error and program exits.
Expected behaviour:
No Wine error and program doesn't 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.