[Bug 34913] New: GEOVIA Surpac 6.x (geology and mine planning software) needs vbscript:Global_InStrRev and vbscript:Global_Replace

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 14 17:05:14 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=34913

             Bug #: 34913
           Summary: GEOVIA Surpac 6.x (geology and mine planning software)
                    needs vbscript:Global_InStrRev and
                    vbscript:Global_Replace
           Product: Wine
           Version: 1.7.6
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: vbscript
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: focht at gmx.net
    Classification: Unclassified


Hello folks,

as the summary says...

--- snip ---
$ wine msiexec -i surpac_63.msi
...
fixme:vbscript:Global_InStrRev 
...
fixme:vbscript:Global_Replace 
fixme:vbscript:exec_script Failed 80004001 in resume next mode
...
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/79c55e125541d4758e4454ba4331458967b5b92c:/dlls/vbscript/global.c#l1477

--- snip ---
1477 static HRESULT Global_InStrRev(vbdisp_t *This, VARIANT *arg, unsigned
args_cnt, VARIANT *res)
1478 {
1479     FIXME("\n");
1480     return E_NOTIMPL;
1481 }
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/79c55e125541d4758e4454ba4331458967b5b92c:/dlls/vbscript/global.c#l1448

--- snip ---
1448 static HRESULT Global_Replace(vbdisp_t *This, VARIANT *arg, unsigned
args_cnt, VARIANT *res)
1449 {
1450     FIXME("\n");
1451     return E_NOTIMPL;
1452 }
--- snip ---

$ sha1sum Surpac_Viewer.zip 
554c7e0d552667747813a19f6a2a8c77bb7d46e6  Surpac_Viewer.zip

$ du -sh Surpac_Viewer.zip 
137M    Surpac_Viewer.zip

$ wine --version
wine-1.7.6-225-g8c8d5a0

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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