http://bugs.winehq.org/show_bug.cgi?id=26461
Summary: OmniPage 17 stops at splash screen Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dgerard@gmail.com
I start OmniPage 17, it gets as far as displaying the splash screen and hangs.
System is Ubuntu 10.10 32-bit, Wine is 1.3.15 from the PPA.
Command line:
fun@binky:~/.wine/drive_c/Program Files/Nuance/OmniPage17$ wine OmniPage17.exe fixme:system:SetProcessDPIAware stub! fixme:iphlpapi:NotifyAddrChange (Handle 0xa80e914, overlapped 0xa80e918): stub wine: configuration in '/home/fun/.wine' has been updated. fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:wbemprox:wbem_locator_ConnectServer 0x134ab0, L"ROOT\CIMV2", (null), (null), (null), 0x00000000, (null), (nil), 0xefea44) fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080 fixme:wbemprox:wbem_locator_ConnectServer 0x136810, L"ROOT\CIMv2", (null), (null), (null), 0x00000000, (null), (nil), 0xffea4c) fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080 fixme:wbemprox:wbem_locator_ConnectServer 0x136810, L"ROOT\CIMv2", (null), (null), (null), 0x00000000, (null), (nil), 0xefea4c) fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080 fixme:wbemprox:wbem_locator_ConnectServer 0x136860, L"ROOT\CIMv2", (null), (null), (null), 0x00000000, (null), (nil), 0xffea4c) fixme:wbemprox:wbem_locator_ConnectServer 0x136860, L"ROOT\WMI", (null), (null), (null), 0x00000000, (null), (nil), 0xefea44) fixme:reg:RegSetKeySecurity :(0x50,4,0xcd4e9c): stub err:ole:CoGetClassObject class {d57c9b27-8583-48a3-a139-04d601956eae} not registered err:ole:CoGetClassObject class {d57c9b27-8583-48a3-a139-04d601956eae} not registered err:ole:create_server class {d57c9b27-8583-48a3-a139-04d601956eae} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {d57c9b27-8583-48a3-a139-04d601956eae} could be created for context 0x17
http://bugs.winehq.org/show_bug.cgi?id=26461
--- Comment #1 from David Gerard dgerard@gmail.com 2011-03-18 10:54:04 CDT --- By the way - http://nuance.custhelp.com/app/answers/detail/a_id/5797/~/unable-to-launch-o... suggests you need VC++ 2005 redistributable. But I did winetricks vcrun2005 and OmniPage 17 still behaves the same.
http://bugs.winehq.org/show_bug.cgi?id=26461
Susan Cragin susancragin@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |susancragin@earthlink.net
--- Comment #2 from Susan Cragin susancragin@earthlink.net 2011-04-08 09:03:18 CDT --- Just an FYI. Dragon NaturallySpeaking 11 does not completely install or run properly, and it's only run error message in terminal is the following:
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
http://bugs.winehq.org/show_bug.cgi?id=26461
Mathias D. Xwarman@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Xwarman@gmx.de
http://bugs.winehq.org/show_bug.cgi?id=26461
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20651
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2011-04-13 11:14:25 CDT --- Probably due to bug 20651.
Comment 2 doubtfully related.
http://bugs.winehq.org/show_bug.cgi?id=26461
Bug 26461 depends on bug 20651, which changed state.
Bug 20651 Summary: Many .NET based applications need WMI core infrastructure (Wine doesn't provide a WMI implementation) http://bugs.winehq.org/show_bug.cgi?id=20651
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=26461
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Depends on|20651 |30512 Summary|OmniPage 17 stops at splash |OmniPage 17 installer fails |screen |to complete (hangs, heap | |corruption) Ever Confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net 2012-06-26 15:53:20 CDT --- Hello,
CLSID {d57c9b27-8583-48a3-a139-04d601956eae} is registered/implemented by IproPlus.dll inproc COM server which doesn't register properly due to bug 30512 There are more dlls that depend on this.
--- snip --- $ regsvr32 IproPlus.dll fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:toolhelp:Heap32ListFirst : stub fixme:atl80:AtlCreateRegistrar (0x32fd20) stub --- snip ---
(prefer atl80.dll native override)
As comment #2 says, the startup problem results from incomplete installation.
There is heap corruption in InstallShield engine server ((OLE related), leading to hangs. Interestingly setting OANOCACHE env var brings the installer further (though still hangs most of the time at the end).
The WMI output is unrelated, removing dep.
Rechristening the bug to avoid being a duplicate of bug 30512 The installer issue should be targeted here.
Regards
http://bugs.winehq.org/show_bug.cgi?id=26461
--- Comment #5 from David Gerard dgerard@gmail.com 2012-06-27 06:30:42 CDT --- I just tried again with wine 1.5.7 from PPA (Xubuntu 12.04). It still doesn't work, but it gets further!
The first time I ran the installer, it asked to install Mono (which I downloaded inside Wine), then crashed. (No terminal output, sorry.)
The second time: installer starts, asks "Select a language." (I clicked "English"), asks "Select a task.", I click "Start installation" and it tries to install the software ... and it hangs. I hit control-C and it echoed one more message to the terminal.
fun@precise:/media/OmniPage17Pro$ wine AutoRun.exe fixme:storage:create_storagefile Storage share mode not implemented. wine: Unhandled page fault on read access to 0x00000004 at address 0x7bc47a20 (thread 001d), starting debugger... err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process heap section" wait timed out in thread 001b, blocked by 001d, retrying (60 sec) ^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0 fun@precise:/media/OmniPage17Pro$ err:ntdll:RtlpWaitForCriticalSection section 0x7bcb0c60 "rtl.c: peb_lock" wait timed out in thread 001f, blocked by 001d, retrying (60 sec)
http://bugs.winehq.org/show_bug.cgi?id=26461
Bug 26461 depends on bug 30512, which changed state.
Bug 30512 Summary: Tencent Messenger 2008/2009 crashes with initialization failure due to atl80.dll AtlCreateRegistrar being a stub (registration of COM servers failed at install time) http://bugs.winehq.org/show_bug.cgi?id=30512
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
https://bugs.winehq.org/show_bug.cgi?id=26461
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
the installer works fine here with recent Wine and clean WINEPREFIX.
There is a minor issue in sub-installer 'Nuance PDF Create! 5' which is harmless (can be dismissed) but deserves its own bug.
Resolving 'fixed'.
$ wine --version wine-1.7.13-118-g0eb6265
Regards
https://bugs.winehq.org/show_bug.cgi?id=26461
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.14.