https://bugs.winehq.org/show_bug.cgi?id=42775
Bug ID: 42775 Summary: Page fault while /regserver mwt.ext Product: Wine Version: 2.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: joergen.vonbargen@minebea-intec.com Distribution: ---
Created attachment 57787 --> https://bugs.winehq.org/attachment.cgi?id=57787 dump file of the page fault
Installing PR1750 ¹) fails with a page fault in ole32. After installation failed, the program files remain in filesystem. The page fault then can be reproduced with
wine ".wine/drive_c/Program Files (x86)/Sartorius/PR1750-60-R5/Mwt.exe" /regserver
¹) https://appdb.winehq.org/objectManager.php?sClass=application&iId=18183
https://bugs.winehq.org/show_bug.cgi?id=42775
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Not a blocker.
Please, attach full terminal output [1].
[1] https://wiki.winehq.org/FAQ#General
https://bugs.winehq.org/show_bug.cgi?id=42775
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #2 from joergen.vonbargen@minebea-intec.com --- Created attachment 57936 --> https://bugs.winehq.org/attachment.cgi?id=57936 Console log of Setup fail
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #3 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Created attachment 64101 --> https://bugs.winehq.org/attachment.cgi?id=64101 WINEDEBUG=+ole wine 4.5 terminal output
Attached WINEDEBUG=+ole log (118.1MB when uncompressed).
The backtrace from my wine 4.5 build includes the function names:
--- start --- Backtrace: =>0 0x7dc0e049 PropertyStorage_ReadFromStream+0x989(This=<is not available>) [/media/wine-shares/git/dlls/ole32/stg_prop.c:1023] in ole32 (0x0032fc38) 1 0x7dc0e22f PropertyStorage_ConstructFromStream+0x3e() in ole32 (0x0032fc68) 2 0x7dc0e812 IPropertySetStorage_fnOpen+0xb1() [/media/wine-shares/git/dlls/ole32/stg_prop.c:2284] in ole32 (0x0032fcf8) 3 0x1543bc06 EntryPoint+0xffffffff() in mwtutl (0x0032fd48) 4 0x1543f139 EntryPoint+0xffffffff() in mwtutl (0x154546dc) 5 0x5f544e49 (0x004e4547) 6 0xac9190ac (0x90ad83a4) 0x7dc0e049 PropertyStorage_ReadFromStream+0x989 [/media/wine-shares/git/dlls/ole32/stg_prop.c:1023] in ole32: movw $0x0,0x0(%edi,%eax,2) --- end ---
https://bugs.winehq.org/show_bug.cgi?id=42775
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (Confirming)
https://bugs.winehq.org/show_bug.cgi?id=42775
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Page fault while /regserver |Page fault in |mwt.ext |ole32.PropertyStorage_ReadF | |romStream() while running | |mwt.exe /regserver (part of | |PR1750-60-R5 installation)
https://bugs.winehq.org/show_bug.cgi?id=42775
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://controller-software. | |minebea-intec.com/PR1750/in | |dex.html CC| |xerox.xerox2000x@gmail.com Keywords| |download
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Olivier F. R. Dierick from comment #4)
(Confirming)
Hi Olivier, Please also add downloadlink +sha1sum info if you confirm a bug. Thanks.
sha1sum /media/louis/aqqa/PR1750-60-R5\ 05.26\ Build\ 307443\ Setup.exe 847df1a509753ce99906e5189b6689144d656634 /media/louis/aqqa/PR1750-60-R5 05.26 Build 307443 Setup.exe
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #6 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Louis Lenders from comment #5)
Hi Olivier, Please also add downloadlink +sha1sum info if you confirm a bug. Thanks.
Hi. Ok, will do from now on.
In april 2017, I downloaded the app from the Free Download URL on the AppDB page. It was the 05.24 version the bug was reported against.
ls -l PR1750-60-R5\ 05.24\ Build\ 286395\ Setup.exe -rw-r--r-- 1 olivier olivier 23378272 avr 18 2017 PR1750-60-R5 05.24 Build 286395 Setup.exe
sha1sum PR1750-60-R5\ 05.24\ Build\ 286395\ Setup.exe 8ada31f3e420d30aa3b8fafb5f67a5cca00726fc PR1750-60-R5 05.24 Build 286395 Setup.exe
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- This seems to take same path as bug 42046. With reading part fixed, it still fails with some typelib loading errors, and PropertyStorage_WritePropertyToStream(VT_BSTR) missing implementation.
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- Created attachment 66010 --> https://bugs.winehq.org/attachment.cgi?id=66010 patch
Attaching VT_BSTR property write fix, will send after 5.0.
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- VT_BSTR case is implemented, 433c17c0104a124178f1012f14987f528ac4cf9d.
https://bugs.winehq.org/show_bug.cgi?id=42775
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://controller-software. |https://controller-software |minebea-intec.com/PR1750/in |.minebea-intec.com/PR1750/P |dex.html |R1750-60-R5%2005.24%20Build | |%20286395%20Setup.exe
--- Comment #10 from Gijs Vermeulen gijsvrm@gmail.com --- Adding a direct download link, I tried making a snapshot, which was created successfully, but doesn't seem accessible.
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #11 from Gijs Vermeulen gijsvrm@gmail.com --- Created attachment 69865 --> https://bugs.winehq.org/attachment.cgi?id=69865 output
Also still present with wine-6.6-196-g749f8c25e26.
But since the original issue seems fixed, maybe we should resolve this one report the remaining issue separately?
https://bugs.winehq.org/show_bug.cgi?id=42775
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Gijs Vermeulen from comment #11)
Created attachment 69865 [details] output
Also still present with wine-6.6-196-g749f8c25e26.
But since the original issue seems fixed, maybe we should resolve this one report the remaining issue separately?
Yes, please open another one.
https://bugs.winehq.org/show_bug.cgi?id=42775
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |433c17c0104a124178f1012f149 | |87f528ac4cf9d Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #13 from Gijs Vermeulen gijsvrm@gmail.com --- Marking this one FIXED then.
https://bugs.winehq.org/show_bug.cgi?id=42775
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.7.