https://bugs.winehq.org/show_bug.cgi?id=47056
Bug ID: 47056 Summary: Solid Edge v15: Program freeze on File->Open Product: Wine Version: 4.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: arvidb@fripost.org Distribution: Mint
Created attachment 64223 --> https://bugs.winehq.org/attachment.cgi?id=64223 Terminal log
After program start ('WINEARCH=win32 wine Edge.exe'), when File->Open (or File->New) is used, the program freezes (i.e. no response to mouse or keyboard input, no window redraws).
Possibly related to "fixme:storage:PropertyStorage_ReadProperty unsupported type 72" message. See attachment for a more detailed description.
https://bugs.winehq.org/show_bug.cgi?id=47056
Arvid arvidb@fripost.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64
https://bugs.winehq.org/show_bug.cgi?id=47056
--- Comment #1 from Arvid arvidb@fripost.org --- Created attachment 64224 --> https://bugs.winehq.org/attachment.cgi?id=64224 Program and terminal screenshot
https://bugs.winehq.org/show_bug.cgi?id=47056
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi,
Maybe a +relay,+seh debug log might reveal anything(?)
( run with WINEDEBUG=+relay,+seh wine Edge.exe &>log and attach bzipped2 file log
to this bugreport)
https://bugs.winehq.org/show_bug.cgi?id=47056
--- Comment #3 from Arvid arvidb@fripost.org --- Created attachment 64229 --> https://bugs.winehq.org/attachment.cgi?id=64229 +relay,+seh log
Complete 'WINEDEBUG="+relay,+seh" WINEARCH=win32 wine Edge.exe &>debug.log' file. Warning, 114 MB file unpacked!
https://bugs.winehq.org/show_bug.cgi?id=47056
--- Comment #4 from Arvid arvidb@fripost.org --- Created attachment 64230 --> https://bugs.winehq.org/attachment.cgi?id=64230 +relay,+seh freeze log
This is part of the complete log. I got this by running 'tail -f -n 0 debug.log
freeze.log' after using File->Open but before clicking on the
HSR25-rail-640.par file.
https://bugs.winehq.org/show_bug.cgi?id=47056
--- Comment #5 from Arvid arvidb@fripost.org --- Additional info: On a whim I moved the file from ~/Documents to ~/Documents/CAD, and now I can click the file and get a preview of it in the Open dialog! But then I still get the same
01b6:fixme:storage:PropertyStorage_ReadProperty unsupported type 72 01b6:err:seh:setup_exception_record stack overflow 1232 bytes in thread 01b6 eip 7bc961ef esp 00240e60 stack 0x240000-0x241000-0xc40000
errors and program freeze.
- No, strike that, now it's back to its old behaviour. It seems I can navigate the folder tree, but after clicking the .par file, I always get the freeze, mostly before a preview is displayed, but sometimes after.
https://bugs.winehq.org/show_bug.cgi?id=47056
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Solid Edge v15: Program |Solid Edge v15: Program |freeze on File->Open |freeze on File->Open | |(probably related to | |FIXME:PropertyStorage_ReadP | |roperty unsupported type 72 | |(VT_CLSID))
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- I had a quick look at the debuglog and i`m guessing you were right that it`s related to this: PropertyStorage_ReadProperty unsupported type 72
Seems to be VT_CLSID. I`ll change the title a bit. Don`t shoot me if guess is wrong.
https://bugs.winehq.org/show_bug.cgi?id=47056
--- Comment #7 from Arvid arvidb@fripost.org --- Still in wine-4.12.1.
https://bugs.winehq.org/show_bug.cgi?id=47056
Arvid arvidb@fripost.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #8 from Arvid arvidb@fripost.org --- This seems to be fixed as of wine-5.4 (or earlier). Thanks!
https://bugs.winehq.org/show_bug.cgi?id=47056
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |ole32 Summary|Solid Edge v15: Program |Solid Edge v15: Program |freeze on File->Open |freeze on File->Open |(probably related to |(PropertyStorage_ReadProper |FIXME:PropertyStorage_ReadP |ty unsupported type 72 |roperty unsupported type 72 |(VT_CLSID)) |(VT_CLSID)) | Fixed by SHA1| |1a9a7d18b83e0e40227dc7a55ff | |2cb32981a9d65
https://bugs.winehq.org/show_bug.cgi?id=47056
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- That one didn't actually add support for VT_CLSID, we still don't have it.
https://bugs.winehq.org/show_bug.cgi?id=47056
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1|1a9a7d18b83e0e40227dc7a55ff | |2cb32981a9d65 | Summary|Solid Edge v15: Program |Solid Edge v15: Program |freeze on File->Open |freeze on File->Open |(PropertyStorage_ReadProper | |ty unsupported type 72 | |(VT_CLSID)) | Component|ole32 |-unknown
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
--- quote --- That one didn't actually add support for VT_CLSID, we still don't have it. --- quote ---
https://source.winehq.org/git/wine.git/commitdiff/1a9a7d18b83e0e40227dc7a55f...
I see. The counted array case was added (VT_VECTOR) with all element types, including VT_CLSID but not scalar. If OP claims the app works now then something else was fixed and the guess in comment #6 was incorrect.
Unfortunately I can't find any Solid Edge v15 download "backup" to check. Refining fields again.
Regards
https://bugs.winehq.org/show_bug.cgi?id=47056
--- Comment #11 from Arvid arvidb@fripost.org --- Hi,
The application still doesn't work, but enough has changed that I think a new bug report is in order:
* File->Open now seems to work: the program no longer hangs when a file is selected, and things (garbage) is actually drawn on the screen before the program hangs. I even got some GLX context errors (if I remember correctly; I haven't had time to look closely at it yet). * I no longer get the "fixme:storage:PropertyStorage_ReadProperty unsupported type 72" message.
https://bugs.winehq.org/show_bug.cgi?id=47056
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.5.