http://bugs.winehq.org/show_bug.cgi?id=58335
Bug ID: 58335
Summary: Works 10.8 but fails 10.9?
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikes(a)kuentos.guam.net
Distribution: ---
Created attachment 78708
--> http://bugs.winehq.org/attachment.cgi?id=78708
run wine notepad with 10.8 Fine Update to 10.9 then it fails
Have 5 machines that updated to 10.9 fine, but Acer notebook that works with
10.8 but fails with 10.9.
Run wine notebook fine with 10.8
upgrade to 10.9
wine notebook then fails.
downgrade to 10.8, and it works fine.
--
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=58334
Bug ID: 58334
Summary: ShowStopper crashes on unimplemented function
ntdll.dll.RtlQueryProcessHeapInformation
Product: Wine
Version: 10.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Run `wine ShowStopper.exe`
2. Click "Run Checks"
$ sha256sum ShowStopper1.0.0.1.zip
18707678dea01fecc3e1de1dacb66a1e9e134261de15d7f7190f3aee41edea77
--
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=58594
Bug ID: 58594
Summary: Teraterm 5.4.1 / Serial communication not functional
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janne.kekkonen(a)gmail.com
Distribution: ---
Tested with Wine 10.12 on Ubuntu 22.04 running on VMware.
When data is sent to serial port teraterm GUI become sluggish/unusable.
Menu's do not work and data sent to serial port is not shown.
When data sending is stopped GUI starts to work normally and data is shown on
terminal.
Functionality is pretty much the same as in bug-58142
Tests steps:
- Connect USB-serial port to system.
- Open serial port with teraterm & set settings(baud,stop bits...)
- Start sending data to serial port.
- Try to open menus.
Not sure is this possible to reproduce with virtual serialport(s)
Download link:
https://github.com/TeraTermProject/teraterm/releases/download/v5.4.1/terate…
--
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=58601
Bug ID: 58601
Summary: Acrobat 8 Pro crashes when opening certain PDF with
many images and OCR text
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stasvernon(a)gmail.com
Distribution: ---
Created attachment 79137
--> http://bugs.winehq.org/attachment.cgi?id=79137
Crash backtrace
Hi,
When opening certain PDF with mostly images + OCR text, Acrobat 8.0.0 Pro (not
Reader) crashes with "Unhandled exception: page fault on read access" the
stacktrace attached.
Every or almost every page is an image (most with OCR text on top).
Format: PDF/A - 3b
PDF is produced with "mupdf and pymupdf/skimage".
There are about 160 pages.
No action is done, it crashes before PDF even shows in Acrobat.
All of Evince, PDF Arranger and Libre Draw open the same PDF w/o any issue.
Unfortunately I can't upload the PDF itself.
Most recent development version of WINE from the WINE repo is installed.
No issues with OS.
Thanks
--
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=58582
Bug ID: 58582
Summary: Rainmeter 4.5.23: crashes on X11 after refreshing
default skin Clock.ini
Product: Wine
Version: unspecified
Hardware: x86-64
URL: https://github.com/rainmeter/rainmeter/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: castelei(a)yahoo.com
Regression SHA1: 980a2e3c65bee1422adbe06fead768669835e3e1
Distribution: ---
Created attachment 79106
--> http://bugs.winehq.org/attachment.cgi?id=79106
WINEDEBUG=+synchronous,+seh Rainmeter 4.5.23
Reproduction:
1) Click on the Rainmeter icon on the system tray to open the 'Manage
Rainmeter' window.
2) Click on the 'Active skins' drop-down list and select
illustro\Clock\Clock.ini
3) Click the 'Refresh' button to the right.
This X11 error prints as the application crashes if run without +synchronous:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 139 (RENDER)
Minor opcode of failed request: 4 (RenderCreatePicture)
Serial number of failed request: 15285
Current serial number in output stream: 15292
Found this regression on a merged patch newer than 10.12 (the newest
development release at this time) while working on an unrelated bug.
--
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=58600
Bug ID: 58600
Summary: Command line tab completion works improperly with
files/directories containing delimiter characters
Product: Wine
Version: 10.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jsouza(a)geocities.com
Distribution: ---
Wine's command line tab completion works improperly with file and directory
names that contain certain delimiter characters. Here are repro steps. In the
steps below, <tab> represents the tab key:
Create two subdirectories, named as follows:
[2025] Tax Documents
fil^es
Enter the following at the command line:
cd "[20<tab>
This will be incorrectly completed as the following. Note the two '[':
"[[2025] Tax Documents"
Next, enter the following at the command line:
cd "[2025] Ta<tab
This will be incorrectly completed as the following. Note the double "[2025]":
"[2025][2025] Tax Documents"
Finally, enter the following at the command line:
cd "fil^e<tab>
This will be incorrectly completed as the following. Note the duplicated
"fil^":
"fil^fil^es"
The good news is that a fix for these issues has been ready and available for
merging for about a month now, in merge request !8573.
--
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=44288
Bug ID: 44288
Summary: Aldi Steuer 2017 - Video doesn't play back
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 60121
--> https://bugs.winehq.org/attachment.cgi?id=60121
Console output wine 3.0rc3 (non-staging)
Hello everyone,
I recently got accepted as a Super-Maintainer for a German taxation program
called "Steuer" (which is the German word for tax).
I can startup the application okay but unfortunately video playback for the
tutorial doesn't work and results in an empty white screen.
Console output is 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=58497
Bug ID: 58497
Summary: Strings are a confusing mix or US and British English
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, localization, source
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Blocks: 23124
Distribution: ---
The strings in the Wine code are a confusing mix of British
(International/Commonwealth) English and US English.
Why does this matter?
Each variant of English has its own rules around the spelling of certain words.
colour/color
cancelled/canceled
moveable/moveable
and so on...
As there is no standard, each dialect of English will need its own translation
file (.po).
If there is standard usage of one or the other (US or British) then fewer
translations are needed, as Wine will simply default back to that standard
English (SUBLANG_NEUTRAL or SUBLANG_DEFAULT?)
Examples:
#: dlls/mferror/mferror.mc:473
msgid "Media format was recognized but is invalid.\n"
(US English)
#: programs/reg/reg.rc:131
msgid "reg: The registry operation was cancelled\n"
(British English)
I spoke with someone a few years back (I'm pretty sure it was Alexandre) on IRC
(Freenode) but those logs are long gone, or very hard to find. From what I
recall the "standard English" chosen was British. This makes sense as en_US.po
exists for the US English translations.
I am happy to make the necessary changes to standardise the use of English, but
I just want to be 100% sure which standard we are now using, as it may have
changed since I last asked.
Note that some dialects need their own .po files anyway because they really are
a confusing mix of British and US.
It seems like Windows defaults to US English. However, US English is only used
by the US and the Philippines, so it would require significantly less effort to
default to British English.
This confusing table gives a hint of the scope:
https://en.wikipedia.org/wiki/Template:English_dialects
--
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=58528
Bug ID: 58528
Summary: CRYPT_AcquirePrivateKeyFromProvInfo does not check
machine store for private key
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: katharina(a)hacked.xyz
Distribution: ---
When adding a Certificate via PFXImportCertStore with CRYPT_MACHINE_KEYSET, a
subsequent call to CryptAcquireCertificatePrivateKey fails to find the added
private key.
This is due to CRYPT_AcquirePrivateKeyFromProvInfo issuing a
CryptAcquireContextA call without specifying a keyset; thus always defaulting
to CRYPT_USER_KEYSET.
Minimal reproducer: https://gitlab.winehq.org/-/snippets/26
Thanks to Hans Leidekker for additional support in IRC.
This affects the Iis extension from WiX-built MSI installers, i.e. a lot of
real-world apps. Real-World breaking app is the installer for the 3DExperience
Launcher.
--
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=50174
Bug ID: 50174
Summary: Microsoft Office 365 login page for activating Office
is blank
Product: Wine
Version: 5.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: estebanium(a)outlook.com
Distribution: ---
Created attachment 68692
--> https://bugs.winehq.org/attachment.cgi?id=68692
Screenshot of the blank login window
I have a Office 365 subscription. I visited https://www.office.com/ After
logging into that page, I am then allowed to download the OfficeInstaller.exe.
Selecting and downloading the installation file beforehand ensures that the
Office installation is bound to the account during installation. The Office
products Excel, PowerPoint etc. are activated accordingly. Within the menus,
however, it is noticeable that you are apparently not logged in after all. The
button Log in appears where the name of the account should actually be. If the
subscription expires, the Office installation notices it. Hints appear that you
should use the subscription (activate it) again. If the subscription was
renewed from the Office.com site, the Office installation will not notice it.
If I open Excel, for example, I now have three options: Login, Buy, Enter key.
If I choose Login, a window opens where I can enter my e-mail address on a
Microsoft page. After entering it I should get to the next menu item where I
can enter my password. But the window there is empty. It is simply 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.