https://bugs.winehq.org/show_bug.cgi?id=54029
Bug ID: 54029 Summary: PDF-XChange Editor - Error [System]: Call not implemented Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: klasse@partyheld.de Distribution: ---
Created attachment 73597 --> https://bugs.winehq.org/attachment.cgi?id=73597 Screenshot of the error message
Upon closing of the PDF-XChange Editor, the attached error message appears.
When the PDF-XChange Editor is started from the terminal, "010c:err:ole:CoUninitialize Mismatched CoUninitialize" appears upon closure of the Editor as follows:
joe@PC:~$ env WINEPREFIX="/home/joe/.wine" wine-stable C:\PROG~FBU\TRAC~EK1\PDF_~VHK\PDFXEdit.exe 010c:err:ole:CoUninitialize Mismatched CoUninitialize joe@PC:~$
Other than that, PDF-XChange Editor appears to work normally. (Only a brief trial was done.)
The default Ubuntu Mate 22.10 installation of Wine is used: wine-7.0 (Ubuntu 7.0~repack-8)
PDF-XChange Editor: Version: 9.5, build 365.0 [ ] (Nov 28 2022; 16:25:46)
The issue did not appear with the previous Ubuntu Mate version (22.04) and the previously used PDF-XChange Editor version 9.5, build 361.0.
https://bugs.winehq.org/show_bug.cgi?id=54029
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=54029
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Confirming. This is about transacted registry API:
0110:fixme:ktmw32:CreateTransaction (0000000000000000 0000000000000000 0x0 0x0 0x0, 4294967295, (null)): stub 0110:fixme:reg:RegCreateKeyTransactedW (FFFFFFFF80000001,L"Software\Tracker Software\PDFXEditor\3.0\Settings",0,(null),0,131103,0000000000000000,000000000011F9D0,000000000011FA20,0000000000000001,0000000000000000): stub 0110:fixme:ktmw32:RollbackTransaction stub: 0000000000000001
Changing RegCreateKeyTransactedW() return value to 0 makes application error message say "Invalid handle".
https://bugs.winehq.org/show_bug.cgi?id=54029
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll
https://bugs.winehq.org/show_bug.cgi?id=54029
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|PDF-XChange Editor - Error |PDF-XChange Editor fails to |[System]: Call not |save application settings |implemented |(needs | |advapi32.RegCreateKeyTransa | |ctedW implementation) Component|ntdll |advapi32
https://bugs.winehq.org/show_bug.cgi?id=54029
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- I was too quick. ntdll was fine for the component as well, as it will need ntdll.NtCreateKeyTransacted anyway. Now it's set to the first user visible issue, so hopefully that's ok too.