[Bug 56666] New: BExAnalyzer from SAP 7.30 does not work correctly
https://bugs.winehq.org/show_bug.cgi?id=56666 Bug ID: 56666 Summary: BExAnalyzer from SAP 7.30 does not work correctly Product: Wine-staging Version: 9.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: arhangel3102(a)gmail.com CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com Distribution: --- Created attachment 76446 --> https://bugs.winehq.org/attachment.cgi?id=76446 SAP BExAnalyzer log After installing SAP 7.30, installing all necessary libraries: dotnet48, vcrun2005, vcrun2008, vcrun2010, vb6run. And having installed MS Office 2007. BExAnalyzer does not want to work correctly. Error: 17512.367:011c:0120:warn:seh:OutputDebugStringW L “System.Exception: CriticalProgramError ---> System.Exception: CriticalProgramError ---> System.Runtime.InteropServices. COMException: Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND)\r\n at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateSet(Object o, Type& objTy“...”... This error appears when launching BExAnalyzer, which in turn launches MS Excel and adds the “Add-ins” tab there. All buttons work correctly, but the drop-down menu does not function. The full log 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.
https://bugs.winehq.org/show_bug.cgi?id=56666 Yaroslav Freeman <arhangel3102(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86-64 |x86 -- 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=56666 Yaroslav Freeman <arhangel3102(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 -- 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=56666 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- You filed the bug against wine-staging, that implies that it works with normal wine. Is this the case or was this a misunderstanding? Is there a downloadable version to test with? lastly, does "winetricks oleaut32" help? -- 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=56666 --- Comment #2 from Yaroslav Freeman <arhangel3102(a)gmail.com> --- I wrote the latest tested version. I tested it both on Staging and Wine. If you run winetricks oleaut32, nothing runs. Unfortunately the program is not freely available. -- 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=56666 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Wine-staging |Wine Component|-unknown |-unknown -- 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=56666 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|leslie_alistair(a)hotmail.com | |, z.figura12(a)gmail.com | -- 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=56666 AlexandrR <cahy(a)mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cahy(a)mail.ru --- Comment #3 from AlexandrR <cahy(a)mail.ru> --- I encountered the same error while using WINE Stable 9.0. I tried using the command "winetricks oleaut32" in the terminal, as you suggested, but it didn't help. -- 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=56666 --- Comment #4 from Fabian Maurer <dark.shadow4(a)web.de> --- Created attachment 76456 --> https://bugs.winehq.org/attachment.cgi?id=76456 Simple hack to fake success Attaching a small hack that gets it further, and shows where the issue is. Will continue to look though. With that I get a "BEx Analyzer dropdown" that seems to work. There's still a bunch of broken dropdowns around it, but that one seems to work. Most commands complain about missing "saplogon.ini", but that is probably because I don't have it configured properly. -- 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=56666 --- Comment #5 from Fabian Maurer <dark.shadow4(a)web.de> --- Used interface is "CommandBarControls" (inside vsmso.olb):
[id(0x60030001), propget] HRESULT _stdcall Count([out, retval] int* rhs);
However, it gets called with flags INVOKE_PROPERTYPUT and one parameter, which doesn't work. Not sure what it's tried to achieve here, but that is the call leads to the error message. -- 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=56666 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- Opened a MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/5662 -- 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=56666 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |033cf797607a8a21f0851fcef3d | |19a73c6d6d70e Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Fabian Maurer <dark.shadow4(a)web.de> --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/033cf797607a8a21f0851fcef3d19a7... Please retest, just to make sure. -- 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=56666 --- Comment #8 from Yaroslav Freeman <arhangel3102(a)gmail.com> --- (In reply to Fabian Maurer from comment #7)
Fixed by https://gitlab.winehq.org/wine/wine/-/commit/ 033cf797607a8a21f0851fcef3d19a73c6d6d70e
Please retest, just to make sure.
It's working. Thank you so much. -- 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=56666 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 9.10. -- 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=56666 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |9.0.x -- 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=56666 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|9.0.x |--- --- Comment #10 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 9.0.x milestone from bug fixes included in 9.0.1. -- 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.
participants (1)
-
WineHQ Bugzilla