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
http://bugs.winehq.org/show_bug.cgi?id=34912
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://www.gemcomsupport.co | |m/gemcomsoftware_downloads/ | |Surpac_Viewer.zip
http://bugs.winehq.org/show_bug.cgi?id=34912
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2013-11-15 11:12:42 CST --- Ok, I'll take a look.
http://bugs.winehq.org/show_bug.cgi?id=34912
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |70bb23a9acc6abb73005dc221c6 | |5c9c682a2d868 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-11-18 16:55:05 CST --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/70bb23a9acc6abb73005dc221c6...
Thanks Nikolay
--- snip --- ... 0025:trace:scrrun:filesys_GetIDsOfNames (0xf6f96a58)->({00000000-0000-0000-0000-000000000000} 0x8d9e624 1 0 0x8d9e640) 0025:trace:scrrun:filesys_QueryInterface 0xf6f96a58 {a6ef9860-c720-11d0-9337-00a0c90dcaa9} 0x8d9e5b0 0025:trace:scrrun:filesys_QueryInterface Interface IDispatchEx not supported - returning NULL 0025:trace:vbscript:disp_call using IDispatch 0025:trace:scrrun:filesys_Invoke (0xf6f96a58)->(10000 {00000000-0000-0000-0000-000000000000} 0 3 0x8d9e644 0x8d9e690 0x8d9e590 0x8d9e58c) 0025:trace:scrrun:filesys_BuildPath 0xf6f96a58 L"Z:\home\focht\Downloads\" L"..\utilities\dotnet3.5\dotnetfx35.exe" 0x8d9df20 0025:trace:scrrun:filesys_Release 0xf6f96a58 0025:trace:vbscript:interp_assign_ident L"dotNetExe" 0025:trace:vbscript:interp_icall 0025:trace:vbscript:interp_icall 0025:trace:vbscript:interp_mcall 0025:trace:scrrun:filesys_AddRef 0xf6f96a58 0025:trace:scrrun:filesys_QueryInterface 0xf6f96a58 {a6ef9860-c720-11d0-9337-00a0c90dcaa9} 0x8d9e5cc 0025:trace:scrrun:filesys_QueryInterface Interface IDispatchEx not supported - returning NULL 0025:trace:vbscript:disp_get_id using IDispatch 0025:trace:scrrun:filesys_GetIDsOfNames (0xf6f96a58)->({00000000-0000-0000-0000-000000000000} 0x8d9e624 1 0 0x8d9e640) 0025:trace:scrrun:filesys_QueryInterface 0xf6f96a58 {a6ef9860-c720-11d0-9337-00a0c90dcaa9} 0x8d9e5b0 0025:trace:scrrun:filesys_QueryInterface Interface IDispatchEx not supported - returning NULL 0025:trace:vbscript:disp_call using IDispatch 0025:trace:scrrun:filesys_Invoke (0xf6f96a58)->(10016 {00000000-0000-0000-0000-000000000000} 0 3 0x8d9e644 0x8d9e690 0x8d9e590 0x8d9e58c) 0025:trace:scrrun:filesys_FileExists 0xf6f96a58 L"Z:\home\focht\Downloads\..\utilities\dotnet3.5\dotnetfx35.exe" 0x8d9df20 0025:trace:scrrun:filesys_Release 0xf6f96a58 ... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=34912
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-11-22 12:51:24 CST --- Closing bugs fixed in 1.7.7.
https://bugs.winehq.org/show_bug.cgi?id=34912
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.6.x
https://bugs.winehq.org/show_bug.cgi?id=34912
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.6.x |---
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Removing 1.6.x milestone from bugs included in 1.6.2.
https://bugs.winehq.org/show_bug.cgi?id=34912
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=34912
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.gemcomsupport.co |https://web.archive.org/web |m/gemcomsoftware_downloads/ |/20210725114707/https://dow |Surpac_Viewer.zip |nload.informer.com/win-1193 | |074874-4ffe1055-6e912a20/su | |rpac_viewer.zip
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download via Internet Archive for documentation.
The original vendor site didn't have any archive.org snapshots but I found alternative mirror to snapshot from.
https://web.archive.org/web/20210725114707/https://download.informer.com/win...
$ sha1sum surpac_viewer.zip 9d2e0993ad89e2725e7ba0979719979c1bb37d02 surpac_viewer.zip
$ du -sh surpac_viewer.zip 122M surpac_viewer.zip
--- snip --- $ 7z l surpac_viewer.zip
Listing archive: surpac_viewer.zip
-- Path = surpac_viewer.zip Type = zip Physical Size = 126881248
Date Time Attr Size Compressed Name ------------------- ----- ------------ ------------ ------------------------ 2009-04-23 15:02:20 ..... 51094528 49724656 prerequisites.msi 2009-04-23 15:02:50 ..... 78480896 77156356 surpac_612.msi ------------------- ----- ------------ ------------ ------------------------ 2009-04-23 15:02:50 129575424 126881012 2 files --- snip ---
Regards