[Bug 36211] New: Sybase PowerDesigner 16.5 'pdshell16.exe' (.NET 4.x WPF app) reports scripting error, needs VBScript_AddTypeLib implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 1 10:59:14 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36211

            Bug ID: 36211
           Summary: Sybase PowerDesigner 16.5 'pdshell16.exe' (.NET 4.x
                    WPF app) reports scripting error, needs
                    VBScript_AddTypeLib implementation
           Product: Wine
           Version: 1.7.17
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net

Hello folks,

as the summary says ...

Prerequisite: 'winetricks -q dotnet40 vb6run'

You might need to navigate the main menu items multiple times until the
sub-menu popup shows up (another bug).

Main menu, select 'File' -> 'New Model' -> 'XML Model' -> 'XML Model Diagram'

A message box is shown, telling "scripting error occurred"

Unfortunately this isn't reproducible every time.
There seem to be multiple Wine bugs in this app, influencing each other :|

--- snip ---
fixme:vbscript:VBScript_AddTypeLib (0x6cddff8)->()
fixme:vbscript:VBScript_AddTypeLib (0x6cddff8)->()
fixme:vbscript:VBScript_AddTypeLib (0x6cddff8)->()
fixme:vbscript:VBScript_AddTypeLib (0x6cddff8)->()
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/9eed654e054520888429fb7ea1c9d8cce1c7c776:/dlls/vbscript/vbscript.c#l447

--- snip ---
447 static HRESULT WINAPI VBScript_AddTypeLib(IActiveScript *iface, REFGUID
rguidTypeLib,
448                     DWORD dwMajor, DWORD dwMinor, DWORD dwFlags)
449 {
450     VBScript *This = impl_from_IActiveScript(iface);
451     FIXME("(%p)->()\n", This);
452     return E_NOTIMPL;
453 }
--- snip ---

$ sha1sum PowerDesigner165_DMR.exe 
c74e4cfd99500d9e3e32713b302ea35bc3f911fb  PowerDesigner165_DMR.exe

$ du -sh PowerDesigner165_DMR.exe 
810M    PowerDesigner165_DMR.exe

$ wine --version
wine-1.7.17-148-g2e5cb7a

Regards

-- 
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.



More information about the wine-bugs mailing list