http://bugs.winehq.org/show_bug.cgi?id=34912
Bug #: 34912 Summary: GEOVIA Surpac 6.x (geology and mine planning software) needs scrrun IFileSystem3::BuildPath Product: Wine Version: 1.7.6 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scrrun AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says...
--- snip --- $ wine msiexec -i surpac_63.msi ... fixme:scrrun:filesys_BuildPath 0xf6effa58 L"Z:\home\focht\Downloads\" L"..\utilities\dotnet3.5\dotnetfx35.exe" 0x8d8df20 fixme:vbscript:exec_script Failed 80020009 in resume next mode ... --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/1cefdf3f66ee7a3370092acffdf7b9ec0...
--- snip --- 1075 static HRESULT WINAPI filesys_BuildPath(IFileSystem3 *iface, BSTR Path, 1076 BSTR Name, BSTR *pbstrResult) 1077 { 1078 FIXME("%p %s %s %p\n", iface, debugstr_w(Path), debugstr_w(Name), pbstrResult); 1079 1080 return E_NOTIMPL; 1081 } --- 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