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.
https://bugs.winehq.org/show_bug.cgi?id=51579
Bug ID: 51579
Summary: Regression in msvcrt breaks google earth installer
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
On starting google earth, you get an exception:
wine: Unhandled page fault on write access to 00000000 at address 7E05EA21
(thread 00a8), starting debugger...
Bisected to
commit f1ef14dc177b23c908e4dd2d47846cb673e3feac
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Wed Aug 4 18:05:03 2021 +0200
msvcrt: Introduce _setfp helper to access floating point status and control
words.
The problem lies in "unsigned int CDECL _clearfp(void)", which calls "_setfp".
This in turn breaks on the line
__asm__ __volatile__( "fldenv %0" : : "m" (fenv) : "st", "st(1)",
"st(2)", "st(3)", "st(4)", "st(5)", "st(6)", "st(7)" );
Since I'm not sure what's going on here, mind taking a look?
--
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=51326
Bug ID: 51326
Summary: Counter:Side: No sound after losing and regaining
focus for the first time
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aryo_adhi(a)yahoo.com
Distribution: ---
Created attachment 70189
--> https://bugs.winehq.org/attachment.cgi?id=70189
Terminal output while running game
Counter:Side doesn't output any sound after losing and regaining focus for the
first time.
This bug occurs on any occasion of window focus change, such as logging in from
external login (i.e social media, which launches browser to continue login
process).
How to replicate: Just switch focus on anywhere in the game except loading
screen.
Tested on openSUSE Leap 15.3 and 64-bit WINEARCH. Running openSUSE with KDE
Plasma Desktop vanilla install (i.e fresh install).
PS: If the ZFGameBrowser.exe crashes, install MS Core Fonts using winetricks.
Restart the game.
--
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=41629
Bug ID: 41629
Summary: Wordpad needs a manifest file.
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
Created attachment 55996
--> https://bugs.winehq.org/attachment.cgi?id=55996
WINE Wordpad running on Windows 7,
I compiled WINE on Windows, with CYGWIN as shell and MINGW as toolchain.
I tried to run the various programs and I noticed that wordpad has wrong
transparency on buttons of the toolbar, see also attached screenshot.
This happens because bitmaps with alpha channel require common controls v6.
Adding a manifest file was enough for fixing the 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.
https://bugs.winehq.org/show_bug.cgi?id=41560
Bug ID: 41560
Summary: BCGPOutlookDemo.exe example fails to draw Themed
Scrollbars
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When using the BCGPOutlookDemo example, the standard window scrollbars are
displayed.
--
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=41921
Bug ID: 41921
Summary: Zafehouse: Diaries crashes when attempting to start
the game
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56299
--> https://bugs.winehq.org/attachment.cgi?id=56299
Terminal output Wine-1.9.24-71-g2390219
I have a clean Windows XP prefix and whenever I attempt to start Zafehouse:
Diaries, it crashes when attempting to start.
Terminal output attached.
--
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=36159
Bug ID: 36159
Summary: Google-Earth: no search results and no itinerary
displayed
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Hello,
with the Google Earth 7.1.2.2041 version:
do a search or a itinerary in the left top field, click search (or Ok for
itinerary), nothing happen/display.
When I click on Search, I obtain this log message in the terminal:
fixme:nls:GetGeoInfoW -1 4 0x33d0a4 3 0
fixme:nls:GetGeoInfoW -1 4 0x33d044 3 0
fixme:nls:GetGeoInfoW -1 4 0x33d494 3 0
fixme:nls:GetGeoInfoW -1 4 0x33d494 3 0
fixme:msxml:domdoc_transformNodeToObject (0x108033a8)->(0x1c165c {VT_UNKNOWN:
0x10862928})
fixme:msxml:domdoc_transformNodeToObject (0x1f60e8)->(0x1aabb4 {VT_UNKNOWN:
0x10862928})
Thank you for your help.
LGDN.
Ubuntu 14.04 LTS Trusty 64 bits
NVIDIA GeForce GTX 770 with official Ubuntu Nvidia drivers 331.38
Processor Intel i5-3570 3,4 Ghz
8 Go RAM
--
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.